Status: Pass 156 Failure 33 Skip 9
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumeSnapshotQuotasNegativeTestJSON) |
fail
ft1.1: setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 130, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 6bc9c9b0-2af6-49ac-87c9-2d38d469cdd6 failed to reach available status (current creating) within the required time (360 s). |
||||||
setUpClass (tempest.api.volume.admin.test_volume_types_extra_specs_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ExtraSpecsNegativeTest) |
fail
ft2.1: setUpClass (tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types_extra_specs_negative.py", line 29, in resource_setup cls.volume_type = cls.create_volume_type(extra_specs=extra_specs) File "/opt/stack/tempest/tempest/api/volume/base.py", line 294, in create_volume_type volume_type = cls.admin_volume_types_client.create_volume_type( File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 90, in create_volume_type resp, body = self.post('types', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60) |
||||||
setUpClass (tempest.api.volume.test_volumes_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesNegativeTest) |
fail
ft3.1: setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 130, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume f110f16a-b796-4372-ab84-44b9d283bb0e failed to reach available status (current creating) within the required time (360 s). |
||||||
tearDownClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft4.1: tearDownClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 236, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 208, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 618, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f29487de440>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume 610c960d-8a64-4ee2-85d2-5ae3bb879fee within the required time (360 s). Timer started at 1641914929. Timer ended at 1641915292waited for 363, <traceback object at 0x7f29488d08c0>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (ServerRescueNegativeTestJSON:tearDownClass) Failed to delete volume a5ee4bcf-290b-4ec3-b689-ecd736a39ce9 within the required time (360 s). Timer started at 1641915292. Timer ended at 1641915652waited for 360, <traceback object at 0x7f29489440c0>)) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume | 2 | 0 | 2 | 0 | 0 | Detail | |
AttachVolumeShelveTestJSON) |
fail
ft5.1: tearDownClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 236, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 208, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 618, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fdd0236a540>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeShelveTestJSON:tearDownClass) Failed to delete volume 80f2b7f8-9943-4374-824f-cd9f28949522 within the required time (360 s). Timer started at 1641914688. Timer ended at 1641915050waited for 362, <traceback object at 0x7fdd023d8900>)) |
||||||
AttachVolumeTestJSON) |
fail
ft5.2: tearDownClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 236, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 208, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 618, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fb9b4dbff80>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeTestJSON:tearDownClass) Failed to delete volume 775e52f5-47e4-4b87-a0ba-8ad96cfffab1 within the required time (360 s). Timer started at 1641914688. Timer ended at 1641915050waited for 362, <traceback object at 0x7fb9b4e7ca40>)) |
||||||
tearDownClass (tempest.api.compute.volumes.test_attach_volume_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
AttachVolumeNegativeTest) |
fail
ft6.1: tearDownClass (tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 236, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 208, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 618, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out Details: (AttachVolumeNegativeTest:tearDownClass) Failed to delete volume 43ed0210-fa7b-4c68-a3df-34164b27365c within the required time (360 s). Timer started at 1641914094. Timer ended at 1641914500waited for 406, <traceback object at 0x7fec867da540>) |
||||||
tearDownClass (tempest.api.volume.admin.test_groups | 2 | 0 | 2 | 0 | 0 | Detail | |
GroupsV314Test) |
fail
ft7.1: tearDownClass (tempest.api.volume.admin.test_groups.GroupsV314Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 236, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 208, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 618, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Target volume type is still in use.'}, <traceback object at 0x7fec86c32a80>) |
||||||
GroupsTest) |
fail
ft7.2: tearDownClass (tempest.api.volume.admin.test_groups.GroupsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 236, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 208, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 618, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Target volume type is still in use.'}, <traceback object at 0x7fdd01ff2880>) |
||||||
tearDownClass (tempest.api.volume.test_volumes_get | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesGetTest) |
fail
ft8.1: tearDownClass (tempest.api.volume.test_volumes_get.VolumesGetTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 236, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 208, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 618, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fcab87e4040>) |
||||||
tearDownClass (tempest.api.volume.test_volumes_snapshots | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotTestJSON) |
fail
ft9.1: tearDownClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 236, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 208, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 618, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f33174a1800>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7f33174a1a80>)) |
||||||
tearDownClass (tempest.api.volume.test_volumes_snapshots_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotNegativeTestJSON) |
fail
ft10.1: tearDownClass (tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 236, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 208, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 618, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.BadRequest'>, Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'}, <traceback object at 0x7fec866611c0>) |
||||||
tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt11.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
fail
ft11.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:13:47,913 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes 0.689s 2022-01-11 15:13:47,913 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3f7663c-69c8-4cd7-871d-9cae129387cf', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3f7663c-69c8-4cd7-871d-9cae129387cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:47.516225", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:13:48,011 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.091s 2022-01-11 15:13:48,011 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7785a41-cdf5-42c3-b440-87277b280a37', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7785a41-cdf5-42c3-b440-87277b280a37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:13:49,092 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.073s 2022-01-11 15:13:49,093 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e4ab83c-a311-4895-8e81-4d0ae65d5b8c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e4ab83c-a311-4895-8e81-4d0ae65d5b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:13:48.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:13:50,209 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.098s 2022-01-11 15:13:50,210 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bad5338-bbbd-489b-94aa-e07d7e006bae', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bad5338-bbbd-489b-94aa-e07d7e006bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:13:49.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:13:50,217 117578 INFO [tempest.common.waiters] volume 610c960d-8a64-4ee2-85d2-5ae3bb879fee reached available after waiting for 2.217150 seconds 2022-01-11 15:13:50,677 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.460s 2022-01-11 15:13:50,677 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1516', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-952cdbd9-31a7-4aeb-bb0d-076858bb118f', 'x-compute-request-id': 'req-952cdbd9-31a7-4aeb-bb0d-076858bb118f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:13:46Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:51,596 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.910s 2022-01-11 15:13:51,596 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b59461c-ef2e-48b6-8d30-607c49eab351', 'x-compute-request-id': 'req-2b59461c-ef2e-48b6-8d30-607c49eab351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "device": "/dev/sdb"}}' 2022-01-11 15:13:51,674 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.076s 2022-01-11 15:13:51,674 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44448119-ec7a-49f2-abaa-b90931b9ab4a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44448119-ec7a-49f2-abaa-b90931b9ab4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:13:52,745 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.062s 2022-01-11 15:13:52,745 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd943c56-2fc4-4618-b2c1-f8d3cdca66c0', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd943c56-2fc4-4618-b2c1-f8d3cdca66c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:13:52.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:13:53,804 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.050s 2022-01-11 15:13:53,804 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d5d081-789b-4364-95e1-d03b6773e9c1', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56d5d081-789b-4364-95e1-d03b6773e9c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:13:52.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:13:54,884 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.071s 2022-01-11 15:13:54,884 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-103f0df6-218a-47f8-9188-3d2061cd0253', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-103f0df6-218a-47f8-9188-3d2061cd0253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:13:52.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:13:55,952 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.059s 2022-01-11 15:13:55,952 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5243fef-6ee9-480b-918d-7257b344edfb', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5243fef-6ee9-480b-918d-7257b344edfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:13:52.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:13:57,013 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.051s 2022-01-11 15:13:57,014 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2303716d-0fe8-4256-83e8-c95cd46271cb', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2303716d-0fe8-4256-83e8-c95cd46271cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:13:52.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:13:58,064 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.043s 2022-01-11 15:13:58,064 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f494c76-886a-4f45-9fe5-50233f872dac', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f494c76-886a-4f45-9fe5-50233f872dac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:13:52.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:13:59,119 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.047s 2022-01-11 15:13:59,119 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d3c458-a747-470f-b5cf-39f4db4d326f', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56d3c458-a747-470f-b5cf-39f4db4d326f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:13:52.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:14:00,175 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.048s 2022-01-11 15:14:00,176 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27ae8a09-969c-4819-8b7b-cad56610d134', 'content-length': '1213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27ae8a09-969c-4819-8b7b-cad56610d134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:14:00.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "attachment_id": "841503a6-aa2b-4d2b-96cd-4f12e89dd9cb", "volume_id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "server_id": "3b978091-0bf4-4e69-8053-76e49154df4c", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:13:52.000000"}], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:14:00,183 117578 INFO [tempest.common.waiters] Attachment 841503a6-aa2b-4d2b-96cd-4f12e89dd9cb created for volume 610c960d-8a64-4ee2-85d2-5ae3bb879fee to server 3b978091-0bf4-4e69-8053-76e49154df4c after waiting for 9.183643 seconds 2022-01-11 15:14:00,228 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.044s 2022-01-11 15:14:00,228 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-944ba05f-2907-465b-99d7-4b4684e14059', 'content-length': '1213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-944ba05f-2907-465b-99d7-4b4684e14059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:14:00.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "attachment_id": "841503a6-aa2b-4d2b-96cd-4f12e89dd9cb", "volume_id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "server_id": "3b978091-0bf4-4e69-8053-76e49154df4c", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:13:52.000000"}], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:14:00,235 117578 INFO [tempest.common.waiters] volume 610c960d-8a64-4ee2-85d2-5ae3bb879fee reached in-use after waiting for 0.235199 seconds 2022-01-11 15:14:00,598 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/action 0.362s 2022-01-11 15:14:00,598 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"rescue": {"adminPass": "V7!3HvdS+=Z5M8b"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b5c2dc7-53a2-474a-b110-4cfa3ecd4cc0', 'x-compute-request-id': 'req-3b5c2dc7-53a2-474a-b110-4cfa3ecd4cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/action'} Body: b'{"adminPass": "V7!3HvdS+=Z5M8b"}' 2022-01-11 15:14:00,855 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.256s 2022-01-11 15:14:00,856 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7c0c382-f8e3-45af-982f-1a3fdf95a841', 'x-compute-request-id': 'req-f7c0c382-f8e3-45af-982f-1a3fdf95a841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:02,022 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.157s 2022-01-11 15:14:02,023 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-229d51af-acdb-4a5c-a2c0-84d362aaef10', 'x-compute-request-id': 'req-229d51af-acdb-4a5c-a2c0-84d362aaef10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:03,190 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.159s 2022-01-11 15:14:03,190 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dedb2f3-ae54-40a1-ad0d-4224883f20a2', 'x-compute-request-id': 'req-3dedb2f3-ae54-40a1-ad0d-4224883f20a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:04,364 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.165s 2022-01-11 15:14:04,364 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99335173-ae1b-4232-a838-d10469c13326', 'x-compute-request-id': 'req-99335173-ae1b-4232-a838-d10469c13326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:12,279 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 6.903s 2022-01-11 15:14:12,279 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d70b72e-24c8-45e3-a7db-323a95972307', 'x-compute-request-id': 'req-0d70b72e-24c8-45e3-a7db-323a95972307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:19,274 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 5.985s 2022-01-11 15:14:19,275 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42ebf65b-3490-48f9-b2ca-2e9bec188be9', 'x-compute-request-id': 'req-42ebf65b-3490-48f9-b2ca-2e9bec188be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:20,443 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.159s 2022-01-11 15:14:20,443 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e501e319-2616-4d11-88bf-c7243bc481b7', 'x-compute-request-id': 'req-e501e319-2616-4d11-88bf-c7243bc481b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:21,610 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.155s 2022-01-11 15:14:21,610 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69a143c7-9e44-4282-b4d3-82cebe620d80', 'x-compute-request-id': 'req-69a143c7-9e44-4282-b4d3-82cebe620d80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:22,792 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.174s 2022-01-11 15:14:22,793 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39d16b2c-6eda-48c8-b93e-65c5c1df69d4', 'x-compute-request-id': 'req-39d16b2c-6eda-48c8-b93e-65c5c1df69d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:24,009 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.209s 2022-01-11 15:14:24,010 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ea98be8-bada-4b80-979c-49bd7baaaaa3', 'x-compute-request-id': 'req-6ea98be8-bada-4b80-979c-49bd7baaaaa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:25,202 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.183s 2022-01-11 15:14:25,202 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a40405d-bd04-4989-894d-52e055123a7c', 'x-compute-request-id': 'req-3a40405d-bd04-4989-894d-52e055123a7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:26,410 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.199s 2022-01-11 15:14:26,410 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ba26145-4c1f-4b8e-97ef-0d0dfb77c52c', 'x-compute-request-id': 'req-4ba26145-4c1f-4b8e-97ef-0d0dfb77c52c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:27,618 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.198s 2022-01-11 15:14:27,619 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c838e45c-5856-47ff-b468-aeefb5072818', 'x-compute-request-id': 'req-c838e45c-5856-47ff-b468-aeefb5072818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:28,828 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.199s 2022-01-11 15:14:28,828 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-077dce1a-3a13-4b92-b829-53d9c1fe79bc', 'x-compute-request-id': 'req-077dce1a-3a13-4b92-b829-53d9c1fe79bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:30,028 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.191s 2022-01-11 15:14:30,028 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d9bc743-962f-41f8-a48e-9e105292acfe', 'x-compute-request-id': 'req-2d9bc743-962f-41f8-a48e-9e105292acfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:31,250 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.212s 2022-01-11 15:14:31,250 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53c31dd2-745f-485b-b93f-00da571255a9', 'x-compute-request-id': 'req-53c31dd2-745f-485b-b93f-00da571255a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:32,489 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.230s 2022-01-11 15:14:32,489 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7a52e7f-6d3f-48c5-8c17-dff03811911d', 'x-compute-request-id': 'req-e7a52e7f-6d3f-48c5-8c17-dff03811911d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:33,688 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.190s 2022-01-11 15:14:33,689 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b1e6b46-489e-430c-a249-494562408b4e', 'x-compute-request-id': 'req-8b1e6b46-489e-430c-a249-494562408b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:34,869 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.170s 2022-01-11 15:14:34,869 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c3829d4-b823-4541-ba37-762d55b4a57b', 'x-compute-request-id': 'req-5c3829d4-b823-4541-ba37-762d55b4a57b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:36,068 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.190s 2022-01-11 15:14:36,069 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d507f5b-b65f-4da5-9889-7554146d0c1e', 'x-compute-request-id': 'req-6d507f5b-b65f-4da5-9889-7554146d0c1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:37,289 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.210s 2022-01-11 15:14:37,289 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b66ba752-41db-4f01-a25d-ec607e412988', 'x-compute-request-id': 'req-b66ba752-41db-4f01-a25d-ec607e412988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:38,516 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.218s 2022-01-11 15:14:38,516 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c4491e3-19f9-4646-9b67-c0bac8fbe7a1', 'x-compute-request-id': 'req-5c4491e3-19f9-4646-9b67-c0bac8fbe7a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:39,807 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.282s 2022-01-11 15:14:39,807 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95b8f09e-4259-4bbe-9792-eadb2a2a7c6e', 'x-compute-request-id': 'req-95b8f09e-4259-4bbe-9792-eadb2a2a7c6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:00Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "rescuing", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:41,007 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.191s 2022-01-11 15:14:41,007 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1548', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dbb2853-86fb-4296-9394-63a51f2b2580', 'x-compute-request-id': 'req-8dbb2853-86fb-4296-9394-63a51f2b2580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "RESCUE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:40Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:14:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:41,015 117578 INFO [tempest.common.waiters] State transition "ACTIVE/rescuing" ==> "RESCUE/None" after 41 second wait 2022-01-11 15:14:41,131 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 409 DELETE http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.115s 2022-01-11 15:14:41,131 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '152', 'x-openstack-request-id': 'req-d5d7dd8a-c2ac-4b5d-bfa4-509c50767d27', 'x-compute-request-id': 'req-d5d7dd8a-c2ac-4b5d-bfa4-509c50767d27', 'connection': 'close', 'status': '409', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"conflictingRequest": {"code": 409, "message": "Cannot \'detach_volume\' instance 3b978091-0bf4-4e69-8053-76e49154df4c while it is in vm_state rescued"}}' 2022-01-11 15:14:41,438 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 POST http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/action 0.306s 2022-01-11 15:14:41,438 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"unrescue": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f773e85-8ff7-4990-a6eb-5168153adf66', 'x-compute-request-id': 'req-0f773e85-8ff7-4990-a6eb-5168153adf66', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/action'} Body: b'' 2022-01-11 15:14:41,649 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.210s 2022-01-11 15:14:41,650 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1556', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f392b8d3-e7fc-4e3f-bb69-e337d97dc079', 'x-compute-request-id': 'req-f392b8d3-e7fc-4e3f-bb69-e337d97dc079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "RESCUE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:41Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:14:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:43,288 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.630s 2022-01-11 15:14:43,289 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1556', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0490e1b-6d4d-46ef-b9b3-2a2513f48b71', 'x-compute-request-id': 'req-c0490e1b-6d4d-46ef-b9b3-2a2513f48b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "RESCUE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:41Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:14:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:44,573 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.274s 2022-01-11 15:14:44,573 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1556', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a852060-0a12-4a87-9780-340933612095', 'x-compute-request-id': 'req-5a852060-0a12-4a87-9780-340933612095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "RESCUE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:41Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:14:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:45,759 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.177s 2022-01-11 15:14:45,760 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1556', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec7b3aa0-1d90-4147-ae58-45772d53d9fa', 'x-compute-request-id': 'req-ec7b3aa0-1d90-4147-ae58-45772d53d9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "RESCUE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:41Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:14:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "unrescuing", "OS-EXT-STS:vm_state": "rescued", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:47,030 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c 0.257s 2022-01-11 15:14:47,030 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bdb607d-b50a-451d-b63c-d5a281ebc4b7', 'x-compute-request-id': 'req-7bdb607d-b50a-451d-b63c-d5a281ebc4b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c'} Body: b'{"server": {"id": "3b978091-0bf4-4e69-8053-76e49154df4c", "name": "tempest-ServerRescueNegativeTestJSON-server-2129438968", "status": "ACTIVE", "tenant_id": "46dc68d56028437c845a8b922ebb73fa", "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "metadata": {}, "hostId": "da01abb9c82b4fa1d5668c9ed8c7df2f371109011bb85ea175f3f84c", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:07Z", "updated": "2022-01-11T15:14:46Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-720977819-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:e3:14"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/3b978091-0bf4-4e69-8053-76e49154df4c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:14:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee"}]}}' 2022-01-11 15:14:47,037 117578 INFO [tempest.common.waiters] State transition "RESCUE/unrescuing" ==> "ACTIVE/None" after 6 second wait 2022-01-11 15:14:47,497 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.458s 2022-01-11 15:14:47,497 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b7af324-1aa9-4276-b1b6-4ceabc8792a4', 'content-length': '1213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b7af324-1aa9-4276-b1b6-4ceabc8792a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:14:00.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "attachment_id": "841503a6-aa2b-4d2b-96cd-4f12e89dd9cb", "volume_id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "server_id": "3b978091-0bf4-4e69-8053-76e49154df4c", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:13:52.000000"}], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:14:47,982 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments/610c960d-8a64-4ee2-85d2-5ae3bb879fee 0.477s 2022-01-11 15:14:47,982 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34e5fd47-f019-41f2-9562-1e921a10773d', 'x-compute-request-id': 'req-34e5fd47-f019-41f2-9562-1e921a10773d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'' 2022-01-11 15:14:48,051 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.068s 2022-01-11 15:14:48,051 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c84ccedb-32ec-41b9-8369-ddc08815f9ca', 'x-compute-request-id': 'req-c84ccedb-32ec-41b9-8369-ddc08815f9ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:14:49,104 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.049s 2022-01-11 15:14:49,104 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3da787c7-ad5f-4e08-8333-ffc432b00436', 'x-compute-request-id': 'req-3da787c7-ad5f-4e08-8333-ffc432b00436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:14:50,162 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.055s 2022-01-11 15:14:50,162 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63f16ff1-1146-4516-bbae-17019d7a37ff', 'x-compute-request-id': 'req-63f16ff1-1146-4516-bbae-17019d7a37ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:14:51,225 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.059s 2022-01-11 15:14:51,225 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb169ad5-beb0-4eeb-9b1e-5d406744b4bd', 'x-compute-request-id': 'req-eb169ad5-beb0-4eeb-9b1e-5d406744b4bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:14:52,311 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.083s 2022-01-11 15:14:52,318 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c12abbb-7186-41a8-af54-6519234ebfba', 'x-compute-request-id': 'req-1c12abbb-7186-41a8-af54-6519234ebfba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:14:53,404 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.084s 2022-01-11 15:14:53,404 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a372c29e-2210-46af-9190-4e560a9b5b20', 'x-compute-request-id': 'req-a372c29e-2210-46af-9190-4e560a9b5b20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:14:54,458 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.051s 2022-01-11 15:14:54,459 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79487627-83eb-46fc-9b75-1f0fb4953223', 'x-compute-request-id': 'req-79487627-83eb-46fc-9b75-1f0fb4953223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:14:55,511 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:14:55,511 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea418b6a-cb4d-4748-982a-f057388d441e', 'x-compute-request-id': 'req-ea418b6a-cb4d-4748-982a-f057388d441e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:14:56,560 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:14:56,560 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5cf2dff-56f2-4381-8aab-b46bbc6671fb', 'x-compute-request-id': 'req-f5cf2dff-56f2-4381-8aab-b46bbc6671fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:14:57,607 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:14:57,607 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5774f5de-84a1-4418-ad64-e287af8b88f3', 'x-compute-request-id': 'req-5774f5de-84a1-4418-ad64-e287af8b88f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:14:58,656 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:14:58,656 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67536aea-1013-4ed4-b2f9-835ba28cb113', 'x-compute-request-id': 'req-67536aea-1013-4ed4-b2f9-835ba28cb113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:14:59,719 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.060s 2022-01-11 15:14:59,720 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00b7850a-89e7-45d0-9f8e-20cd0ff0fbd1', 'x-compute-request-id': 'req-00b7850a-89e7-45d0-9f8e-20cd0ff0fbd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:00,829 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.106s 2022-01-11 15:15:00,830 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7797a178-00e6-479f-a2d8-d7ff48cc2d00', 'x-compute-request-id': 'req-7797a178-00e6-479f-a2d8-d7ff48cc2d00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:01,886 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.053s 2022-01-11 15:15:01,886 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f961cdcb-59eb-4ffb-94ae-afa4c9adca22', 'x-compute-request-id': 'req-f961cdcb-59eb-4ffb-94ae-afa4c9adca22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:02,936 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:15:02,937 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70764ed1-8eb0-4f5f-baf9-f0e2c8c234b5', 'x-compute-request-id': 'req-70764ed1-8eb0-4f5f-baf9-f0e2c8c234b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:03,991 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.052s 2022-01-11 15:15:03,992 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e89018d6-553e-447c-866e-734b0b8c2e39', 'x-compute-request-id': 'req-e89018d6-553e-447c-866e-734b0b8c2e39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:05,045 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.050s 2022-01-11 15:15:05,045 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-779d6378-44fa-4cb9-bd11-3bff5c6bef02', 'x-compute-request-id': 'req-779d6378-44fa-4cb9-bd11-3bff5c6bef02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:06,096 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:15:06,097 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9241f164-4cd9-451c-8930-64991cfe9938', 'x-compute-request-id': 'req-9241f164-4cd9-451c-8930-64991cfe9938', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:07,145 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:07,146 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ede2fe36-b138-4599-b20b-b803d69a01ae', 'x-compute-request-id': 'req-ede2fe36-b138-4599-b20b-b803d69a01ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:08,196 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:15:08,196 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db45b12f-fe90-4774-9bc7-302585a11447', 'x-compute-request-id': 'req-db45b12f-fe90-4774-9bc7-302585a11447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:09,250 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.050s 2022-01-11 15:15:09,250 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e4d22e8-1a4d-4f77-9e22-f9eedd1975f9', 'x-compute-request-id': 'req-2e4d22e8-1a4d-4f77-9e22-f9eedd1975f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:10,298 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:15:10,298 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c705fdf-0e0c-4772-aeed-d2a62c7cb44b', 'x-compute-request-id': 'req-7c705fdf-0e0c-4772-aeed-d2a62c7cb44b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:11,350 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.049s 2022-01-11 15:15:11,351 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48ee5feb-f8c6-40fd-82f9-634157abdc79', 'x-compute-request-id': 'req-48ee5feb-f8c6-40fd-82f9-634157abdc79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:12,402 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:15:12,402 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a77bc79-5a1d-4670-baef-36df3b41b856', 'x-compute-request-id': 'req-3a77bc79-5a1d-4670-baef-36df3b41b856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:13,450 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:15:13,451 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b1fd702-a3ff-4eb1-a6f4-b22832c5eeb7', 'x-compute-request-id': 'req-6b1fd702-a3ff-4eb1-a6f4-b22832c5eeb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:14,501 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:15:14,501 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8a091eb-3524-4779-a5f4-61b4c5b506cc', 'x-compute-request-id': 'req-c8a091eb-3524-4779-a5f4-61b4c5b506cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:15,550 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:15,550 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46baf089-ae9f-4237-b8d2-fd5f7a61f53c', 'x-compute-request-id': 'req-46baf089-ae9f-4237-b8d2-fd5f7a61f53c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:16,600 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:16,600 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8a6aa4d-1438-463e-ab09-5d7d07d5bf50', 'x-compute-request-id': 'req-f8a6aa4d-1438-463e-ab09-5d7d07d5bf50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:17,648 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:15:17,648 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a3e8c62-b258-40bc-a0ce-94dff0cf1732', 'x-compute-request-id': 'req-3a3e8c62-b258-40bc-a0ce-94dff0cf1732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:18,697 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:15:18,697 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0246ec8-c723-42fd-9d93-589610cb9944', 'x-compute-request-id': 'req-c0246ec8-c723-42fd-9d93-589610cb9944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:19,746 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:15:19,746 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d24e71b-d8a2-45ad-b66b-7b0ab1a23312', 'x-compute-request-id': 'req-2d24e71b-d8a2-45ad-b66b-7b0ab1a23312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:20,795 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:20,796 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d044d4e-6163-418f-a996-c88207fa3c51', 'x-compute-request-id': 'req-6d044d4e-6163-418f-a996-c88207fa3c51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:21,844 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:21,845 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e2a5f9c-22e0-4732-99d0-1619b594e253', 'x-compute-request-id': 'req-1e2a5f9c-22e0-4732-99d0-1619b594e253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:22,893 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:22,893 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c1db5b3-073c-4c91-b4a9-ed96df695743', 'x-compute-request-id': 'req-1c1db5b3-073c-4c91-b4a9-ed96df695743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:23,947 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.051s 2022-01-11 15:15:23,947 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b027b93c-51f8-462b-9759-285310569c8d', 'x-compute-request-id': 'req-b027b93c-51f8-462b-9759-285310569c8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:24,996 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:15:24,996 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf2a5029-2f08-43c5-a976-4e3266d754eb', 'x-compute-request-id': 'req-bf2a5029-2f08-43c5-a976-4e3266d754eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:26,044 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:15:26,044 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edf51382-6ca0-4e78-a155-320b2cbe5adb', 'x-compute-request-id': 'req-edf51382-6ca0-4e78-a155-320b2cbe5adb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:27,094 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:27,094 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ed1a0e4-7e8f-406e-8e93-c2a948cbd719', 'x-compute-request-id': 'req-9ed1a0e4-7e8f-406e-8e93-c2a948cbd719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:28,144 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:15:28,145 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2ef5fcc-de69-48dc-b47d-ded1cecf70a5', 'x-compute-request-id': 'req-e2ef5fcc-de69-48dc-b47d-ded1cecf70a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:29,198 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.050s 2022-01-11 15:15:29,199 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2544dc23-f305-4719-8504-6df03c263141', 'x-compute-request-id': 'req-2544dc23-f305-4719-8504-6df03c263141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:30,258 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.056s 2022-01-11 15:15:30,259 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1ea5901-befc-437e-8a1b-da801ac5f7fc', 'x-compute-request-id': 'req-b1ea5901-befc-437e-8a1b-da801ac5f7fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:31,311 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.049s 2022-01-11 15:15:31,312 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-728832b7-44dc-4818-8a46-6757967bc792', 'x-compute-request-id': 'req-728832b7-44dc-4818-8a46-6757967bc792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:32,360 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:32,361 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1721c2df-0739-46a8-b9ba-360d18625590', 'x-compute-request-id': 'req-1721c2df-0739-46a8-b9ba-360d18625590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:33,409 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:15:33,409 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-814a6431-c283-49fb-bddb-acb81635e896', 'x-compute-request-id': 'req-814a6431-c283-49fb-bddb-acb81635e896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:34,458 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:15:34,459 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0330b171-ef7d-4829-bdfa-791897919b20', 'x-compute-request-id': 'req-0330b171-ef7d-4829-bdfa-791897919b20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:35,508 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:15:35,508 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c63d8a05-e0b5-43fd-bca1-85f14bb81e0b', 'x-compute-request-id': 'req-c63d8a05-e0b5-43fd-bca1-85f14bb81e0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:36,556 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:15:36,556 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e706c0b9-1929-48b4-ac72-047b57f78fe1', 'x-compute-request-id': 'req-e706c0b9-1929-48b4-ac72-047b57f78fe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:37,605 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:37,606 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9218ada5-f8e9-4f26-90d8-510b33e87b1c', 'x-compute-request-id': 'req-9218ada5-f8e9-4f26-90d8-510b33e87b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:38,654 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:15:38,654 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9447a77-e3d3-4903-a317-ddfc90d363c7', 'x-compute-request-id': 'req-b9447a77-e3d3-4903-a317-ddfc90d363c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:39,711 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.053s 2022-01-11 15:15:39,711 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06562ffe-b049-49ff-ad46-7f08ceeea8da', 'x-compute-request-id': 'req-06562ffe-b049-49ff-ad46-7f08ceeea8da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:40,759 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:40,760 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-294f00c5-8e93-421b-9e5b-35bd00fa81b4', 'x-compute-request-id': 'req-294f00c5-8e93-421b-9e5b-35bd00fa81b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:41,810 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:41,810 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a32828cd-be54-4e7a-b253-5bc2a455f839', 'x-compute-request-id': 'req-a32828cd-be54-4e7a-b253-5bc2a455f839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:42,858 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:15:42,859 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65c9f183-58a4-475b-9c79-c640de22b5f9', 'x-compute-request-id': 'req-65c9f183-58a4-475b-9c79-c640de22b5f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:43,908 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:43,908 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9634b699-f92e-4cbb-9cdf-b1238944b63b', 'x-compute-request-id': 'req-9634b699-f92e-4cbb-9cdf-b1238944b63b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:44,958 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:44,958 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-199d34c5-a8e1-46b6-931b-1465f82ad69e', 'x-compute-request-id': 'req-199d34c5-a8e1-46b6-931b-1465f82ad69e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:46,015 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.053s 2022-01-11 15:15:46,015 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2573686b-b18e-4cfc-bae8-a976e1cb3eec', 'x-compute-request-id': 'req-2573686b-b18e-4cfc-bae8-a976e1cb3eec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:47,064 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:15:47,064 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca9a65fb-72ca-40b3-81a1-595d745ea423', 'x-compute-request-id': 'req-ca9a65fb-72ca-40b3-81a1-595d745ea423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:48,115 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:15:48,115 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e56b5473-5ad5-47fd-9fa0-d81552ecdfd6', 'x-compute-request-id': 'req-e56b5473-5ad5-47fd-9fa0-d81552ecdfd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:49,165 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:15:49,166 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36b86ac0-c2c1-4a2d-a17d-ec62e699f84c', 'x-compute-request-id': 'req-36b86ac0-c2c1-4a2d-a17d-ec62e699f84c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:50,217 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:15:50,217 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-185a6065-aecd-4653-b044-b4ce924078f1', 'x-compute-request-id': 'req-185a6065-aecd-4653-b044-b4ce924078f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:51,276 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.056s 2022-01-11 15:15:51,277 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa2ab438-6789-44d4-a260-1fa31026195b', 'x-compute-request-id': 'req-aa2ab438-6789-44d4-a260-1fa31026195b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:52,326 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:15:52,327 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-807cb6a7-21fd-4be1-9885-77521db35c23', 'x-compute-request-id': 'req-807cb6a7-21fd-4be1-9885-77521db35c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:53,376 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:53,377 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77547ba7-6037-415c-9453-e41142630608', 'x-compute-request-id': 'req-77547ba7-6037-415c-9453-e41142630608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:54,426 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:54,427 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2679eddb-57dd-454a-a095-d5761eb27107', 'x-compute-request-id': 'req-2679eddb-57dd-454a-a095-d5761eb27107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:55,475 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:55,476 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80e1e9f4-a22a-4e61-9bad-481a1925ae14', 'x-compute-request-id': 'req-80e1e9f4-a22a-4e61-9bad-481a1925ae14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:56,524 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:15:56,525 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc683d6e-a77b-4552-9312-cceaf40a2846', 'x-compute-request-id': 'req-bc683d6e-a77b-4552-9312-cceaf40a2846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:57,573 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:57,574 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a3ea35a-31ae-4b42-9283-2c60ee4745ed', 'x-compute-request-id': 'req-1a3ea35a-31ae-4b42-9283-2c60ee4745ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:58,622 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:58,623 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3a29f68-ec5f-48b3-9b37-ebafb260c5b6', 'x-compute-request-id': 'req-b3a29f68-ec5f-48b3-9b37-ebafb260c5b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:15:59,672 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:15:59,672 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9ef2774-9796-48f6-828f-f38094dd7f97', 'x-compute-request-id': 'req-a9ef2774-9796-48f6-828f-f38094dd7f97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:00,722 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:00,725 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ea185ec-49f9-4612-8866-4aba844c4d9b', 'x-compute-request-id': 'req-1ea185ec-49f9-4612-8866-4aba844c4d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:01,773 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:01,773 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61249fb5-10b7-4785-8031-1ad44d7b0374', 'x-compute-request-id': 'req-61249fb5-10b7-4785-8031-1ad44d7b0374', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:02,825 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.050s 2022-01-11 15:16:02,825 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d79e6985-82a8-408b-8318-921ba07cd1b8', 'x-compute-request-id': 'req-d79e6985-82a8-408b-8318-921ba07cd1b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:03,875 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:03,875 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-259ebb96-884d-4ee7-94d1-3540c39e54e2', 'x-compute-request-id': 'req-259ebb96-884d-4ee7-94d1-3540c39e54e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:04,929 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.051s 2022-01-11 15:16:04,935 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-121f7acf-1811-4dc6-823e-43884521c7bf', 'x-compute-request-id': 'req-121f7acf-1811-4dc6-823e-43884521c7bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:05,984 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:05,984 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-006065e3-1d99-4980-88d2-678809ae3d3e', 'x-compute-request-id': 'req-006065e3-1d99-4980-88d2-678809ae3d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:07,213 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.227s 2022-01-11 15:16:07,214 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc0dabb6-71d8-4620-aef4-3f17fb3f7fe3', 'x-compute-request-id': 'req-bc0dabb6-71d8-4620-aef4-3f17fb3f7fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:08,263 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:08,265 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d03b965c-5360-4ffe-9ecd-ade5b952256b', 'x-compute-request-id': 'req-d03b965c-5360-4ffe-9ecd-ade5b952256b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:09,315 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:09,315 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a272139-a0d2-48ac-81d1-6b9a7ef9b9e1', 'x-compute-request-id': 'req-6a272139-a0d2-48ac-81d1-6b9a7ef9b9e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:10,367 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.049s 2022-01-11 15:16:10,368 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14aea0fc-b6c7-4cb6-9014-b24ed1d57eea', 'x-compute-request-id': 'req-14aea0fc-b6c7-4cb6-9014-b24ed1d57eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:11,418 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:16:11,418 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95d9ea7a-a26d-4a6f-906c-a8725818fa63', 'x-compute-request-id': 'req-95d9ea7a-a26d-4a6f-906c-a8725818fa63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:12,471 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.050s 2022-01-11 15:16:12,471 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4850e8ca-9ca3-4f11-93e1-f1d865579a54', 'x-compute-request-id': 'req-4850e8ca-9ca3-4f11-93e1-f1d865579a54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:13,521 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:16:13,522 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e07f93d1-c6be-4713-9231-c28b6dc1f1eb', 'x-compute-request-id': 'req-e07f93d1-c6be-4713-9231-c28b6dc1f1eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:14,571 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:14,572 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ac3e7f4-736a-4dcc-9839-913dfb4acf1b', 'x-compute-request-id': 'req-8ac3e7f4-736a-4dcc-9839-913dfb4acf1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:15,621 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:15,621 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66234730-6721-4d2a-935f-32bdc066c4d1', 'x-compute-request-id': 'req-66234730-6721-4d2a-935f-32bdc066c4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:16,670 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:16,671 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cfc762d-19c2-4768-b894-cd5718c0165f', 'x-compute-request-id': 'req-5cfc762d-19c2-4768-b894-cd5718c0165f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:17,720 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:17,720 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abaa1b49-5895-46e9-8f81-7df404175cda', 'x-compute-request-id': 'req-abaa1b49-5895-46e9-8f81-7df404175cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:18,771 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:16:18,771 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01abebcc-d4eb-4c0c-8ef5-d5bda09863d7', 'x-compute-request-id': 'req-01abebcc-d4eb-4c0c-8ef5-d5bda09863d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:19,824 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.050s 2022-01-11 15:16:19,825 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b1ea409-3135-4b0e-91bb-5e4b0a7de49f', 'x-compute-request-id': 'req-8b1ea409-3135-4b0e-91bb-5e4b0a7de49f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:20,874 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:20,874 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38f31fe4-04f4-472e-937e-ec104f5d3c91', 'x-compute-request-id': 'req-38f31fe4-04f4-472e-937e-ec104f5d3c91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:21,922 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:21,922 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e29c23c-b0f7-4c82-a119-46d4759fd3ed', 'x-compute-request-id': 'req-1e29c23c-b0f7-4c82-a119-46d4759fd3ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:22,972 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:22,972 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a4da22d-194f-4cd6-b269-775bff8ad9c0', 'x-compute-request-id': 'req-7a4da22d-194f-4cd6-b269-775bff8ad9c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:24,020 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:24,020 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a28c0d2c-3d58-4a52-bdd8-e6b79db221a6', 'x-compute-request-id': 'req-a28c0d2c-3d58-4a52-bdd8-e6b79db221a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:25,069 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:25,069 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcc13178-8b4d-403a-807c-372749e5e9d9', 'x-compute-request-id': 'req-fcc13178-8b4d-403a-807c-372749e5e9d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:26,119 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:26,119 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ab46987-b2c3-459d-bea3-57836bdc1bbd', 'x-compute-request-id': 'req-1ab46987-b2c3-459d-bea3-57836bdc1bbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:27,168 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:27,168 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa16adf7-cf44-4ac5-b18d-33b4abb426db', 'x-compute-request-id': 'req-aa16adf7-cf44-4ac5-b18d-33b4abb426db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:28,216 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:28,217 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-490aea7b-f68f-4db1-9835-ce9e86351295', 'x-compute-request-id': 'req-490aea7b-f68f-4db1-9835-ce9e86351295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:29,266 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:16:29,267 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edc70e94-58f5-4e6f-87aa-75e7f66638be', 'x-compute-request-id': 'req-edc70e94-58f5-4e6f-87aa-75e7f66638be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:30,317 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:16:30,318 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1ec435c-bb76-4dc6-98f2-407cc786d5ff', 'x-compute-request-id': 'req-a1ec435c-bb76-4dc6-98f2-407cc786d5ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:31,369 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:16:31,370 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9d9a550-b9d7-455b-a259-c6c6041a3cea', 'x-compute-request-id': 'req-f9d9a550-b9d7-455b-a259-c6c6041a3cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:32,418 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:32,418 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5071f0d7-55d0-4953-959e-2d8ab62c288a', 'x-compute-request-id': 'req-5071f0d7-55d0-4953-959e-2d8ab62c288a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:33,467 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:33,468 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e4d1cf5-06d0-4b55-a478-9a94d9f530e5', 'x-compute-request-id': 'req-6e4d1cf5-06d0-4b55-a478-9a94d9f530e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:34,516 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:34,516 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d2e1e0d-cf46-4229-868c-767279c74079', 'x-compute-request-id': 'req-4d2e1e0d-cf46-4229-868c-767279c74079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:35,564 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:35,565 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a7895cf-3f3e-4d5c-92e5-08dba0a78f8c', 'x-compute-request-id': 'req-9a7895cf-3f3e-4d5c-92e5-08dba0a78f8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:36,613 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:36,614 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0cc9526-1aef-4fbb-89d6-85125cce9e87', 'x-compute-request-id': 'req-c0cc9526-1aef-4fbb-89d6-85125cce9e87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:37,663 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:37,663 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7706503-3054-40c5-96cf-2b80a10d08d0', 'x-compute-request-id': 'req-f7706503-3054-40c5-96cf-2b80a10d08d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:38,718 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.051s 2022-01-11 15:16:38,718 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e7e85a2-caaa-4c9a-8881-43ae10c89a38', 'x-compute-request-id': 'req-4e7e85a2-caaa-4c9a-8881-43ae10c89a38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:39,767 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:39,767 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d06b24c-f18f-449e-ae83-a874ecc701e3', 'x-compute-request-id': 'req-6d06b24c-f18f-449e-ae83-a874ecc701e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:40,815 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:16:40,815 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c75d3bf-de54-4ef4-b9c5-7efd8021f514', 'x-compute-request-id': 'req-3c75d3bf-de54-4ef4-b9c5-7efd8021f514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:41,864 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:41,864 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83d74cca-b47d-40c4-9332-f0d62c5e668d', 'x-compute-request-id': 'req-83d74cca-b47d-40c4-9332-f0d62c5e668d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:42,912 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:16:42,912 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c479968-b6ba-4f19-b9b0-d5a720514d24', 'x-compute-request-id': 'req-6c479968-b6ba-4f19-b9b0-d5a720514d24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:43,961 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:43,961 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa99fd91-3371-4ab8-ae8e-738810e2a545', 'x-compute-request-id': 'req-fa99fd91-3371-4ab8-ae8e-738810e2a545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:45,009 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:45,010 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20cd49e0-d129-40ca-9c41-752bf716e954', 'x-compute-request-id': 'req-20cd49e0-d129-40ca-9c41-752bf716e954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:46,057 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:16:46,057 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9691c09b-2581-42ba-a78f-1892aa81887d', 'x-compute-request-id': 'req-9691c09b-2581-42ba-a78f-1892aa81887d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:47,105 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:47,105 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6017e1c-5e3c-48b4-93a7-0391765cca17', 'x-compute-request-id': 'req-e6017e1c-5e3c-48b4-93a7-0391765cca17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:48,153 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:48,153 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c3c3847-aa89-4d56-8664-a910be3aa164', 'x-compute-request-id': 'req-9c3c3847-aa89-4d56-8664-a910be3aa164', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:49,201 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:49,202 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a068ea32-7520-4fa7-b191-ea7080555eca', 'x-compute-request-id': 'req-a068ea32-7520-4fa7-b191-ea7080555eca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:50,250 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:50,250 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2f602af-151d-47f7-b9a3-03cebb2252c8', 'x-compute-request-id': 'req-a2f602af-151d-47f7-b9a3-03cebb2252c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:51,299 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:16:51,299 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84cef15b-4655-4ebb-8ce3-fc9b73d30fd3', 'x-compute-request-id': 'req-84cef15b-4655-4ebb-8ce3-fc9b73d30fd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:52,348 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:52,348 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb11b07e-3421-43ff-ae2e-b571cf3d678e', 'x-compute-request-id': 'req-cb11b07e-3421-43ff-ae2e-b571cf3d678e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:53,396 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:53,396 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-206af4b8-3a10-4d48-851a-2a25c8edc68d', 'x-compute-request-id': 'req-206af4b8-3a10-4d48-851a-2a25c8edc68d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:54,447 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:16:54,448 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74970abe-2a7a-47a6-bdaa-8742bb728f4d', 'x-compute-request-id': 'req-74970abe-2a7a-47a6-bdaa-8742bb728f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:55,496 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:55,496 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c22687f-82d2-43e2-b50f-72a84dfd5512', 'x-compute-request-id': 'req-6c22687f-82d2-43e2-b50f-72a84dfd5512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:56,544 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:56,544 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e850bf87-1bc2-40fb-8024-6288633e0412', 'x-compute-request-id': 'req-e850bf87-1bc2-40fb-8024-6288633e0412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:57,594 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:16:57,595 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1084c118-3b94-4c25-902c-216f01ed2fa7', 'x-compute-request-id': 'req-1084c118-3b94-4c25-902c-216f01ed2fa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:58,643 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:58,643 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10545bcc-5a94-4970-b819-28058730adc4', 'x-compute-request-id': 'req-10545bcc-5a94-4970-b819-28058730adc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:16:59,691 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:16:59,692 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98fc0abf-c311-4137-ac24-6c4433bb16b1', 'x-compute-request-id': 'req-98fc0abf-c311-4137-ac24-6c4433bb16b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:00,741 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:00,742 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa65e83a-35ef-4f16-bc1d-8859ad81577d', 'x-compute-request-id': 'req-fa65e83a-35ef-4f16-bc1d-8859ad81577d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:01,791 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:01,791 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04dd69be-7531-4433-9d06-c55932a12dfc', 'x-compute-request-id': 'req-04dd69be-7531-4433-9d06-c55932a12dfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:02,840 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:02,841 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d57d18e6-9341-465b-9bc0-429f270c6d2c', 'x-compute-request-id': 'req-d57d18e6-9341-465b-9bc0-429f270c6d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:03,889 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:03,889 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89434510-23a3-47e7-b51b-c8c84af15eb9', 'x-compute-request-id': 'req-89434510-23a3-47e7-b51b-c8c84af15eb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:04,938 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:04,945 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f91a114-f47d-4de3-a0d1-744abbb4a701', 'x-compute-request-id': 'req-2f91a114-f47d-4de3-a0d1-744abbb4a701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:05,994 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:05,994 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e97dcb8-ac87-4dd5-a8a3-b6cbb7c3ff01', 'x-compute-request-id': 'req-3e97dcb8-ac87-4dd5-a8a3-b6cbb7c3ff01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:07,043 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:07,043 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad3fc833-81c4-44d9-90a7-13e284d0c820', 'x-compute-request-id': 'req-ad3fc833-81c4-44d9-90a7-13e284d0c820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:08,092 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:08,092 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-926a2c1d-5208-4fbb-91d5-e7520fa42116', 'x-compute-request-id': 'req-926a2c1d-5208-4fbb-91d5-e7520fa42116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:09,142 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:09,142 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-895c213e-4172-45c0-b2d7-71236e1d47e5', 'x-compute-request-id': 'req-895c213e-4172-45c0-b2d7-71236e1d47e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:10,191 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:10,191 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eeb2080f-e67a-4542-9594-64c3f543c9c9', 'x-compute-request-id': 'req-eeb2080f-e67a-4542-9594-64c3f543c9c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:11,240 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:11,240 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d584842-db25-4357-ade7-cd28d698e560', 'x-compute-request-id': 'req-6d584842-db25-4357-ade7-cd28d698e560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:12,293 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.049s 2022-01-11 15:17:12,294 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5a9d4dd-2c28-486c-8ced-daa4d19eaaee', 'x-compute-request-id': 'req-c5a9d4dd-2c28-486c-8ced-daa4d19eaaee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:13,343 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:13,344 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f0b2364-d145-4b21-a700-d213839bc112', 'x-compute-request-id': 'req-7f0b2364-d145-4b21-a700-d213839bc112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:14,393 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:14,393 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c0f0441-46e3-4070-9e7f-63062361681c', 'x-compute-request-id': 'req-8c0f0441-46e3-4070-9e7f-63062361681c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:15,448 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.051s 2022-01-11 15:17:15,448 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f165ad8-831f-4937-9485-981693d91c03', 'x-compute-request-id': 'req-4f165ad8-831f-4937-9485-981693d91c03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:16,499 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:17:16,500 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4897a5b1-f20a-41e4-ac5b-363a087a083c', 'x-compute-request-id': 'req-4897a5b1-f20a-41e4-ac5b-363a087a083c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:17,551 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:17:17,561 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9746afc2-1472-41e2-89aa-dc66bf4a27cd', 'x-compute-request-id': 'req-9746afc2-1472-41e2-89aa-dc66bf4a27cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:18,612 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:17:18,613 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1520de55-72f6-438f-9201-a70defa81a43', 'x-compute-request-id': 'req-1520de55-72f6-438f-9201-a70defa81a43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:19,661 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:19,661 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cad3cfc-ae59-4c0b-8481-a5ce3b46df7f', 'x-compute-request-id': 'req-8cad3cfc-ae59-4c0b-8481-a5ce3b46df7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:20,713 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:17:20,713 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db462e46-9514-402e-bf31-3cbd3bae03ce', 'x-compute-request-id': 'req-db462e46-9514-402e-bf31-3cbd3bae03ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:21,763 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:17:21,763 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1f4a5e8-f181-4930-96e5-5cd6f551d65d', 'x-compute-request-id': 'req-d1f4a5e8-f181-4930-96e5-5cd6f551d65d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:22,814 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:17:22,815 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bac2c6c2-cfa0-493a-9a07-37e700f5c055', 'x-compute-request-id': 'req-bac2c6c2-cfa0-493a-9a07-37e700f5c055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:23,863 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:23,864 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b3ac7a9-04bc-4e31-8197-729a6b28b6ca', 'x-compute-request-id': 'req-3b3ac7a9-04bc-4e31-8197-729a6b28b6ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:24,913 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:24,914 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5894a0b-3660-42d1-a23e-fa73439f6b31', 'x-compute-request-id': 'req-b5894a0b-3660-42d1-a23e-fa73439f6b31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:25,963 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:25,963 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85aa5d54-2673-43f2-9c87-fa2078b26afc', 'x-compute-request-id': 'req-85aa5d54-2673-43f2-9c87-fa2078b26afc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:27,013 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:27,013 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-428f49ae-ff1f-4453-8f7c-cc20dfec4dfe', 'x-compute-request-id': 'req-428f49ae-ff1f-4453-8f7c-cc20dfec4dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:28,061 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:28,062 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d51f420-a67a-4d2f-bec6-50613a347b35', 'x-compute-request-id': 'req-3d51f420-a67a-4d2f-bec6-50613a347b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:29,111 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:29,111 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b339ab08-84b4-4dc4-8506-47156be738c0', 'x-compute-request-id': 'req-b339ab08-84b4-4dc4-8506-47156be738c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:30,159 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:30,160 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df424adb-84a2-4d4d-8c8f-1688df3e3e0d', 'x-compute-request-id': 'req-df424adb-84a2-4d4d-8c8f-1688df3e3e0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:31,208 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:31,208 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54e737f4-9006-469b-a69c-b19bfd05a9b2', 'x-compute-request-id': 'req-54e737f4-9006-469b-a69c-b19bfd05a9b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:32,256 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:32,261 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f556b59-9201-4758-924f-1d6ea203ab76', 'x-compute-request-id': 'req-7f556b59-9201-4758-924f-1d6ea203ab76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:33,309 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:33,309 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa41f5d6-213b-484e-9a7d-610343529f92', 'x-compute-request-id': 'req-aa41f5d6-213b-484e-9a7d-610343529f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:34,357 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:34,358 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66ec9b57-cdff-47a7-b866-d268df4b463c', 'x-compute-request-id': 'req-66ec9b57-cdff-47a7-b866-d268df4b463c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:35,405 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:35,406 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80112d03-3966-4ee3-9cf8-0a1854f6ce9a', 'x-compute-request-id': 'req-80112d03-3966-4ee3-9cf8-0a1854f6ce9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:36,454 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:36,454 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a0dc159-d651-4282-aa65-e0b28f549261', 'x-compute-request-id': 'req-2a0dc159-d651-4282-aa65-e0b28f549261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:37,503 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:37,503 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaebe3b0-24d8-4abd-a965-6dd15a461707', 'x-compute-request-id': 'req-aaebe3b0-24d8-4abd-a965-6dd15a461707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:38,553 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:38,553 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1465460-d865-4a6e-8db7-5cd4197b1e8b', 'x-compute-request-id': 'req-c1465460-d865-4a6e-8db7-5cd4197b1e8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:39,602 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:39,603 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cf59765-39ad-4830-a141-096920af7ab4', 'x-compute-request-id': 'req-3cf59765-39ad-4830-a141-096920af7ab4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:40,654 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:17:40,655 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-498144f3-6215-47b7-9ce3-2fb906f016e0', 'x-compute-request-id': 'req-498144f3-6215-47b7-9ce3-2fb906f016e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:41,702 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:41,703 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fcff43d-e629-42d8-bd9c-a82edc6d3ef3', 'x-compute-request-id': 'req-1fcff43d-e629-42d8-bd9c-a82edc6d3ef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:42,752 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:42,753 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-216e3abb-4dd3-46de-a3e3-0e0316cb43da', 'x-compute-request-id': 'req-216e3abb-4dd3-46de-a3e3-0e0316cb43da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:43,800 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:43,801 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f30b30cc-db01-4668-8a81-0bc9744d2b3b', 'x-compute-request-id': 'req-f30b30cc-db01-4668-8a81-0bc9744d2b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:44,849 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:44,849 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e8cba8f-2e9b-4bc5-8cb3-d8aec33a0825', 'x-compute-request-id': 'req-4e8cba8f-2e9b-4bc5-8cb3-d8aec33a0825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:45,898 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:45,898 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36e3168e-4ca4-495e-9e33-84470a39abb3', 'x-compute-request-id': 'req-36e3168e-4ca4-495e-9e33-84470a39abb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:46,946 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:46,946 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78add3a2-1ec7-43ed-9e5d-cfe9a060d3bf', 'x-compute-request-id': 'req-78add3a2-1ec7-43ed-9e5d-cfe9a060d3bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:47,996 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:17:47,996 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a22db37b-0e76-4f10-b582-fc3e307a4583', 'x-compute-request-id': 'req-a22db37b-0e76-4f10-b582-fc3e307a4583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:49,045 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:49,045 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60fb58e4-09ed-4397-a144-bb8696883611', 'x-compute-request-id': 'req-60fb58e4-09ed-4397-a144-bb8696883611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:50,094 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:50,094 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b87fc8f7-7fb7-4974-8d2a-822e5a41cbed', 'x-compute-request-id': 'req-b87fc8f7-7fb7-4974-8d2a-822e5a41cbed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:51,143 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:51,143 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47f8554b-a9db-4a71-8298-225442ebffec', 'x-compute-request-id': 'req-47f8554b-a9db-4a71-8298-225442ebffec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:52,191 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:52,191 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eff47371-4f67-4b5f-b2d0-ec179798a053', 'x-compute-request-id': 'req-eff47371-4f67-4b5f-b2d0-ec179798a053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:53,241 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:53,241 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-800e309c-7bde-49d7-b6c6-65b5f303a09f', 'x-compute-request-id': 'req-800e309c-7bde-49d7-b6c6-65b5f303a09f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:54,290 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:54,291 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3455a491-bc9d-44a7-8a5d-0562246154b3', 'x-compute-request-id': 'req-3455a491-bc9d-44a7-8a5d-0562246154b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:55,340 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:55,340 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0c6b8a8-5ea7-40e2-bb20-13462df95bb6', 'x-compute-request-id': 'req-b0c6b8a8-5ea7-40e2-bb20-13462df95bb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:56,388 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:56,389 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb33e49a-737f-4960-b25d-3e6c96b5e3b6', 'x-compute-request-id': 'req-fb33e49a-737f-4960-b25d-3e6c96b5e3b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:57,437 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:57,437 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c73a709d-2e52-4436-a64b-15eed0382c52', 'x-compute-request-id': 'req-c73a709d-2e52-4436-a64b-15eed0382c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:58,485 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:17:58,486 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-056f2196-89e7-4108-a3c3-debd572302f7', 'x-compute-request-id': 'req-056f2196-89e7-4108-a3c3-debd572302f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:17:59,534 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:17:59,535 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0c93467-4bd4-48e8-a6de-2096793f07ec', 'x-compute-request-id': 'req-d0c93467-4bd4-48e8-a6de-2096793f07ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:00,584 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:00,584 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55fb7405-080d-48c0-ab91-ebbfd2ae781c', 'x-compute-request-id': 'req-55fb7405-080d-48c0-ab91-ebbfd2ae781c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:01,635 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:18:01,636 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b368ee7d-e82e-40b5-b7cf-0c8213f176c0', 'x-compute-request-id': 'req-b368ee7d-e82e-40b5-b7cf-0c8213f176c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:02,684 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:02,685 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32b59815-de2c-495a-9a3e-97ddb98ec079', 'x-compute-request-id': 'req-32b59815-de2c-495a-9a3e-97ddb98ec079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:03,733 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:03,733 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d8768c1-e4b3-46bc-9d00-c08ccdfdbf8c', 'x-compute-request-id': 'req-9d8768c1-e4b3-46bc-9d00-c08ccdfdbf8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:04,782 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:04,782 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6c3fcf1-9e1a-4e52-a06f-d68fcd2059f6', 'x-compute-request-id': 'req-a6c3fcf1-9e1a-4e52-a06f-d68fcd2059f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:05,830 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:05,830 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c05f1dc-a1bf-46dd-a59f-c360877b478d', 'x-compute-request-id': 'req-0c05f1dc-a1bf-46dd-a59f-c360877b478d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:06,878 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:06,879 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-793721c7-c943-4994-8a98-68854d8828fb', 'x-compute-request-id': 'req-793721c7-c943-4994-8a98-68854d8828fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:07,927 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:07,927 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ccede5e-ff01-4188-b72c-cf197e9bc238', 'x-compute-request-id': 'req-4ccede5e-ff01-4188-b72c-cf197e9bc238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:08,976 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:08,976 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0399ffe9-2b1d-47ec-9bda-5252d29a9bc2', 'x-compute-request-id': 'req-0399ffe9-2b1d-47ec-9bda-5252d29a9bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:10,024 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:18:10,024 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa62b71d-04cc-4130-ae83-4fa91b0dc1f1', 'x-compute-request-id': 'req-fa62b71d-04cc-4130-ae83-4fa91b0dc1f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:11,073 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:11,073 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72e7edba-ffe5-48ac-8f50-52d4398a3159', 'x-compute-request-id': 'req-72e7edba-ffe5-48ac-8f50-52d4398a3159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:12,122 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:12,125 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de4de1e1-2f67-44d2-a931-2a45c71832fc', 'x-compute-request-id': 'req-de4de1e1-2f67-44d2-a931-2a45c71832fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:13,174 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:13,175 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e38fa237-ec35-4895-ad4a-32b695bde90c', 'x-compute-request-id': 'req-e38fa237-ec35-4895-ad4a-32b695bde90c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:14,225 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:18:14,225 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1aacb505-38b0-4fa1-bfe9-cea652deee3c', 'x-compute-request-id': 'req-1aacb505-38b0-4fa1-bfe9-cea652deee3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:15,275 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:18:15,275 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce221845-c23a-48a9-ba2c-b702b51993c3', 'x-compute-request-id': 'req-ce221845-c23a-48a9-ba2c-b702b51993c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:16,324 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:16,325 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-595ceaec-a18d-4524-aef5-b54094e5775e', 'x-compute-request-id': 'req-595ceaec-a18d-4524-aef5-b54094e5775e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:17,373 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:17,373 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f65bbd7a-8a29-4ab3-b3d4-70b8f910e8fe', 'x-compute-request-id': 'req-f65bbd7a-8a29-4ab3-b3d4-70b8f910e8fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:18,422 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:18,423 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7313b950-32ff-471b-b0d5-fc27d9dbf1f2', 'x-compute-request-id': 'req-7313b950-32ff-471b-b0d5-fc27d9dbf1f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:19,471 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:19,472 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbf931ae-9a69-4f3e-ace3-9c00cd90fbde', 'x-compute-request-id': 'req-fbf931ae-9a69-4f3e-ace3-9c00cd90fbde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:20,520 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:20,520 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79875323-5164-4874-8d02-f24463e432cf', 'x-compute-request-id': 'req-79875323-5164-4874-8d02-f24463e432cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:21,568 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:21,568 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-594678ef-09ac-46e6-8d3a-b3fe5a32b956', 'x-compute-request-id': 'req-594678ef-09ac-46e6-8d3a-b3fe5a32b956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:22,617 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:22,617 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49ccc955-5324-48d0-9317-4d7765e17592', 'x-compute-request-id': 'req-49ccc955-5324-48d0-9317-4d7765e17592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:23,664 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:18:23,664 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ef693b2-5da9-489a-937d-6e7d8ca4eef6', 'x-compute-request-id': 'req-3ef693b2-5da9-489a-937d-6e7d8ca4eef6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:24,713 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:24,713 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a57e27e1-b9f3-4bb7-92f0-3df92e1cb9db', 'x-compute-request-id': 'req-a57e27e1-b9f3-4bb7-92f0-3df92e1cb9db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:25,761 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:25,761 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-728df794-30c0-407f-9fed-4b2b15b6a6d6', 'x-compute-request-id': 'req-728df794-30c0-407f-9fed-4b2b15b6a6d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:26,811 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:18:26,811 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14883c44-5dba-45b4-a292-1622bb41d726', 'x-compute-request-id': 'req-14883c44-5dba-45b4-a292-1622bb41d726', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:27,861 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:27,861 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0c86fb9-9288-4925-8151-b8e7ac798e72', 'x-compute-request-id': 'req-f0c86fb9-9288-4925-8151-b8e7ac798e72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:28,910 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:28,910 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edf034be-5d93-4921-89ba-dc4e5144e1ad', 'x-compute-request-id': 'req-edf034be-5d93-4921-89ba-dc4e5144e1ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:29,958 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:29,959 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07e78a5b-2d86-4238-ada1-8b9489e1a871', 'x-compute-request-id': 'req-07e78a5b-2d86-4238-ada1-8b9489e1a871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:31,010 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.049s 2022-01-11 15:18:31,011 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e2a78ef-1adb-40f1-a431-6e98e3fea4d0', 'x-compute-request-id': 'req-0e2a78ef-1adb-40f1-a431-6e98e3fea4d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:32,062 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:18:32,062 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0b7382c-e427-4dac-972a-da60c8e046f5', 'x-compute-request-id': 'req-a0b7382c-e427-4dac-972a-da60c8e046f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:33,110 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:33,110 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-947c5eb8-9932-48f6-8c57-0bf9d5643a81', 'x-compute-request-id': 'req-947c5eb8-9932-48f6-8c57-0bf9d5643a81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:34,158 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:34,158 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-017348ef-c0ec-42b4-91ef-4503f149d187', 'x-compute-request-id': 'req-017348ef-c0ec-42b4-91ef-4503f149d187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:35,207 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:35,207 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-822b8338-6659-4fe3-a118-82bfcf5de24b', 'x-compute-request-id': 'req-822b8338-6659-4fe3-a118-82bfcf5de24b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:36,255 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:36,256 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e550406-bb32-4d25-8bba-57d54f264036', 'x-compute-request-id': 'req-0e550406-bb32-4d25-8bba-57d54f264036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:37,304 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:37,305 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08947bcd-fc43-4bab-8f0a-3940dea2c2f5', 'x-compute-request-id': 'req-08947bcd-fc43-4bab-8f0a-3940dea2c2f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:38,353 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:38,354 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76424294-b7c8-404b-a414-0e4e80dfb50d', 'x-compute-request-id': 'req-76424294-b7c8-404b-a414-0e4e80dfb50d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:39,401 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:39,402 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c74e555-11c6-47b3-ba9a-b8a514686502', 'x-compute-request-id': 'req-9c74e555-11c6-47b3-ba9a-b8a514686502', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:40,449 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:18:40,450 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd27a9a1-d14d-4c5a-a1e3-22d6c20b2133', 'x-compute-request-id': 'req-cd27a9a1-d14d-4c5a-a1e3-22d6c20b2133', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:41,500 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:18:41,500 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e32733f6-053d-4b95-9443-73e698f29c15', 'x-compute-request-id': 'req-e32733f6-053d-4b95-9443-73e698f29c15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:42,549 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:42,550 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03a89c56-6828-4afe-b829-9f0609fc2472', 'x-compute-request-id': 'req-03a89c56-6828-4afe-b829-9f0609fc2472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:43,599 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:43,600 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b4b847b-df57-48f2-9dc9-3b8668637fea', 'x-compute-request-id': 'req-5b4b847b-df57-48f2-9dc9-3b8668637fea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:44,647 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:44,648 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d77c46f-1f24-49c2-8ab6-824a45df836d', 'x-compute-request-id': 'req-0d77c46f-1f24-49c2-8ab6-824a45df836d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:45,695 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:18:45,695 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7db3fef-57f6-48d5-bd40-efab791f122c', 'x-compute-request-id': 'req-f7db3fef-57f6-48d5-bd40-efab791f122c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:46,745 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:46,745 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abd88b3b-3472-4051-8216-59a72dbc99a7', 'x-compute-request-id': 'req-abd88b3b-3472-4051-8216-59a72dbc99a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:47,795 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:47,795 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93e3d68e-6754-4e45-89a6-dcb54dce2413', 'x-compute-request-id': 'req-93e3d68e-6754-4e45-89a6-dcb54dce2413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:48,844 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:48,845 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-819e6447-8c2e-4e15-8cf2-640ddd861577', 'x-compute-request-id': 'req-819e6447-8c2e-4e15-8cf2-640ddd861577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:49,894 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:18:49,894 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46abdad2-9952-493e-9207-9f9f98f8d26d', 'x-compute-request-id': 'req-46abdad2-9952-493e-9207-9f9f98f8d26d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:50,942 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:50,943 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05d37ad4-333c-4a76-b3a3-fccfbcf88469', 'x-compute-request-id': 'req-05d37ad4-333c-4a76-b3a3-fccfbcf88469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:51,992 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:51,992 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58a7b5b2-d2e1-4656-8cfa-9a75a3c830fa', 'x-compute-request-id': 'req-58a7b5b2-d2e1-4656-8cfa-9a75a3c830fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:53,046 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.051s 2022-01-11 15:18:53,046 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-885f78ee-0ab1-48ce-ad90-4cd3a609f46c', 'x-compute-request-id': 'req-885f78ee-0ab1-48ce-ad90-4cd3a609f46c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:54,095 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:54,095 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c7da5ed-ada7-46d3-878b-7e2055928d1d', 'x-compute-request-id': 'req-0c7da5ed-ada7-46d3-878b-7e2055928d1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:55,144 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:18:55,144 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b957a8ba-7f0e-4af4-b7ea-726a8956bafa', 'x-compute-request-id': 'req-b957a8ba-7f0e-4af4-b7ea-726a8956bafa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:56,193 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:56,193 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1469efc8-fff1-4347-84fe-aa612f6b919c', 'x-compute-request-id': 'req-1469efc8-fff1-4347-84fe-aa612f6b919c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:57,249 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.052s 2022-01-11 15:18:57,249 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ccff55d-4527-4f8b-abbe-1e07b22358c6', 'x-compute-request-id': 'req-3ccff55d-4527-4f8b-abbe-1e07b22358c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:58,298 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:58,298 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd2f1794-2686-4c4d-bfac-574fd47fa0f3', 'x-compute-request-id': 'req-bd2f1794-2686-4c4d-bfac-574fd47fa0f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:18:59,346 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:18:59,347 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d52d3d5a-32e4-4f26-be5c-937bcb85ad61', 'x-compute-request-id': 'req-d52d3d5a-32e4-4f26-be5c-937bcb85ad61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:00,395 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:00,395 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3dd648bb-5cb1-4b2f-b54e-d86ac4063584', 'x-compute-request-id': 'req-3dd648bb-5cb1-4b2f-b54e-d86ac4063584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:01,444 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:01,444 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-653b3db2-2618-488d-9b5d-048dc97fb9dc', 'x-compute-request-id': 'req-653b3db2-2618-488d-9b5d-048dc97fb9dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:02,493 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:02,493 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92504e07-72e3-4542-88aa-1fa30288f027', 'x-compute-request-id': 'req-92504e07-72e3-4542-88aa-1fa30288f027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:03,540 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:03,541 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dc94131-572e-4009-b5f7-3bfb2030aaee', 'x-compute-request-id': 'req-5dc94131-572e-4009-b5f7-3bfb2030aaee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:04,588 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:19:04,588 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afa075cf-13d0-4e0d-be8c-10b8c7f93e93', 'x-compute-request-id': 'req-afa075cf-13d0-4e0d-be8c-10b8c7f93e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:05,637 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:19:05,637 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b7584e0-eb4f-4a83-bcd8-92f331224b35', 'x-compute-request-id': 'req-3b7584e0-eb4f-4a83-bcd8-92f331224b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:06,688 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:19:06,689 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5cb2c4c-a826-4c64-91a7-b96d73c76868', 'x-compute-request-id': 'req-e5cb2c4c-a826-4c64-91a7-b96d73c76868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:07,738 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:07,738 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59d4b48d-eaf5-4577-b988-4633a3deef1f', 'x-compute-request-id': 'req-59d4b48d-eaf5-4577-b988-4633a3deef1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:08,787 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:08,788 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71ec3507-2194-4f5f-bdbc-341153d50109', 'x-compute-request-id': 'req-71ec3507-2194-4f5f-bdbc-341153d50109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:09,836 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:09,836 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3f6b273-17e2-42de-9327-c8a548da943e', 'x-compute-request-id': 'req-e3f6b273-17e2-42de-9327-c8a548da943e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:10,885 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:10,885 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c18047f4-3ca8-4b65-a1fc-73df0a5fc71f', 'x-compute-request-id': 'req-c18047f4-3ca8-4b65-a1fc-73df0a5fc71f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:11,932 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:19:11,932 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5212e8de-1627-4bb4-8fe8-c7ca5d01d13d', 'x-compute-request-id': 'req-5212e8de-1627-4bb4-8fe8-c7ca5d01d13d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:12,988 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.053s 2022-01-11 15:19:12,989 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae97f1d9-456a-4432-b9ce-d21f720d6a86', 'x-compute-request-id': 'req-ae97f1d9-456a-4432-b9ce-d21f720d6a86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:14,038 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:14,039 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29dcedbb-f72b-4771-a1bc-89bf798b5405', 'x-compute-request-id': 'req-29dcedbb-f72b-4771-a1bc-89bf798b5405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:15,091 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.049s 2022-01-11 15:19:15,092 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bbeea67-eb59-4ba6-b4d5-4d2db530dba9', 'x-compute-request-id': 'req-9bbeea67-eb59-4ba6-b4d5-4d2db530dba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:16,140 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:16,141 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8733bc2a-ea2f-4da9-9f12-9dcc3fc9057d', 'x-compute-request-id': 'req-8733bc2a-ea2f-4da9-9f12-9dcc3fc9057d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:17,189 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:17,190 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aab057f0-4517-4015-b06b-16d313dd4f1f', 'x-compute-request-id': 'req-aab057f0-4517-4015-b06b-16d313dd4f1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:18,238 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:18,239 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5b32ca6-2d02-46c2-9a23-360d9a886bb6', 'x-compute-request-id': 'req-c5b32ca6-2d02-46c2-9a23-360d9a886bb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:19,288 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:19,289 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac072f54-dcbc-43be-a95b-181016d43059', 'x-compute-request-id': 'req-ac072f54-dcbc-43be-a95b-181016d43059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:20,338 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:20,338 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75fa45e8-efbc-446e-97b9-cb7e3fc5c138', 'x-compute-request-id': 'req-75fa45e8-efbc-446e-97b9-cb7e3fc5c138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:21,386 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:21,387 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a0ea569-cfa6-4b9c-8010-ae994f41eac7', 'x-compute-request-id': 'req-3a0ea569-cfa6-4b9c-8010-ae994f41eac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:22,435 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:22,435 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6faf529-b694-44c5-830d-47aea762d2eb', 'x-compute-request-id': 'req-a6faf529-b694-44c5-830d-47aea762d2eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:23,484 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:23,484 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-975bf035-4ca0-4d41-9501-d3b85aee9c1c', 'x-compute-request-id': 'req-975bf035-4ca0-4d41-9501-d3b85aee9c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:24,534 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:19:24,535 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a5f7d1e-cdd0-47cb-87a5-874b99bfe83e', 'x-compute-request-id': 'req-4a5f7d1e-cdd0-47cb-87a5-874b99bfe83e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:25,583 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:25,584 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0260b0b3-5917-4212-a7b0-052ad3f0d928', 'x-compute-request-id': 'req-0260b0b3-5917-4212-a7b0-052ad3f0d928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:26,632 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:26,633 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83396ada-bde8-4bf7-a998-ab69fcec713b', 'x-compute-request-id': 'req-83396ada-bde8-4bf7-a998-ab69fcec713b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:27,680 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:27,681 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b043d6a0-17fc-469a-a680-ee6724becb48', 'x-compute-request-id': 'req-b043d6a0-17fc-469a-a680-ee6724becb48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:28,730 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:28,730 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba898cb3-8f57-4fc9-9ce2-a0f04028adb9', 'x-compute-request-id': 'req-ba898cb3-8f57-4fc9-9ce2-a0f04028adb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:29,779 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:29,779 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c871f14b-f22f-48ae-b981-277a8783cb35', 'x-compute-request-id': 'req-c871f14b-f22f-48ae-b981-277a8783cb35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:30,829 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:19:30,829 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d659aa79-b2ff-4aa3-9318-41b3cfc27047', 'x-compute-request-id': 'req-d659aa79-b2ff-4aa3-9318-41b3cfc27047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:31,877 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:19:31,877 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-462d14c3-a444-4930-aa4a-b6745b80369b', 'x-compute-request-id': 'req-462d14c3-a444-4930-aa4a-b6745b80369b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:32,925 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:32,925 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87728f3d-5a01-4df6-8692-f62e330d123e', 'x-compute-request-id': 'req-87728f3d-5a01-4df6-8692-f62e330d123e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:33,973 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:33,974 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-652320f3-1799-41c0-9a6f-a050d9383ca6', 'x-compute-request-id': 'req-652320f3-1799-41c0-9a6f-a050d9383ca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:35,023 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:19:35,023 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed7e2edc-14e3-48dc-b19e-a142b35be872', 'x-compute-request-id': 'req-ed7e2edc-14e3-48dc-b19e-a142b35be872', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:36,071 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:36,071 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58154038-979d-4d9d-9ed4-b7760d53985b', 'x-compute-request-id': 'req-58154038-979d-4d9d-9ed4-b7760d53985b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:37,120 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:37,121 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41657e79-7418-4398-9be4-6631cacaa1b7', 'x-compute-request-id': 'req-41657e79-7418-4398-9be4-6631cacaa1b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:38,169 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:38,170 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0c33434-504a-43e2-a876-ea87dcf739d8', 'x-compute-request-id': 'req-f0c33434-504a-43e2-a876-ea87dcf739d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:39,218 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:39,218 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d377ae43-562b-4903-9788-a8ce310d4c9c', 'x-compute-request-id': 'req-d377ae43-562b-4903-9788-a8ce310d4c9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:40,267 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:40,268 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69286b67-6adb-4f63-9118-e6649d857078', 'x-compute-request-id': 'req-69286b67-6adb-4f63-9118-e6649d857078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:41,318 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:19:41,318 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72f4dd68-ca2f-44b3-840e-0a7708a5e8f9', 'x-compute-request-id': 'req-72f4dd68-ca2f-44b3-840e-0a7708a5e8f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:42,367 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:42,367 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2db59887-6e79-4ce5-a994-c834d27e9c46', 'x-compute-request-id': 'req-2db59887-6e79-4ce5-a994-c834d27e9c46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:43,417 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:19:43,418 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9de19b8-86ef-4b00-9ec4-d0ea53b1c3d2', 'x-compute-request-id': 'req-f9de19b8-86ef-4b00-9ec4-d0ea53b1c3d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:44,465 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:44,466 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a00ddc85-5ce3-4a70-96ca-a1a65bfb140a', 'x-compute-request-id': 'req-a00ddc85-5ce3-4a70-96ca-a1a65bfb140a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:45,513 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:45,514 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3d4d730-1437-469f-99fe-b6e1f3bb65ab', 'x-compute-request-id': 'req-f3d4d730-1437-469f-99fe-b6e1f3bb65ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:46,562 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:46,562 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7770e990-db80-4d20-bcd7-50810fb8e77d', 'x-compute-request-id': 'req-7770e990-db80-4d20-bcd7-50810fb8e77d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:47,612 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:47,612 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fa5b750-d3ed-41ca-8961-bf4a0a03bf1a', 'x-compute-request-id': 'req-7fa5b750-d3ed-41ca-8961-bf4a0a03bf1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:48,660 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:19:48,660 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74ecf7af-f550-4492-9231-9e0a941878a7', 'x-compute-request-id': 'req-74ecf7af-f550-4492-9231-9e0a941878a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:49,709 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:49,710 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0ff70c7-78ee-4bff-bc2a-ea95e884aff6', 'x-compute-request-id': 'req-d0ff70c7-78ee-4bff-bc2a-ea95e884aff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:50,759 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:50,759 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4271bd34-705a-4df1-961f-1d5e9fa72239', 'x-compute-request-id': 'req-4271bd34-705a-4df1-961f-1d5e9fa72239', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:51,807 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:19:51,807 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c53be563-33b4-41ff-a21c-982c882dbae8', 'x-compute-request-id': 'req-c53be563-33b4-41ff-a21c-982c882dbae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:52,858 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:19:52,859 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46d3b747-f209-4d67-83b5-622b95722985', 'x-compute-request-id': 'req-46d3b747-f209-4d67-83b5-622b95722985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:53,907 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:53,908 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0fe365c-b168-4afb-a742-bae1bbb4dba7', 'x-compute-request-id': 'req-f0fe365c-b168-4afb-a742-bae1bbb4dba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:54,956 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:54,956 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c874c05-3f0d-484b-8a07-ed285e68c69c', 'x-compute-request-id': 'req-2c874c05-3f0d-484b-8a07-ed285e68c69c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:56,004 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:56,004 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b7ea064-a728-4a44-8bbd-607803a5374f', 'x-compute-request-id': 'req-6b7ea064-a728-4a44-8bbd-607803a5374f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:57,054 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:19:57,054 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30f52127-08a6-4c04-a720-389e31a4d246', 'x-compute-request-id': 'req-30f52127-08a6-4c04-a720-389e31a4d246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:58,103 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:19:58,103 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ad261bb-9fec-4acf-82ac-43bb37b7ac50', 'x-compute-request-id': 'req-3ad261bb-9fec-4acf-82ac-43bb37b7ac50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:19:59,151 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:19:59,152 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26ad52fe-a86b-4e38-9e64-c616769d6dce', 'x-compute-request-id': 'req-26ad52fe-a86b-4e38-9e64-c616769d6dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:00,201 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:00,202 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a27db82-f187-4d78-b88e-8ab3599d1986', 'x-compute-request-id': 'req-7a27db82-f187-4d78-b88e-8ab3599d1986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:01,254 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.049s 2022-01-11 15:20:01,254 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d166e2e-5b42-4b72-b6c1-eb412f7e042f', 'x-compute-request-id': 'req-9d166e2e-5b42-4b72-b6c1-eb412f7e042f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:02,303 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:02,303 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9896cf18-ea11-49ab-a12e-abcdfa58fdd9', 'x-compute-request-id': 'req-9896cf18-ea11-49ab-a12e-abcdfa58fdd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:03,352 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:03,352 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6eb936d2-f347-4b1a-8251-6dfb371dff04', 'x-compute-request-id': 'req-6eb936d2-f347-4b1a-8251-6dfb371dff04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:04,401 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:04,401 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa711fe8-6562-486a-974c-8759ff8bc925', 'x-compute-request-id': 'req-fa711fe8-6562-486a-974c-8759ff8bc925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:05,450 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:05,450 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3992e50d-e23a-49a1-83ec-126a2a60b42e', 'x-compute-request-id': 'req-3992e50d-e23a-49a1-83ec-126a2a60b42e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:06,499 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:06,499 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ba05148-256e-418e-9910-c9099d164aab', 'x-compute-request-id': 'req-2ba05148-256e-418e-9910-c9099d164aab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:07,547 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:07,547 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99c4b908-23c3-4151-aebd-89f138c81b19', 'x-compute-request-id': 'req-99c4b908-23c3-4151-aebd-89f138c81b19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:08,596 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:08,596 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44169620-773d-49b6-9964-42b6ffda3be3', 'x-compute-request-id': 'req-44169620-773d-49b6-9964-42b6ffda3be3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:09,644 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:09,645 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b34fb5c4-c606-4889-8252-97a25faa070e', 'x-compute-request-id': 'req-b34fb5c4-c606-4889-8252-97a25faa070e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:10,693 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:10,694 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0528dcd7-adb7-4584-85a5-f32ca5523831', 'x-compute-request-id': 'req-0528dcd7-adb7-4584-85a5-f32ca5523831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:11,742 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:11,742 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-917df475-bd81-45e1-81cf-82187c99f6a7', 'x-compute-request-id': 'req-917df475-bd81-45e1-81cf-82187c99f6a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:12,792 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.047s 2022-01-11 15:20:12,793 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd1a36a5-0053-4404-bd94-388c09a072b1', 'x-compute-request-id': 'req-cd1a36a5-0053-4404-bd94-388c09a072b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:13,989 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.193s 2022-01-11 15:20:13,989 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69ba1b03-db81-41bb-af08-1185031f20e7', 'x-compute-request-id': 'req-69ba1b03-db81-41bb-af08-1185031f20e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:15,037 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:20:15,037 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f37db2e-0a0a-41fa-8d09-2512ff13c3ad', 'x-compute-request-id': 'req-5f37db2e-0a0a-41fa-8d09-2512ff13c3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:16,086 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:16,086 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f37cf8a7-8270-40b0-b3c1-29d0a84954e5', 'x-compute-request-id': 'req-f37cf8a7-8270-40b0-b3c1-29d0a84954e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:17,137 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:20:17,138 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4652fa57-6bc4-4891-a1c1-e244b5e735e3', 'x-compute-request-id': 'req-4652fa57-6bc4-4891-a1c1-e244b5e735e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:18,186 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:18,187 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b216da5e-3f58-4405-97ab-e3d7c8522380', 'x-compute-request-id': 'req-b216da5e-3f58-4405-97ab-e3d7c8522380', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:19,235 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:19,236 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6d455af-9454-48d2-93e1-3dc10bafd1b2', 'x-compute-request-id': 'req-b6d455af-9454-48d2-93e1-3dc10bafd1b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:20,285 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:20,285 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0e6a392-0cca-4c15-ace0-5f638bf44a13', 'x-compute-request-id': 'req-a0e6a392-0cca-4c15-ace0-5f638bf44a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:21,334 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:21,335 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2824b06d-faae-4352-a6a6-e21443eddda2', 'x-compute-request-id': 'req-2824b06d-faae-4352-a6a6-e21443eddda2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:22,384 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:22,384 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-110f0fe8-d573-4b88-a266-6e69fd99d428', 'x-compute-request-id': 'req-110f0fe8-d573-4b88-a266-6e69fd99d428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:23,431 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:23,432 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e044bf53-3516-452d-950b-8f0c64eb6cbb', 'x-compute-request-id': 'req-e044bf53-3516-452d-950b-8f0c64eb6cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:24,480 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:24,481 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2603eb2-b95c-42b3-af89-43ebd3038a61', 'x-compute-request-id': 'req-f2603eb2-b95c-42b3-af89-43ebd3038a61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:25,527 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:20:25,528 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa17fe67-3768-4abe-80e5-5c1217538e85', 'x-compute-request-id': 'req-fa17fe67-3768-4abe-80e5-5c1217538e85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:26,577 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:26,578 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b0fc940-c0b6-4c0d-9d5e-1e49da861ab0', 'x-compute-request-id': 'req-6b0fc940-c0b6-4c0d-9d5e-1e49da861ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:27,627 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:27,627 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73b43764-b94f-432f-8ac7-5e66b49065e1', 'x-compute-request-id': 'req-73b43764-b94f-432f-8ac7-5e66b49065e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:28,675 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:28,676 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5b13a8d-ac7c-4e85-98ed-9e474836caa7', 'x-compute-request-id': 'req-d5b13a8d-ac7c-4e85-98ed-9e474836caa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:29,724 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:29,725 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b82baa1e-1900-4da0-99ba-2a71e1e8a5eb', 'x-compute-request-id': 'req-b82baa1e-1900-4da0-99ba-2a71e1e8a5eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:30,773 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:30,773 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f134123-eaf0-48ef-84ff-20078c5f42c6', 'x-compute-request-id': 'req-9f134123-eaf0-48ef-84ff-20078c5f42c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:31,825 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.048s 2022-01-11 15:20:31,825 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4e4f7a5-8d98-4e17-b99b-d84a371c4e14', 'x-compute-request-id': 'req-e4e4f7a5-8d98-4e17-b99b-d84a371c4e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:32,873 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:32,876 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ce761ee-fad9-4fae-a316-e37fe5431719', 'x-compute-request-id': 'req-1ce761ee-fad9-4fae-a316-e37fe5431719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:33,923 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.044s 2022-01-11 15:20:33,924 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82013e80-c74b-4116-8782-9b5a94e3982d', 'x-compute-request-id': 'req-82013e80-c74b-4116-8782-9b5a94e3982d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:34,972 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:34,973 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-141f051e-1ef5-4154-9232-773b47430e84', 'x-compute-request-id': 'req-141f051e-1ef5-4154-9232-773b47430e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:36,022 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:36,022 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de857df5-0e96-4afb-a562-01a3027db81c', 'x-compute-request-id': 'req-de857df5-0e96-4afb-a562-01a3027db81c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:37,071 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:37,072 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62f91ac1-f50a-4674-82a3-39013e39998d', 'x-compute-request-id': 'req-62f91ac1-f50a-4674-82a3-39013e39998d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:38,121 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:38,121 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26b33df8-a7dc-427e-9ffd-39ca8bc549ba', 'x-compute-request-id': 'req-26b33df8-a7dc-427e-9ffd-39ca8bc549ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:39,169 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:39,169 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-015bb677-0762-459a-8684-4b409d1ce80a', 'x-compute-request-id': 'req-015bb677-0762-459a-8684-4b409d1ce80a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:40,218 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:40,218 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c583f2fe-34d7-467b-89b5-a6359f3bb2ba', 'x-compute-request-id': 'req-c583f2fe-34d7-467b-89b5-a6359f3bb2ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:41,267 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:41,267 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36044bee-be25-4789-ad37-9dbc4f67b320', 'x-compute-request-id': 'req-36044bee-be25-4789-ad37-9dbc4f67b320', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:42,315 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:42,316 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20d4c3e4-57d3-4f29-b2dc-dd9d7955fb02', 'x-compute-request-id': 'req-20d4c3e4-57d3-4f29-b2dc-dd9d7955fb02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:43,365 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:43,365 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a7d0d3e-8454-4c6e-aa11-ab94e80832da', 'x-compute-request-id': 'req-2a7d0d3e-8454-4c6e-aa11-ab94e80832da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:44,413 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:44,414 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83bb09eb-49e5-4c0d-aced-bd1818819ce9', 'x-compute-request-id': 'req-83bb09eb-49e5-4c0d-aced-bd1818819ce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:45,463 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.046s 2022-01-11 15:20:45,463 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-accee1f1-cea2-4af0-b3d8-7f53bdc28727', 'x-compute-request-id': 'req-accee1f1-cea2-4af0-b3d8-7f53bdc28727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:46,512 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments 0.045s 2022-01-11 15:20:46,512 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86ddf842-21f5-461b-9c24-e8ca76cc3d34', 'x-compute-request-id': 'req-86ddf842-21f5-461b-9c24-e8ca76cc3d34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "volumeId": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "serverId": "3b978091-0bf4-4e69-8053-76e49154df4c", "device": "/dev/sdb"}]}' 2022-01-11 15:20:47,614 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 POST http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/action 0.099s 2022-01-11 15:20:47,615 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '89072', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-605751d7-a744-4f07-9528-5cf70261ae03', 'x-compute-request-id': 'req-605751d7-a744-4f07-9528-5cf70261ae03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/3b978091-0bf4-4e69-8053-76e49154df4c/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:20:47,617 117578 DEBUG [tempest.common.waiters] Console output for 3b978091-0bf4-4e69-8053-76e49154df4c body= [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.344000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.348000] tsc: Detected 1995.192 MHz processor [ 0.352000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980768) [ 0.356015] pid_max: default: 32768 minimum: 301 [ 0.360064] Security Framework initialized [ 0.364063] Yama: becoming mindful. [ 0.368056] AppArmor: AppArmor initialized [ 0.372278] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.376122] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.380058] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.384026] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.388544] CPU: Physical Processor ID: 0 [ 0.392237] mce: CPU supports 1 MCE banks [ 0.396131] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.400013] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.404012] Spectre V2 : Mitigation: Full generic retpoline [ 0.408008] Speculative Store Bypass: Vulnerable [ 0.480269] Freeing SMP alternatives memory: 36K [ 0.497334] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.500103] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.505073] Hierarchical SRCU implementation. [ 0.508809] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.512008] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.516103] smp: Bringing up secondary CPUs ... [ 0.520007] smp: Brought up 1 node, 1 CPU [ 0.524034] smpboot: Max logical packages: 1 [ 0.528025] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.532502] devtmpfs: initialized [ 0.536113] x86/mm: Memory block size: 128MB [ 0.540276] evm: security.selinux [ 0.544015] evm: security.SMACK64 [ 0.548038] evm: security.SMACK64EXEC [ 0.552011] evm: security.SMACK64TRANSMUTE [ 0.556008] evm: security.SMACK64MMAP [ 0.560006] evm: security.apparmor [ 0.564005] evm: security.ima [ 0.568032] evm: security.capability [ 0.580142] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.584035] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.588099] pinctrl core: initialized pinctrl subsystem [ 0.592328] NET: Registered protocol family 16 [ 0.596234] audit: initializing netlink subsys (disabled) [ 0.600257] cpuidle: using governor ladder [ 0.604010] audit: type=2000 audit(1641913937.600:1): state=initialized audit_enabled=0 res=1 [ 0.608017] cpuidle: using governor menu [ 0.612122] ACPI: bus type PCI registered [ 0.616011] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.624637] PCI: Using configuration type 1 for base access [ 0.629579] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.632373] ACPI: Added _OSI(Module Device) [ 0.640009] ACPI: Added _OSI(Processor Device) [ 0.644012] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.648014] ACPI: Added _OSI(Processor Aggregator Device) [ 0.652061] ACPI: Added _OSI(Linux-Dell-Video) [ 0.668961] ACPI: Interpreter enabled [ 0.672028] ACPI: (supports S0 S5) [ 0.676010] ACPI: Using IOAPIC for interrupt routing [ 0.680085] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.684470] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.749799] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.752016] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.756048] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.760032] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.764543] PCI host bridge to bus 0000:00 [ 0.768013] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.772012] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.776034] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.780016] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.784012] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.788021] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.827025] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.828009] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.832034] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.836009] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.844965] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.844965] * this clock source is slow. Consider trying other clock sources [ 0.867114] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.941414] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.944616] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.948589] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.956331] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.960969] SCSI subsystem initialized [ 0.964527] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.968000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.968039] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.972010] vgaarb: loaded [ 0.976088] pps_core: LinuxPPS API ver. 1 registered [ 0.980035] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.984033] PTP clock support registered [ 0.988105] EDAC MC: Ver: 3.0.0 [ 0.999397] hv_vmbus: Vmbus version:4.0 [ 1.000357] PCI: Using ACPI for IRQ routing [ 1.004000] NetLabel: Initializing [ 1.004000] NetLabel: domain hash size = 128 [ 1.004000] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.004000] NetLabel: unlabeled traffic allowed by default [ 1.004740] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 1.052155] VFS: Disk quotas dquot_6.6.0 [ 1.060943] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.080243] AppArmor: AppArmor Filesystem Enabled [ 1.091654] pnp: PnP ACPI init [ 1.107311] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 1.115564] system 00:06: [io 0x0160-0x016f] has been reserved [ 1.128499] system 00:06: [io 0x0278-0x027f] has been reserved [ 1.137000] system 00:06: [io 0x0378-0x037f] has been reserved [ 1.145493] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.160264] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.174386] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.184549] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.192383] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.203766] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.215921] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.234370] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.252020] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.264572] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.275279] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.284842] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.299649] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.305273] pnp: PnP ACPI: found 9 devices [ 1.329247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.369491] NET: Registered protocol family 2 [ 1.388919] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.406354] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.435161] TCP: Hash tables configured (established 8192 bind 8192) [ 1.445603] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.452594] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.465400] NET: Registered protocol family 1 [ 1.482646] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.498116] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.517280] Unpacking initramfs... [ 1.680045] random: fast init done [ 2.122125] Freeing initrd memory: 13088K [ 2.151684] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 2.164101] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 2.198477] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984e0e7ad5, max_idle_ns: 881590493397 ns [ 2.214636] Scanning for low memory corruption every 60 seconds [ 2.229483] Initialise system trusted keyrings [ 2.247484] Key type blacklist registered [ 2.273238] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 2.287849] zbud: loaded [ 2.313626] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.369726] fuse init (API version 7.26) [ 2.384184] Key type asymmetric registered [ 2.397113] Asymmetric key parser 'x509' registered [ 2.403377] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 2.416996] io scheduler noop registered (default) [ 2.428274] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.457062] ACPI: Power Button [PWRF] [ 2.468964] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.502698] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.557096] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 2.584322] Linux agpgart interface v0.103 [ 2.638520] loop: module loaded [ 2.655710] hv_vmbus: registering driver hv_storvsc [ 2.690357] scsi host0: storvsc_host_t [ 2.707492] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 2.726587] scsi host1: storvsc_host_t [ 2.758449] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.769535] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 2.809834] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 2.833750] scsi host2: ata_piix [ 2.838570] scsi host3: ata_piix [ 2.844849] sd 0:0:0:0: [sda] Write Protect is off [ 2.862997] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 2.870068] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.939071] libphy: Fixed MDIO Bus: probed [ 2.961663] tun: Universal TUN/TAP device driver, 1.6 [ 3.003960] PPP generic driver version 2.4.2 [ 3.043462] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.080580] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 5.012441] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 5.018517] sda: sda1 [ 5.028590] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 5.039747] mousedev: PS/2 mouse device common for all mice [ 5.050499] rtc_cmos 00:00: RTC can wake from S4 [ 5.096089] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 5.116840] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 5.124695] sd 0:0:0:0: [sda] Attached SCSI disk [ 5.135085] device-mapper: uevent: version 1.0.3 [ 5.141012] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 5.146703] NET: Registered protocol family 10 [ 5.330658] Segment Routing with IPv6 [ 5.347631] NET: Registered protocol family 17 [ 5.354901] Key type dns_resolver registered [ 5.396917] RAS: Correctable Errors collector initialized. [ 5.420714] registered taskstats version 1 [ 5.439000] Loading compiled-in X.509 certificates [ 5.468054] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 5.489271] zswap: loaded using pool lzo/zbud [ 5.545255] Key type big_key registered [ 5.565573] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 5.583002] Key type trusted registered [ 5.605665] Key type encrypted registered [ 5.612497] AppArmor: AppArmor sha1 policy hashing enabled [ 5.632961] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 5.637974] evm: HMAC attrs: 0x1 [ 5.644060] rtc_cmos 00:00: setting system clock to 2022-01-11 15:12:25 UTC (1641913945) [ 5.652174] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.660781] EDD information not available. [ 6.287859] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 6.296419] ata2.00: configured for MWDMA2 [ 6.314554] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 6.339669] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 6.349922] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 6.389318] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 6.406606] Freeing unused kernel memory: 2248K [ 6.456337] Write protecting the kernel read-only data: 18432k [ 6.465766] Freeing unused kernel memory: 2008K [ 6.472865] Freeing unused kernel memory: 124K [ 6.490132] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 6.496933] x86/mm: Checking user space page tables [ 6.517039] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 6.643569] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.651041] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.660186] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.668408] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.677567] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.696599] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.706572] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.719402] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.728745] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.734808] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.992196] hv_utils: Registering HyperV Utility Driver [ 6.999604] hv_vmbus: registering driver hv_util [ 7.018757] hv_vmbus: registering driver hv_netvsc [ 7.034586] hidraw: raw HID events driver (C) Jiri Kosina [ 7.046303] hv_vmbus: registering driver hyperv_keyboard [ 7.073415] hv_vmbus: registering driver hid_hyperv [ 7.242183] hv_utils: Heartbeat IC version 3.0 [ 7.273639] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 7.314694] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 7.426897] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input5 [ 7.434192] hv_utils: Shutdown IC version 3.0 [ 7.439644] hv_utils: TimeSync IC version 4.0 [ 7.443236] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 7.620043] raid6: sse2x1 gen() 4328 MB/s [ 7.716613] raid6: sse2x1 xor() 1740 MB/s [ 7.772042] raid6: sse2x2 gen() 3853 MB/s [ 7.824039] raid6: sse2x2 xor() 2307 MB/s [ 7.876033] raid6: sse2x4 gen() 3905 MB/s [ 7.944033] raid6: sse2x4 xor() 3532 MB/s [ 7.957413] raid6: using algorithm sse2x1 gen() 4328 MB/s [ 7.969802] raid6: .... xor() 1740 MB/s, rmw enabled [ 7.976463] raid6: using intx1 recovery algorithm [ 7.987594] xor: measuring software checksum speed [ 8.032038] prefetch64-sse: 9757.000 MB/sec [ 8.092155] generic_sse: 8107.000 MB/sec [ 8.100702] xor: using function: prefetch64-sse (9757.000 MB/sec) [ 8.117431] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 8.347197] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 8.537717] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 8.925737] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 8.937312] systemd[1]: Detected virtualization microsoft. [ 8.946816] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 9.001343] systemd[1]: Set hostname to <ubuntu>. [ 9.018393] systemd[1]: Initializing machine ID from random generator. [ 9.029337] systemd[1]: Installed transient /etc/machine-id file. [ 9.578737] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 9.632088] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 9.707729] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 9.797123] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Created slice System Slice. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Reached target Encrypted Volume. [[0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Journal Socket. Starting Create list of required st... nodes for the current kernel... Mounting Debug File System... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... Mounting POSIX Message Queue File System... Mounting Huge Pages File System... [[0;32m OK [0m] Listening on udev Kernel Socket. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Created slice system-getty.slice. [[ 10.987949] EXT4-fs (sda1): re-mounted. Opts: (null) [0;32m OK [0m] Listening on Journal Socket (/dev/log). Starting Journal Service... Starting Load Kernel Modules... [[ 11.150572] Loading iSCSI transport class v2.0-870. [0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 11.225589] iscsi: registered transport (tcp) [ 11.247457] iscsi: registered transport (iser) [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Mounting Configuration File System... Mounting FUSE Control File System... Starting Apply Kernel Variables.. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Initial cloud-init job (pre-networking)... Starting Create Static Device Ndes in /dev... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Create Static Device Noes in /dev. [[0;32m OK [0m] Started udev Coldplug all Devices. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Commit a transient machine-id on disk... Starting LSB: AppArmor initialization... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Create Volatile Files ad Directories. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Found device /dev/ttyS0. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.008000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.180000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.184000] tsc: Detected 1995.192 MHz processor [ 0.188000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980768) [ 0.192007] pid_max: default: 32768 minimum: 301 [ 0.196065] Security Framework initialized [ 0.200009] Yama: becoming mindful. [ 0.204063] AppArmor: AppArmor initialized [ 0.208271] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.220122] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.224044] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.228020] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.236042] CPU: Physical Processor ID: 0 [ 0.240389] mce: CPU supports 1 MCE banks [ 0.244119] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.248009] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.252008] Spectre V2 : Mitigation: Full generic retpoline [ 0.256006] Speculative Store Bypass: Vulnerable [ 0.402530] Freeing SMP alternatives memory: 36K [ 0.412437] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.416138] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.420112] Hierarchical SRCU implementation. [ 0.425532] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.428012] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.432129] smp: Bringing up secondary CPUs ... [ 0.436007] smp: Brought up 1 node, 1 CPU [ 0.440006] smpboot: Max logical packages: 1 [ 0.444013] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.448512] devtmpfs: initialized [ 0.452142] x86/mm: Memory block size: 128MB [ 0.456334] evm: security.selinux [ 0.460012] evm: security.SMACK64 [ 0.464009] evm: security.SMACK64EXEC [ 0.468012] evm: security.SMACK64TRANSMUTE [ 0.472011] evm: security.SMACK64MMAP [ 0.476007] evm: security.apparmor [ 0.480034] evm: security.ima [ 0.484010] evm: security.capability [ 0.488577] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.492028] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.496095] pinctrl core: initialized pinctrl subsystem [ 0.500337] NET: Registered protocol family 16 [ 0.504174] audit: initializing netlink subsys (disabled) [ 0.508250] cpuidle: using governor ladder [ 0.512017] audit: type=2000 audit(1641914040.508:1): state=initialized audit_enabled=0 res=1 [ 0.516023] cpuidle: using governor menu [ 0.520099] ACPI: bus type PCI registered [ 0.524009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.528991] PCI: Using configuration type 1 for base access [ 0.533644] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.536389] ACPI: Added _OSI(Module Device) [ 0.540022] ACPI: Added _OSI(Processor Device) [ 0.544010] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.548008] ACPI: Added _OSI(Processor Aggregator Device) [ 0.552058] ACPI: Added _OSI(Linux-Dell-Video) [ 0.562759] ACPI: Interpreter enabled [ 0.564034] ACPI: (supports S0 S5) [ 0.568009] ACPI: Using IOAPIC for interrupt routing [ 0.572088] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.576624] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.643689] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.644025] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.648026] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.652061] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.657314] PCI host bridge to bus 0000:00 [ 0.660012] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.664016] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.668018] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.672010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.676009] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.680013] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.737308] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.740015] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.744015] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.748034] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.757642] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.757642] * this clock source is slow. Consider trying other clock sources [ 0.770783] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.833060] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.840341] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.845150] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.849097] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.852789] SCSI subsystem initialized [ 0.856705] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.860000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.860037] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.864006] vgaarb: loaded [ 0.868087] pps_core: LinuxPPS API ver. 1 registered [ 0.872005] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.876036] PTP clock support registered [ 0.880103] EDAC MC: Ver: 3.0.0 [ 0.885810] hv_vmbus: Vmbus version:4.0 [ 0.888409] PCI: Using ACPI for IRQ routing [ 0.892000] NetLabel: Initializing [ 0.892000] NetLabel: domain hash size = 128 [ 0.892000] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.892000] NetLabel: unlabeled traffic allowed by default [ 0.892856] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.930149] VFS: Disk quotas dquot_6.6.0 [ 0.942872] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.951247] AppArmor: AppArmor Filesystem Enabled [ 0.956047] pnp: PnP ACPI init [ 0.973660] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.988401] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.999376] system 00:06: [io 0x0278-0x027f] has been reserved [ 1.008203] system 00:06: [io 0x0378-0x037f] has been reserved [ 1.025906] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.032305] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.041056] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.047008] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.067391] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.076336] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.083943] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.092771] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.099200] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.107282] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.127743] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.149126] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.170430] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.189221] pnp: PnP ACPI: found 9 devices [ 1.210837] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.226779] NET: Registered protocol family 2 [ 1.235981] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.244865] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.256082] TCP: Hash tables configured (established 8192 bind 8192) [ 1.268282] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.281864] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.287975] NET: Registered protocol family 1 [ 1.300623] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.335304] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.345827] Unpacking initramfs... [ 1.572838] random: fast init done [ 1.742956] Freeing initrd memory: 13088K [ 1.750584] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.773701] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.781240] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984e0e7ad5, max_idle_ns: 881590493397 ns [ 1.788546] Scanning for low memory corruption every 60 seconds [ 1.796789] Initialise system trusted keyrings [ 1.806825] Key type blacklist registered [ 1.810781] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.818876] zbud: loaded [ 1.831928] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.841728] fuse init (API version 7.26) [ 1.850692] Key type asymmetric registered [ 1.856753] Asymmetric key parser 'x509' registered [ 1.892284] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.898718] io scheduler noop registered (default) [ 1.905528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.911913] ACPI: Power Button [PWRF] [ 1.917051] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.946809] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.977844] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.990017] Linux agpgart interface v0.103 [ 1.998120] loop: module loaded [ 2.008370] hv_vmbus: registering driver hv_storvsc [ 2.018676] scsi host0: storvsc_host_t [ 2.033312] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 2.059293] scsi host1: storvsc_host_t [ 2.068204] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.074119] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 2.084121] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 2.097697] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 2.106522] scsi host2: ata_piix [ 2.115877] scsi host3: ata_piix [ 2.130123] sd 0:0:0:0: [sda] Write Protect is off [ 2.204669] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 2.230603] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.251613] libphy: Fixed MDIO Bus: probed [ 2.255231] tun: Universal TUN/TAP device driver, 1.6 [ 2.263212] PPP generic driver version 2.4.2 [ 2.275053] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 2.303277] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.324306] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.328995] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.339720] mousedev: PS/2 mouse device common for all mice [ 2.345216] rtc_cmos 00:00: RTC can wake from S4 [ 2.376396] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 2.386961] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 2.394711] sda: sda1 [ 3.325662] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.334258] device-mapper: uevent: version 1.0.3 [ 3.349863] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 3.451071] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 3.457096] NET: Registered protocol family 10 [ 3.467641] sd 0:0:0:0: [sda] Attached SCSI disk [ 3.477568] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 3.482511] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 3.493848] Segment Routing with IPv6 [ 3.501580] NET: Registered protocol family 17 [ 3.511611] Key type dns_resolver registered [ 3.523221] RAS: Correctable Errors collector initialized. [ 3.531793] registered taskstats version 1 [ 3.540514] Loading compiled-in X.509 certificates [ 3.554544] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 3.705181] zswap: loaded using pool lzo/zbud [ 3.719074] Key type big_key registered [ 3.728183] Key type trusted registered [ 3.736945] Key type encrypted registered [ 3.743560] AppArmor: AppArmor sha1 policy hashing enabled [ 3.748702] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 3.754940] evm: HMAC attrs: 0x1 [ 3.786424] rtc_cmos 00:00: setting system clock to 2022-01-11 15:14:05 UTC (1641914045) [ 3.793812] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.800404] EDD information not available. [ 4.188761] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 4.204722] ata2.00: configured for MWDMA2 [ 4.229506] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 4.254863] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 4.260773] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 4.270455] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 7.065993] sd 1:0:0:0: [sdb] Write Protect is off [ 9.751614] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.008000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.132000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.136000] tsc: Detected 1995.192 MHz processor [ 0.140000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980768) [ 0.144006] pid_max: default: 32768 minimum: 301 [ 0.148055] Security Framework initialized [ 0.152005] Yama: becoming mindful. [ 0.156044] AppArmor: AppArmor initialized [ 0.160247] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.164100] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.168064] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.172013] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.176539] CPU: Physical Processor ID: 0 [ 0.180000] mce: CPU supports 1 MCE banks [ 0.180118] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.184005] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.188006] Spectre V2 : Mitigation: Full generic retpoline [ 0.192005] Speculative Store Bypass: Vulnerable [ 0.276559] Freeing SMP alternatives memory: 36K [ 0.285999] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.288094] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.292069] Hierarchical SRCU implementation. [ 0.297912] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.300004] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.304067] smp: Bringing up secondary CPUs ... [ 0.308006] smp: Brought up 1 node, 1 CPU [ 0.312005] smpboot: Max logical packages: 1 [ 0.316006] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.320718] devtmpfs: initialized [ 0.324279] x86/mm: Memory block size: 128MB [ 0.332155] evm: security.selinux [ 0.336005] evm: security.SMACK64 [ 0.340005] evm: security.SMACK64EXEC [ 0.344005] evm: security.SMACK64TRANSMUTE [ 0.348005] evm: security.SMACK64MMAP [ 0.352005] evm: security.apparmor [ 0.356005] evm: security.ima [ 0.360004] evm: security.capability [ 0.364174] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.368041] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.372072] pinctrl core: initialized pinctrl subsystem [ 0.376272] NET: Registered protocol family 16 [ 0.380115] audit: initializing netlink subsys (disabled) [ 0.384184] cpuidle: using governor ladder [ 0.388010] audit: type=2000 audit(1641914097.384:1): state=initialized audit_enabled=0 res=1 [ 0.392009] cpuidle: using governor menu [ 0.396310] ACPI: bus type PCI registered [ 0.400028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.408738] PCI: Using configuration type 1 for base access [ 0.417452] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.420293] ACPI: Added _OSI(Module Device) [ 0.424009] ACPI: Added _OSI(Processor Device) [ 0.428009] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.432006] ACPI: Added _OSI(Processor Aggregator Device) [ 0.436023] ACPI: Added _OSI(Linux-Dell-Video) [ 0.450314] ACPI: Interpreter enabled [ 0.452016] ACPI: (supports S0 S5) [ 0.456005] ACPI: Using IOAPIC for interrupt routing [ 0.460049] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.464588] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.515603] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.516013] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.520014] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.524043] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.528396] PCI host bridge to bus 0000:00 [ 0.532008] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.536008] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.540008] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.544007] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.548008] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.552032] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.584814] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.588007] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.592039] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.596007] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.604184] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.604184] * this clock source is slow. Consider trying other clock sources [ 0.624937] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.691236] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.696252] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.701002] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.708029] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.712752] SCSI subsystem initialized [ 0.716256] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.720000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.720006] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.724032] vgaarb: loaded [ 0.728060] pps_core: LinuxPPS API ver. 1 registered [ 0.732005] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.736021] PTP clock support registered [ 0.740084] EDAC MC: Ver: 3.0.0 [ 0.748146] hv_vmbus: Vmbus version:4.0 [ 0.751288] PCI: Using ACPI for IRQ routing [ 0.756166] NetLabel: Initializing [ 0.760016] NetLabel: domain hash size = 128 [ 0.764019] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.768671] NetLabel: unlabeled traffic allowed by default [ 0.772199] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.800653] VFS: Disk quotas dquot_6.6.0 [ 0.808995] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.815352] AppArmor: AppArmor Filesystem Enabled [ 0.820900] pnp: PnP ACPI init [ 0.837645] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.844121] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.850995] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.860812] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.869859] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.876505] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.882682] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.888137] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.894003] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.899451] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.905791] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.912100] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.919694] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.938855] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.945091] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.961986] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.981029] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.989767] pnp: PnP ACPI: found 9 devices [ 1.002890] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.010865] NET: Registered protocol family 2 [ 1.024793] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.030845] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.036489] TCP: Hash tables configured (established 8192 bind 8192) [ 1.045395] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.058749] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.065659] NET: Registered protocol family 1 [ 1.074253] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.082857] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.090391] Unpacking initramfs... [ 1.426377] Freeing initrd memory: 13088K [ 1.431230] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.437515] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.445343] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984e0e7ad5, max_idle_ns: 881590493397 ns [ 1.455667] Scanning for low memory corruption every 60 seconds [ 1.462034] Initialise system trusted keyrings [ 1.468383] Key type blacklist registered [ 1.474826] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.481081] random: fast init done [ 1.488262] zbud: loaded [ 1.495633] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.501695] fuse init (API version 7.26) [ 1.507949] Key type asymmetric registered [ 1.511320] Asymmetric key parser 'x509' registered [ 1.514881] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.522399] io scheduler noop registered (default) [ 1.529790] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.540208] ACPI: Power Button [PWRF] [ 1.547593] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.583106] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.616817] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.630818] Linux agpgart interface v0.103 [ 1.642708] loop: module loaded [ 1.650335] hv_vmbus: registering driver hv_storvsc [ 1.666992] scsi host0: storvsc_host_t [ 1.678262] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.688715] scsi host1: storvsc_host_t [ 1.700145] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.709595] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.723630] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.741611] sd 0:0:0:0: [sda] Write Protect is off [ 1.747087] scsi host2: ata_piix [ 1.753998] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.761771] scsi host3: ata_piix [ 1.771769] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.778630] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.800315] libphy: Fixed MDIO Bus: probed [ 1.808386] tun: Universal TUN/TAP device driver, 1.6 [ 1.813442] PPP generic driver version 2.4.2 [ 1.820149] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.837112] sda: sda1 [ 1.864208] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.870332] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.876152] mousedev: PS/2 mouse device common for all mice [ 1.883112] rtc_cmos 00:00: RTC can wake from S4 [ 1.917978] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.925865] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.945824] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.006022] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 3.013130] device-mapper: uevent: version 1.0.3 [ 3.023810] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 3.033217] NET: Registered protocol family 10 [ 3.044245] Segment Routing with IPv6 [ 3.052147] NET: Registered protocol family 17 [ 3.056863] Key type dns_resolver registered [ 3.061637] RAS: Correctable Errors collector initialized. [ 3.068612] registered taskstats version 1 [ 3.073589] Loading compiled-in X.509 certificates [ 3.084735] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 3.220166] zswap: loaded using pool lzo/zbud [ 3.231150] Key type big_key registered [ 3.235816] Key type trusted registered [ 3.244933] Key type encrypted registered [ 3.252728] AppArmor: AppArmor sha1 policy hashing enabled [ 3.261157] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 3.266449] evm: HMAC attrs: 0x1 [ 3.298001] rtc_cmos 00:00: setting system clock to 2022-01-11 15:15:02 UTC (1641914102) [ 3.305897] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.312713] EDD information not available. [ 3.884199] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.897252] ata2.00: configured for MWDMA2 [ 3.919902] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.944341] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 3.951264] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.961967] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 3.973019] Freeing unused kernel memory: 2248K [ 3.984066] Write protecting the kernel read-only data: 18432k [ 3.991087] Freeing unused kernel memory: 2008K [ 3.997135] Freeing unused kernel memory: 124K [ 4.013648] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 4.019108] x86/mm: Checking user space page tables [ 4.035753] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 4.109096] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.116165] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.123944] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.137504] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.147095] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.160078] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.189196] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.199661] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.212479] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.218016] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.394409] hv_utils: Registering HyperV Utility Driver [ 4.401981] hv_vmbus: registering driver hv_util [ 4.434669] hv_vmbus: registering driver hyperv_keyboard [ 4.447527] hv_vmbus: registering driver hv_netvsc [ 4.472303] hidraw: raw HID events driver (C) Jiri Kosina [ 4.494971] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input3 [ 4.509583] hv_vmbus: registering driver hid_hyperv [ 4.663615] hv_utils: Heartbeat IC version 3.0 [ 4.677225] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 4.706094] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 4.733997] hv_utils: Shutdown IC version 3.0 [ 4.753902] hv_utils: TimeSync IC version 4.0 [ 4.765482] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 4.944094] raid6: sse2x1 gen() 3167 MB/s [ 4.996031] raid6: sse2x1 xor() 3547 MB/s [ 5.048038] raid6: sse2x2 gen() 5479 MB/s [ 5.100099] raid6: sse2x2 xor() 3950 MB/s [ 5.152042] raid6: sse2x4 gen() 6260 MB/s [ 5.204037] raid6: sse2x4 xor() 5015 MB/s [ 5.215652] raid6: using algorithm sse2x4 gen() 6260 MB/s [ 5.223477] raid6: .... xor() 5015 MB/s, rmw enabled [ 5.231813] raid6: using intx1 recovery algorithm [ 5.248950] xor: measuring software checksum speed [ 5.303569] prefetch64-sse: 9411.000 MB/sec [ 5.352044] generic_sse: 8318.000 MB/sec [ 5.358822] xor: using function: prefetch64-sse (9411.000 MB/sec) [ 5.379662] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 5.638103] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 5.896115] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 5.901217] EXT4-fs (sda1): write access will be enabled during recovery [ 5.964523] EXT4-fs (sda1): recovery complete [ 6.021559] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 6.528770] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 6.540239] systemd[1]: Detected virtualization microsoft. [ 6.547430] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 6.612345] systemd[1]: Set hostname to <ubuntu>. [ 7.021674] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 7.082570] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 7.144213] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 7.211143] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 7.271676] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 7.319476] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Reached target wap. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on Journal Socket. Starting Remount Root and Kernel File Systems... Mounting POSIX Message Queue File System... Mounting Huge Pages File System... Starting Create list of required st... nodes for the current kernel... Starting Load Kernel Modules...[ 8.173493] EXT4-fs (sda1): re-mounted. Opts: (null) [[ 8.209188] Loading iSCSI transport class v2.0-870. [0;32m OK [0m] Listening on Journal Audit Socket. [ 8.272642] iscsi: registered transport (tcp) Starting Journal Service... [ 8.314068] iscsi: registered transport (iser) Mounting Debug File System... [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Mounting FUSE Control File System... Mounting Configuration File System... Starting Create Static Device Nodes in /dev... Starting Initial cloud-init job (pre-networking)... Starting Load/Save Random Seed... Starting udev Coldplug all Devices... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Load/Save Random Seed. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started udev Kernel Device Manager. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 24.621254] cloud-init[340]: Cloud-init v. 18.2 running 'init-local' at Tue, 11 Jan 2022 15:15:11 +0000. Up 12.68 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 61.810337] cloud-init[649]: Cloud-init v. 18.2 running 'init' at Tue, 11 Jan 2022 15:15:25 +0000. Up 25.90 seconds. [ 61.913057] [cloud-init[0;32m OK [0m[649]: ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++] Started Initial cloud-init job (metadata service crawler). [[ 62.039985] [0;32m OK [0mcloud-init] [649]: Reached target System Initialization.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [ [0;32m OK [0m[ 62.173257] ] cloud-initListening on D-Bus System Message Bus Socket.[649]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |[[0;32m OK [0m ] [ 62.285863] Listening on ACPID Listen Socket.cloud-init [649]: [ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[0;32m OK [0m] Reached target Sockets. [ 62.410553] cloud-init[649]: [ci-info: | eth0 | True | 172.20.0.11 | 255.25.255.240 | . | fa:16:3e:e6:e3:14 |[0;32m OK [0m] Started Daily apt download activities. [ 62.499588] cloud-init[649]: ci-info: | eth0 | True | fe80::f816:3eff:fee6:e314/64 | . | link | fa:16:3e:e6:e3:14 |[ [0;32m OK [0m[ 62.594113] ] cloud-initStarted ACPI Events Check.[649]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |[[0;32m OK [0m ] Reached target Paths.[ 62.719877] cloud-init[[649]: [0;32m OK [0mci-info: | lo | True | ::1/128 | . | host | . |] Started Daily Cleanup of Temporary Directories. [ 62.820573] [cloud-init[0;32m OK [0m[649]: ] ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+Started Daily apt upgrade and clean activities. [[ 62.928907] [0;32m OK [0mcloud-init] [649]: Reached target Timers.ci-info: +++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++ [ [0;32m OK [0m[ 63.047713] ] cloud-initReached target Basic System.[649]: ci-info: +-------+-------------+------------+-----------------+-----------+-------+[ [0;32m OK [0m[ 63.141232] ] cloud-initStarted Deferred execution scheduler.[649]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [[0;32m OK [0m[ 63.244721] ] cloud-initStarted Regular background program processing daemon.[649]: ci-info: +-------+-------------+------------+-----------------+-----------+-------+ [[0;32m OK [0m[ 63.352177] ] cloud-initStarted ACPI event daemon.[649]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | Starting Login Service... [ 63.461735] [cloud-init[649]: [0;32m OK [0mci-info: | 1 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U |] Started Unattended Upgrades Shutdown. [ 63.559087] cloud-initStarting LSB: Record successful boot for GRUB...[649]: ci-info: +-------+-------------+------------+-----------------+-----------+-------+ Starting LSB: MD monitoring daemon...[ 63.677028] cloud-init[[649]: [0;32m OK [0mGenerating public/private rsa key pair.] Started D-Bus System Message Bus. [ 63.788268] cloud-init[649]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 63.864127] cloud-init[649]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 63.915098] cloud-init[649]: The key fingerprint is: [ 63.963242] cloud-init[649]: SHA256:0YclmVGtZWOYMa2WUxSNPCJnJaEVmHDiZf/lMVE7Hzg root@tempest-serverrescuenegativetestjson-server-2129438968 [[ 64.037390] [0;32m OK [0mcloud-init] [649]: Reached target Network is Online.The key's randomart image is: [ 64.128494] Starting iSCSI initiator daemon (iscsid)...cloud-init[649]: +---[RSA 2048]----+ [ 64.211525] Starting OpenBSD Secure Shell server...cloud-init[649]: | o.*BX%+=o| [ 64.292193] Starting /etc/rc.local Compatibility...cloud-init[649]: | . **B*o& +|[ [0;32m OK [0m[ 64.389273] ] cloud-initReached target Cloud-config availability.[649]: | o ++oE O.| Starting Apply the settings specified in cloud-config...[ 64.492219] cloud-init[649]: [| . .*..o*|[0;32m OK [0m ] Started OpenBSD Secure Shell server.[ 64.627878] cloud-init [649]: [| S . .. o|[0;32m OK [0m ] [ 64.752204] Started /etc/rc.local Compatibility.cloud-init[649]: | | [ [0;32m OK [0m[ 64.880418] ] cloud-initStarted iSCSI initiator daemon (iscsid).[649]: | | [ 65.003744] cloud-init[[0;32m OK [0m[649]: ] | |Started Login Service. [ 65.183496] cloud-init[[649]: [0;32m OK [0m| | ] [ 65.304207] Started LSB: MD monitoring daemon.cloud-init [649]: [+----[SHA256]-----+[0;32m OK [0m ] [ 65.436205] Started LSB: Record successful boot for GRUB.cloud-init [649]: Generating public/private dsa key pair. Starting Login to default iSCSI targets...[ 65.576204] cloud-init[649]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [[0;32m OK [0m[ 65.721852] cloud-init] [649]: Started Login to default iSCSI targets.Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [[ 65.852198] [0;32m OK [0mcloud-init] Reached target Remote File Systems (Pre).[649]: The key fingerprint is: [[ 65.993026] [0;32m OK [0mcloud-init] [649]: Reached target Remote File Systems.SHA256:9UaGws6lMdrP/tGZLunkX3O1jaa33pUMY+F9dJo/hv4 root@tempest-serverrescuenegativetestjson-server-2129438968 Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...[ 66.152431] cloud-init [649]: Starting LSB: automatic crash report generation...The key's randomart image is: [ 66.254461] cloud-initStarting Permit User Sessions...[649]: +---[DSA 1024]----+ [[ 66.349670] [0;32m OK [0m] cloud-initStarted Permit User Sessions.[649]: | | [[ 66.480206] cloud-init[0;32m OK [0m[649]: ] | . . |Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [ 66.607227] cloud-init[649]: | = + o. o|[ [0;32m OK [0m[ 66.776298] cloud-init] Started Getty on tty1.[649]: | = B +. o+.|[ [0;32m OK [0m[ 66.912487] ] cloud-initStarted Serial Getty on ttyS0.[649]: | . S o=o.o| [[0;32m OK [0m[ 67.010389] ] cloud-initReached target Login Prompts.[649]: | o ...==*| [[ 67.128264] [0;32m OK [0mcloud-init[649]: ] | o oo*B*|Started LSB: automatic crash report generation. [ 67.288222] [cloud-init[0;32m OK [0m[649]: ] | . o+=oo=|Reached target Multi-User System. [ 67.411796] cloud-init[[649]: [0;32m OK [0m| .o=**E.|] Reached target Graphical Interfce.[ 67.493122] cloud-init [649]: +----[SHA256]-----+Starting Update UTMP about System Runlevel Changes... [ 67.587719] cloud-init[649]: Generating public/private ecdsa key pair. [ 67.640371] cloud-init[649]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 67.691101] cloud-init[649]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.[[0;32m OK [0m ] [ 67.777452] Started Update UTMP about System Runlevel Changes.cloud-init [649]: The key fingerprint is: [ 67.849896] cloud-init[649]: SHA256:x55kht/Odyq521ejsUzGveA4aBn0L9beT6qQ/u0bQ0 root@tempest-serverrescuenegativetestjson-server-2129438968 [ 67.908293] cloud-init[649]: The key's randomart image is: [ 67.953055] cloud-init[649]: +---[ECDSA 256]---+ [ 68.002559] cloud-init[649]: | | [ 68.049811] cloud-init[649]: | | [ 68.101690] cloud-init[649]: | | [ 68.149794] cloud-init[649]: | + | [ 68.208682] cloud-init[649]: | S B . | [ 68.255976] cloud-init[649]: | O = * +.| [ 68.306262] cloud-init[649]: | X X.E =| [ 68.361466] cloud-init[649]: | = OoXoOo| [ 68.411880] cloud-init[649]: | . o.@OO*+| [ 68.469085] cloud-init[649]: +----[SHA256]-----+ [ 68.518414] cloud-init[649]: Generating public/private ed25519 key pair. [ 68.566857] cloud-init[649]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 68.620096] cloud-init[649]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 68.676724] cloud-init[649]: The key fingerprint is: [ 68.730635] cloud-init[649]: SHA256:aXEa8IySXT1lSkA59r+CAzeGdV4gil1JWk/dXQ5SDGw root@tempest-serverrescuenegativetestjson-server-2129438968 [ 68.786510] cloud-init[649]: The key's randomart image is: [ 68.831934] cloud-init[649]: +--[ED25519 256]--+ [ 68.878988] cloud-init[649]: | .o*=o+==o.o| [ 68.924877] cloud-init[649]: | o OB++oE.oo.| [ 68.977680] cloud-init[649]: | oo++=+++ .| [ 69.025338] cloud-init[649]: | ..o .*o . | [ 69.073633] cloud-init[649]: | oSo o | [ 69.121446] cloud-init[649]: | o.+ . . | [ 69.167221] cloud-init[649]: | + o . | [ 69.213131] cloud-init[649]: | o . . | [ 69.263454] cloud-init[649]: | . . | [ 69.317679] cloud-init[649]: +----[SHA256]-----+ Ubuntu 16.04.4 LTS tempest-serverrescuenegativetestjson-server-2129438968 ttyS0 tempest-serverrescuenegativetestjson-server-2129438968 login: [ 142.672704] cloud-init[743]: Cloud-init v. 18.2 running 'modules:config' at Tue, 11 Jan 2022 15:16:05 +0000. Up 66.42 seconds. ci-info: no authorized ssh keys fingerprints found for user ubuntu. <14>Jan 11 15:17:29 ec2: <14>Jan 11 15:17:29 ec2: ############################################################# <14>Jan 11 15:17:29 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Jan 11 15:17:29 ec2: 1024 SHA256:9UaGws6lMdrP/tGZLunkX3O1jaa33pUMY+F9dJo/hv4 root@tempest-serverrescuenegativetestjson-server-2129438968 (DSA) <14>Jan 11 15:17:29 ec2: 256 SHA256:x55kht/Odyq521ejsUzGveA4aBn0L9beT6qQ/u0buQ0 root@tempest-serverrescuenegativetestjson-server-2129438968 (ECDSA) <14>Jan 11 15:17:29 ec2: 256 SHA256:aXEa8IySXT1lSkA59r+CAzeGdV4gil1JWk/dXQ5SDGw root@tempest-serverrescuenegativetestjson-server-2129438968 (ED25519) <14>Jan 11 15:17:29 ec2: 2048 SHA256:0YclmVGtZWOYMa2WUxSNPCJnJaEVmHDiZf/lMVE7Hzg root@tempest-serverrescuenegativetestjson-server-2129438968 (RSA) <14>Jan 11 15:17:29 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Jan 11 15:17:29 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ5hbiSVylya0J5KrY8QN/Em1LMT1j/kX+EQeLDy+ht2yMMVOw7q8r19FjJdD5Ij0aZbfzhWTDFWzH29VsBh2WY= root@tempest-serverrescuenegativetestjson-server-2129438968 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxUtARvn2IgaWpgKPN4WU0jPdp/MVulUVCNEA3Hcrgb root@tempest-serverrescuenegativetestjson-server-2129438968 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5eY0THTtic5MYaZp89TuNmeX9B+l7DWzUghWEMysieiT/RwQb0+G7fSDZsoS+IaDYz84H5VU/t6VZTpktJSojwcxueLYE98LXrg3waR/LpJZKAMDkTfAo95yFay7aKhTARPQyiVlSMWBx5r5rk4b4L1yTNMhS2BngtAOob8ICbDDlaNEM8FS0HdYgpq9M97N7SKX/aAGauBPczFzIQzef2qIdWufyEaa0WhmkLA+wb6ch6htW9yCgvTAr6apO4EefK2qS1PpJ7RPUnbpGaw06yR/8X9oBNYw7aH9h3FADDVqmlYyIhfVWrzOaWaC9tyKaxFCPThVIDHN0n0QGtkyn root@tempest-serverrescuenegativetestjson-server-2129438968 -----END SSH HOST KEY KEYS----- [ 153.524672] cloud-init[818]: Cloud-init v. 18.2 running 'modules:final' at Tue, 11 Jan 2022 15:17:22 +0000. Up 143.47 seconds. [ 153.632905] cloud-init[818]: ci-info: no authorized ssh keys fingerprints found for user ubuntu. [ 153.684748] cloud-init[818]: Cloud-init v. 18.2 finished at Tue, 11 Jan 2022 15:17:31 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 152.02 seconds 2022-01-11 15:21:40,233 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 52.613s 2022-01-11 15:21:40,233 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef80e57b-0daf-4991-a51c-20391f2f6827', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef80e57b-0daf-4991-a51c-20391f2f6827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:14:48.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "attachment_id": "841503a6-aa2b-4d2b-96cd-4f12e89dd9cb", "volume_id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "server_id": "3b978091-0bf4-4e69-8053-76e49154df4c", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:13:52.000000"}], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:22:41,301 117578 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 2022-01-11 15:22:47,301 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 66.059s 2022-01-11 15:22:47,301 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d7ee2a8-a4d5-4101-97fd-61d7ceb9b392', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d7ee2a8-a4d5-4101-97fd-61d7ceb9b392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:14:48.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "attachment_id": "841503a6-aa2b-4d2b-96cd-4f12e89dd9cb", "volume_id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "server_id": "3b978091-0bf4-4e69-8053-76e49154df4c", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:13:52.000000"}], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:23:41,560 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 53.250s 2022-01-11 15:23:41,561 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efde24dd-3346-412a-bfcf-a3f38094a7a7', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efde24dd-3346-412a-bfcf-a3f38094a7a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:14:48.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "attachment_id": "841503a6-aa2b-4d2b-96cd-4f12e89dd9cb", "volume_id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "server_id": "3b978091-0bf4-4e69-8053-76e49154df4c", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:13:52.000000"}], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:24:42,625 117578 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 2022-01-11 15:24:48,089 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 65.520s 2022-01-11 15:24:48,090 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03f5db2f-29fb-4d43-bd44-4fcb2db5f096', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03f5db2f-29fb-4d43-bd44-4fcb2db5f096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:14:48.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "attachment_id": "841503a6-aa2b-4d2b-96cd-4f12e89dd9cb", "volume_id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "server_id": "3b978091-0bf4-4e69-8053-76e49154df4c", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:13:52.000000"}], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:25:41,898 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 52.798s 2022-01-11 15:25:41,898 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-630c96f3-0c1c-4727-bae2-8545be247a45', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-630c96f3-0c1c-4727-bae2-8545be247a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:14:48.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "attachment_id": "841503a6-aa2b-4d2b-96cd-4f12e89dd9cb", "volume_id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "server_id": "3b978091-0bf4-4e69-8053-76e49154df4c", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:13:52.000000"}], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:26:42,965 117578 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 2022-01-11 15:26:49,173 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 66.268s 2022-01-11 15:26:49,174 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63c7f275-e59f-4587-bd52-914e6ec02229', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63c7f275-e59f-4587-bd52-914e6ec02229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:14:48.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "attachment_id": "841503a6-aa2b-4d2b-96cd-4f12e89dd9cb", "volume_id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "server_id": "3b978091-0bf4-4e69-8053-76e49154df4c", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:13:52.000000"}], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' 2022-01-11 15:27:42,630 117578 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee 52.448s 2022-01-11 15:27:42,630 117578 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ae27576-6daa-47e3-ab38-d8fec2270305', 'content-length': '1216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ae27576-6daa-47e3-ab38-d8fec2270305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee'} Body: b'{"volume": {"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:48.000000", "updated_at": "2022-01-11T15:14:48.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1341063998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/46dc68d56028437c845a8b922ebb73fa/volumes/610c960d-8a64-4ee2-85d2-5ae3bb879fee"}], "user_id": "ebbdfb4cffb24af08af575c0742abcfe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "attachment_id": "841503a6-aa2b-4d2b-96cd-4f12e89dd9cb", "volume_id": "610c960d-8a64-4ee2-85d2-5ae3bb879fee", "server_id": "3b978091-0bf4-4e69-8053-76e49154df4c", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:13:52.000000"}], "os-vol-tenant-attr:tenant_id": "46dc68d56028437c845a8b922ebb73fa"}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 610c960d-8a64-4ee2-85d2-5ae3bb879fee failed to reach available status (current detaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 380, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume 610c960d-8a64-4ee2-85d2-5ae3bb879fee failed to detach from server 3b978091-0bf4-4e69-8053-76e49154df4c within the required time (360 s) from the compute API perspective |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
fail
ft12.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:11:06,603 117576 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-01-11 15:11:06,603 117576 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-01-11 15:11:07,917 117576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52/compute/v2.1/os-keypairs 1.314s 2022-01-11 15:11:07,918 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-830658203"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d44bd62-ab11-40b1-9898-403b4bfbc37a', 'x-compute-request-id': 'req-5d44bd62-ab11-40b1-9898-403b4bfbc37a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAu++bnLfmzfuHtNpzmGUwfZSq+dMwaE81x4Xc43NDvXEHm4Hp\\nkJT75fernDvs6Xuqx40h2638hW6n2twGtnpQxQiylpzvo2fWbGkb12j5o2MQrwCY\\nJQJTwQatgY7qqmaTjk2dwyFHr+1IGHxmpony/APQENcGzpuDQODp76f+I2QKpHYK\\naxysx+9A1kxqXMUQrWOr34iwmOMoRRWSu729uJKO0dpifGaaH4a42+AxdHsIrbGB\\n/8kc32NILulHfUfwu9x/wrASPvWkeJr6JOlPiz4EuCqqpl9gbyd07t4Jsx7BKbUp\\nimp/1NoLoyAaU9hI8VlS6aOomCKx9ySUpx1v/wIDAQABAoIBAA0rDMw+Vn24Uhnp\\n9I+JB4zFDfXTRmEIq8v/JSsKuIRdlxreT29CASRr5ipcSI1TjPPOf8DUwAzZZAmB\\nwTan+2DS6zCCbogUjoGqG7lMMbGxD0oz0HVHZHbx8NZTHT4zUcN2zMcPXeaFybdt\\ngAPLRqtB2SJU7rUrUFcLa1jPfI8eJKCX2NEZKmyHPbEHci78lpR9SdsqK4FZkoiw\\nkCoYSHv0rMY/Wn1SOthB6xI0BHBOuJN3EoPHRrAuDtAF2A48MvU0KuUFkSnKm8MC\\nBH3ZqEs8nEk1Mq7BzlB7vQzRQHguJGsaZn/g+gMalOCnQGSDwwJgNYOyESZzJxZj\\nnpIewoECgYEA4bM6J5RBfrJKb2ui+Hoin0ESPFdB326m3m6Axgwtv8n0nfN6By3z\\nupkmFks1K4c8piijkhaljK4amlu2w0lS5pXFBMOpBk5GZkqjYsnrZ59mXdaelxlZ\\n6KkH9Cztg0U14UzhU4zQdN+/122ESjB4odISt/XKnRaRagDzRwvUaOsCgYEA1SqE\\ngR02aYe5p+ya/nXhdrcHfjmOsjH69PkyL/56cMMRaZHhp0+GCqXHByE4eokqRBIC\\nAgmYuM7mneBRSRq+j95V6ftvEG+VENI3ZWld5d1MFSm3Hu0bCe6YDv+UzUMr9onw\\nSkSLODijH/WZ+IN5/jHT/b7MSXhoYxTQsTBlUD0CgYA/VuUDJoAa5j4tdq+Nu/jr\\naH+Nn49E/PCni6tn6RMNt8eGbEXarfKwczpVF1YcmR9UIiOFZAWhrVqZ5xMrSvCQ\\n9YcNBzvwIRdwrZGcr734nqtDum9XSC4LNSSeSd198XZlfAXgRKxboE9eTcXKbD/u\\nad4G8luiKis07H9ZeOBrcQKBgCyw2U7ofPvrBLV8GZK3zClDfkKsdopNiDvL8wW0\\n6J6zhvcHKrQVLBkXYH7SLDEkiMP0so8Sy/4TAq6e1Ovqu4EWMBT6LfLYMfxw1kRg\\nrtr+ZnEZadcGBuEyMJcUZnISXyk1CjfH3xhOZ4TPzRQZHH56m+NbGSFeKSR8vLQp\\nXVRRAoGBAMQsMNC8Z4mv37kLCs+wIw6fbB+IC/teAak1PoYO9cEWeszAnA0vaiz8\\n9DqizA8HKNQBoXQ4bwA3yR1d4Z2LX5G/iJPDLfxMPfR5IXUN+uZiky/Sj0rqU7G/\\nGxLBzMe7SPrNLBYDVKoDjOmCGB50V7lq+GRrmY1TTugPzQZLzYrP\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-830658203", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC775uct+bN+4e02nOYZTB9lKr50zBoTzXHhdzjc0O9cQebgemQlPvl96ucO+zpe6rHjSHbrfyFbqfa3Aa2elDFCLKWnO+jZ9ZsaRvXaPmjYxCvAJglAlPBBq2BjuqqZpOOTZ3DIUev7UgYfGamifL8A9AQ1wbOm4NA4Onvp/4jZAqkdgprHKzH70DWTGpcxRCtY6vfiLCY4yhFFZK7vb24ko7R2mJ8Zpofhrjb4DF0ewitsYH/yRzfY0gu6Ud9R/C73H/CsBI+9aR4mvok6U+LPgS4KqqmX2BvJ3Tu3gmzHsEptSmKan/U2gujIBpT2EjxWVLpo6iYIrH3JJSnHW// Generated-by-Nova", "fingerprint": "39:fe:6d:23:33:eb:55:c1:c5:97:cd:62:01:15:9a:7d", "user_id": "055cca7e9794424a8962422a9b5dda1d"}}' 2022-01-11 15:11:07,975 117576 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-830658203 created 2022-01-11 15:11:09,066 117576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/security-groups 1.090s 2022-01-11 15:11:09,066 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-securitygroup--1487856924", "description": "tempest-description--875994770"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-09578f8c-4e9b-4f25-970a-b5e65991539b', 'date': 'Tue, 11 Jan 2022 15:11:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "c690632d-fdde-4887-b242-687892a82b25", "name": "tempest-securitygroup--1487856924", "stateful": true, "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "description": "tempest-description--875994770", "shared": false, "security_group_rules": [{"id": "72a6e6c6-f96f-4c2b-85b6-e95c3bfe5ee6", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "security_group_id": "c690632d-fdde-4887-b242-687892a82b25", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 98, "description": null, "tags": [], "created_at": "2022-01-11T15:11:08Z", "updated_at": "2022-01-11T15:11:08Z", "revision_number": 0, "project_id": "06f9437149e449d6b1d1d9a69601b197"}, {"id": "e02dc137-8ada-4ad0-ab71-ee2729cbb2fd", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "security_group_id": "c690632d-fdde-4887-b242-687892a82b25", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 99, "description": null, "tags": [], "created_at": "2022-01-11T15:11:08Z", "updated_at": "2022-01-11T15:11:08Z", "revision_number": 0, "project_id": "06f9437149e449d6b1d1d9a69601b197"}], "tags": [], "created_at": "2022-01-11T15:11:08Z", "updated_at": "2022-01-11T15:11:08Z", "revision_number": 1, "project_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:11:10,170 117576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 1.103s 2022-01-11 15:11:10,171 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c690632d-fdde-4887-b242-687892a82b25", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-23a8e038-000b-4c75-acc6-23fb9b755b74', 'date': 'Tue, 11 Jan 2022 15:11:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "96c14135-9bcc-4fde-bb70-60b193d401cb", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "security_group_id": "c690632d-fdde-4887-b242-687892a82b25", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:11:09Z", "updated_at": "2022-01-11T15:11:09Z", "revision_number": 0, "project_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:11:10,805 117576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.634s 2022-01-11 15:11:10,806 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c690632d-fdde-4887-b242-687892a82b25", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1b784c3b-4bef-4af4-b2f4-3242910f2fa3', 'date': 'Tue, 11 Jan 2022 15:11:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6423ceb1-3b36-48a7-bdcf-ad0995ab3b25", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "security_group_id": "c690632d-fdde-4887-b242-687892a82b25", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:11:10Z", "updated_at": "2022-01-11T15:11:10Z", "revision_number": 0, "project_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:11:10,812 117576 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1487856924 created 2022-01-11 15:11:14,922 117576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/floatingips 4.109s 2022-01-11 15:11:14,922 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-c32855c0-6325-4d4f-8827-56d9ee1e25e6', 'date': 'Tue, 11 Jan 2022 15:11:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3d07b708-9d95-4f64-bfcd-fe12d78c82ab", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "floating_ip_address": "172.27.0.95", "floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "06f9437149e449d6b1d1d9a69601b197", "description": "", "port_details": null, "tags": [], "created_at": "2022-01-11T15:11:12Z", "updated_at": "2022-01-11T15:11:12Z", "revision_number": 0}}' 2022-01-11 15:11:14,923 117576 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3d07b708-9d95-4f64-bfcd-fe12d78c82ab', 'tenant_id': '06f9437149e449d6b1d1d9a69601b197', 'floating_ip_address': '172.27.0.95', 'floating_network_id': 'df6a89ec-3082-4c59-9ce9-72fab83d6f65', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '06f9437149e449d6b1d1d9a69601b197', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-01-11T15:11:12Z', 'updated_at': '2022-01-11T15:11:12Z', 'revision_number': 0, 'ip': '172.27.0.95'} created 2022-01-11 15:11:15,100 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.172s 2022-01-11 15:11:15,101 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3d67e0ee-47f7-4f10-8469-c41b80fc6b18', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "055cca7e9794424a8962422a9b5dda1d", "name": "tempest-AttachVolumeShelveTestJSON-319817223-project", "password_expires_at": null}, "audit_ids": ["-BhGZTaqTv-gCCSgOXC9Ww"], "expires_at": "2022-01-11T16:11:14.000000Z", "issued_at": "2022-01-11T15:11:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06f9437149e449d6b1d1d9a69601b197", "name": "tempest-AttachVolumeShelveTestJSON-319817223"}, "is_domain": false, "roles": [{"id": "cf228c05981940539fde033ddb1617c9", "name": "reader"}, {"id": "742b589cf4e2420f92ec1c79533345d0", "name": "member"}], "catalog": [{"endpoints": [{"id": "ff8c9dccb172431da602af7a4808d86c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/06f9437149e449d6b1d1d9a69601b197", "region": "RegionOne"}], "id": "2445f88179714e8897b1240b3d3ca8c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "fc838db8edd34bc09fbb2fd5c470c27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "37b3181e80ea4d928d4344eaf6a0aa87", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "360a5cfc010e4b139e7fec6ddf825e5f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197", "region": "RegionOne"}], "id": "6212d811c2074dc5b0bf4f3ed48f4e78", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b8ae968d4b4f4d1b94ba3917b2c41d7a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_06f9437149e449d6b1d1d9a69601b197", "region": "RegionOne"}, {"id": "c868e46136b0404ba0579acdc8e8ce78", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}], "id": "801c08a0a2894e8d816219b6d4f835f9", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "1c66ab2e63bf4bb49dc80313a47cae5f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "98fbbb52124f44019a2b46287838ae9f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "156980714c084ee9b7e3c1a9aabd25f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197", "region": "RegionOne"}], "id": "b2e3f71e9e7c4c4e9e86900c61ced593", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "78e1c6d028784ac990fbb9593baa8bd1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "bb3c804324544028b524a4e3b489d54c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "958e1704315446638b87d2c5fc109d6d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/", "region": "RegionOne"}], "id": "d6fd01671887417e85e932aec3bf7964", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bc5f74abe8a4c0da27b847317aad02e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "fb282cf9369148db81877e30974a02dd", "type": "image", "name": "glance"}]}}' 2022-01-11 15:11:15,101 117576 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '5b9f0d65-d5f3-4656-9171-4a158424da81', 'name': 'tempest-AttachVolumeShelveTestJSON-1895570661-network', 'tenant_id': '06f9437149e449d6b1d1d9a69601b197', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '06f9437149e449d6b1d1d9a69601b197', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 569, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-01-11T15:10:55Z', 'updated_at': '2022-01-11T15:10:55Z', 'revision_number': 1} available for tenant 2022-01-11 15:11:15,102 117576 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAu++bnLfmzfuHtNpzmGUwfZSq+dMwaE81x4Xc43NDvXEHm4Hp\nkJT75fernDvs6Xuqx40h2638hW6n2twGtnpQxQiylpzvo2fWbGkb12j5o2MQrwCY\nJQJTwQatgY7qqmaTjk2dwyFHr+1IGHxmpony/APQENcGzpuDQODp76f+I2QKpHYK\naxysx+9A1kxqXMUQrWOr34iwmOMoRRWSu729uJKO0dpifGaaH4a42+AxdHsIrbGB\n/8kc32NILulHfUfwu9x/wrASPvWkeJr6JOlPiz4EuCqqpl9gbyd07t4Jsx7BKbUp\nimp/1NoLoyAaU9hI8VlS6aOomCKx9ySUpx1v/wIDAQABAoIBAA0rDMw+Vn24Uhnp\n9I+JB4zFDfXTRmEIq8v/JSsKuIRdlxreT29CASRr5ipcSI1TjPPOf8DUwAzZZAmB\nwTan+2DS6zCCbogUjoGqG7lMMbGxD0oz0HVHZHbx8NZTHT4zUcN2zMcPXeaFybdt\ngAPLRqtB2SJU7rUrUFcLa1jPfI8eJKCX2NEZKmyHPbEHci78lpR9SdsqK4FZkoiw\nkCoYSHv0rMY/Wn1SOthB6xI0BHBOuJN3EoPHRrAuDtAF2A48MvU0KuUFkSnKm8MC\nBH3ZqEs8nEk1Mq7BzlB7vQzRQHguJGsaZn/g+gMalOCnQGSDwwJgNYOyESZzJxZj\nnpIewoECgYEA4bM6J5RBfrJKb2ui+Hoin0ESPFdB326m3m6Axgwtv8n0nfN6By3z\nupkmFks1K4c8piijkhaljK4amlu2w0lS5pXFBMOpBk5GZkqjYsnrZ59mXdaelxlZ\n6KkH9Cztg0U14UzhU4zQdN+/122ESjB4odISt/XKnRaRagDzRwvUaOsCgYEA1SqE\ngR02aYe5p+ya/nXhdrcHfjmOsjH69PkyL/56cMMRaZHhp0+GCqXHByE4eokqRBIC\nAgmYuM7mneBRSRq+j95V6ftvEG+VENI3ZWld5d1MFSm3Hu0bCe6YDv+UzUMr9onw\nSkSLODijH/WZ+IN5/jHT/b7MSXhoYxTQsTBlUD0CgYA/VuUDJoAa5j4tdq+Nu/jr\naH+Nn49E/PCni6tn6RMNt8eGbEXarfKwczpVF1YcmR9UIiOFZAWhrVqZ5xMrSvCQ\n9YcNBzvwIRdwrZGcr734nqtDum9XSC4LNSSeSd198XZlfAXgRKxboE9eTcXKbD/u\nad4G8luiKis07H9ZeOBrcQKBgCyw2U7ofPvrBLV8GZK3zClDfkKsdopNiDvL8wW0\n6J6zhvcHKrQVLBkXYH7SLDEkiMP0so8Sy/4TAq6e1Ovqu4EWMBT6LfLYMfxw1kRg\nrtr+ZnEZadcGBuEyMJcUZnISXyk1CjfH3xhOZ4TPzRQZHH56m+NbGSFeKSR8vLQp\nXVRRAoGBAMQsMNC8Z4mv37kLCs+wIw6fbB+IC/teAak1PoYO9cEWeszAnA0vaiz8\n9DqizA8HKNQBoXQ4bwA3yR1d4Z2LX5G/iJPDLfxMPfR5IXUN+uZiky/Sj0rqU7G/\nGxLBzMe7SPrNLBYDVKoDjOmCGB50V7lq+GRrmY1TTugPzQZLzYrP\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-830658203', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC775uct+bN+4e02nOYZTB9lKr50zBoTzXHhdzjc0O9cQebgemQlPvl96ucO+zpe6rHjSHbrfyFbqfa3Aa2elDFCLKWnO+jZ9ZsaRvXaPmjYxCvAJglAlPBBq2BjuqqZpOOTZ3DIUev7UgYfGamifL8A9AQ1wbOm4NA4Onvp/4jZAqkdgprHKzH70DWTGpcxRCtY6vfiLCY4yhFFZK7vb24ko7R2mJ8Zpofhrjb4DF0ewitsYH/yRzfY0gu6Ud9R/C73H/CsBI+9aR4mvok6U+LPgS4KqqmX2BvJ3Tu3gmzHsEptSmKan/U2gujIBpT2EjxWVLpo6iYIrH3JJSnHW// Generated-by-Nova', 'fingerprint': '39:fe:6d:23:33:eb:55:c1:c5:97:cd:62:01:15:9a:7d', 'user_id': '055cca7e9794424a8962422a9b5dda1d'}, 'security_group': {'id': 'c690632d-fdde-4887-b242-687892a82b25', 'name': 'tempest-securitygroup--1487856924', 'stateful': True, 'tenant_id': '06f9437149e449d6b1d1d9a69601b197', 'description': 'tempest-description--875994770', 'shared': False, 'security_group_rules': [{'id': '72a6e6c6-f96f-4c2b-85b6-e95c3bfe5ee6', 'tenant_id': '06f9437149e449d6b1d1d9a69601b197', 'security_group_id': 'c690632d-fdde-4887-b242-687892a82b25', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 98, 'description': None, 'tags': [], 'created_at': '2022-01-11T15:11:08Z', 'updated_at': '2022-01-11T15:11:08Z', 'revision_number': 0, 'project_id': '06f9437149e449d6b1d1d9a69601b197'}, {'id': 'e02dc137-8ada-4ad0-ab71-ee2729cbb2fd', 'tenant_id': '06f9437149e449d6b1d1d9a69601b197', 'security_group_id': 'c690632d-fdde-4887-b242-687892a82b25', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 99, 'description': None, 'tags': [], 'created_at': '2022-01-11T15:11:08Z', 'updated_at': '2022-01-11T15:11:08Z', 'revision_number': 0, 'project_id': '06f9437149e449d6b1d1d9a69601b197'}], 'tags': [], 'created_at': '2022-01-11T15:11:08Z', 'updated_at': '2022-01-11T15:11:08Z', 'revision_number': 1, 'project_id': '06f9437149e449d6b1d1d9a69601b197'}, 'floating_ip': {'id': '3d07b708-9d95-4f64-bfcd-fe12d78c82ab', 'tenant_id': '06f9437149e449d6b1d1d9a69601b197', 'floating_ip_address': '172.27.0.95', 'floating_network_id': 'df6a89ec-3082-4c59-9ce9-72fab83d6f65', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '06f9437149e449d6b1d1d9a69601b197', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-01-11T15:11:12Z', 'updated_at': '2022-01-11T15:11:12Z', 'revision_number': 0, 'ip': '172.27.0.95'}} 2022-01-11 15:11:16,943 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.52/compute/v2.1/servers 1.840s 2022-01-11 15:11:16,944 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "imageRef": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "5b9f0d65-d5f3-4656-9171-4a158424da81"}], "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "key_name": "tempest-keypair-830658203", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e5157b3-2788-48c6-aa75-f6af8e18b95d', 'x-compute-request-id': 'req-0e5157b3-2788-48c6-aa75-f6af8e18b95d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "adminPass": "password"}}' 2022-01-11 15:11:17,363 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.416s 2022-01-11 15:11:17,363 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19d76a49-24c9-4539-9f5a-81f7d86a96c2', 'x-compute-request-id': 'req-19d76a49-24c9-4539-9f5a-81f7d86a96c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:17Z", "updated": "2022-01-11T15:11:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:18,676 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.297s 2022-01-11 15:11:18,676 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fb8e12a-8e80-47e2-afbe-d16b82472b4c', 'x-compute-request-id': 'req-5fb8e12a-8e80-47e2-afbe-d16b82472b4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:17Z", "updated": "2022-01-11T15:11:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:20,800 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 1.114s 2022-01-11 15:11:20,800 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c0f2f00-a456-4059-9572-818f45c5d875', 'x-compute-request-id': 'req-7c0f2f00-a456-4059-9572-818f45c5d875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:20,809 117576 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2022-01-11 15:11:22,552 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.741s 2022-01-11 15:11:22,552 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d45a672-1361-43d9-996c-385f79f8456a', 'x-compute-request-id': 'req-7d45a672-1361-43d9-996c-385f79f8456a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:23,709 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.147s 2022-01-11 15:11:23,710 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a462c09-3dd4-4fd1-b816-38d9ce94fafb', 'x-compute-request-id': 'req-1a462c09-3dd4-4fd1-b816-38d9ce94fafb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:24,848 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.128s 2022-01-11 15:11:24,848 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35ac7286-9471-4662-b895-e9bd6cba4902', 'x-compute-request-id': 'req-35ac7286-9471-4662-b895-e9bd6cba4902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:25,946 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.088s 2022-01-11 15:11:25,947 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11e87602-2904-4375-8686-8375b6752edb', 'x-compute-request-id': 'req-11e87602-2904-4375-8686-8375b6752edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:27,049 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.092s 2022-01-11 15:11:27,049 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ab76dda-f6ec-490a-9644-5a0f3352600c', 'x-compute-request-id': 'req-8ab76dda-f6ec-490a-9644-5a0f3352600c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:28,347 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.288s 2022-01-11 15:11:28,347 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-958a98d4-7d95-4995-9b93-01d7af545eab', 'x-compute-request-id': 'req-958a98d4-7d95-4995-9b93-01d7af545eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:29,698 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.338s 2022-01-11 15:11:29,698 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3481984a-af00-433a-bee5-6c4e4829184a', 'x-compute-request-id': 'req-3481984a-af00-433a-bee5-6c4e4829184a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:29,706 117576 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 12 second wait 2022-01-11 15:11:31,762 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 1.050s 2022-01-11 15:11:31,762 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0292c103-8335-4b68-a83d-b207f49d4f66', 'x-compute-request-id': 'req-0292c103-8335-4b68-a83d-b207f49d4f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:33,204 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.432s 2022-01-11 15:11:33,205 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d857c4b-dab9-4165-a432-c24b3820fd78', 'x-compute-request-id': 'req-4d857c4b-dab9-4165-a432-c24b3820fd78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:34,462 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.247s 2022-01-11 15:11:34,462 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b052339f-5a62-496a-a5eb-c697619522d7', 'x-compute-request-id': 'req-b052339f-5a62-496a-a5eb-c697619522d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:35,708 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.236s 2022-01-11 15:11:35,708 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17f1a183-15d5-4b78-a9cb-a29eb389d967', 'x-compute-request-id': 'req-17f1a183-15d5-4b78-a9cb-a29eb389d967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:37,016 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.297s 2022-01-11 15:11:37,016 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72ddebfc-a8b3-4a1d-a0dd-0f49b57997c4', 'x-compute-request-id': 'req-72ddebfc-a8b3-4a1d-a0dd-0f49b57997c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:38,272 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.246s 2022-01-11 15:11:38,273 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66cf1f01-82e0-488c-bcbc-6f16480b3f48', 'x-compute-request-id': 'req-66cf1f01-82e0-488c-bcbc-6f16480b3f48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:39,486 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.203s 2022-01-11 15:11:39,486 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa4881d8-34e5-4ed9-9c4d-5d38489cbf19', 'x-compute-request-id': 'req-aa4881d8-34e5-4ed9-9c4d-5d38489cbf19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:40,712 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.217s 2022-01-11 15:11:40,713 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7ff8bfa-a806-4c34-a814-44e359246d40', 'x-compute-request-id': 'req-a7ff8bfa-a806-4c34-a814-44e359246d40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:41,917 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.194s 2022-01-11 15:11:41,917 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a788ef0-eed5-4cfa-b2aa-1ae4121308bf', 'x-compute-request-id': 'req-4a788ef0-eed5-4cfa-b2aa-1ae4121308bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:43,112 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.186s 2022-01-11 15:11:43,113 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3012a9dc-976e-4f6e-9a24-026f2aedeebf', 'x-compute-request-id': 'req-3012a9dc-976e-4f6e-9a24-026f2aedeebf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:44,318 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.196s 2022-01-11 15:11:44,319 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b12f96ef-b3d9-42fd-aa84-0cbfb3d27007', 'x-compute-request-id': 'req-b12f96ef-b3d9-42fd-aa84-0cbfb3d27007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:45,540 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.212s 2022-01-11 15:11:45,540 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e2b5d01-21fb-4717-a21d-131dde60ee2b', 'x-compute-request-id': 'req-6e2b5d01-21fb-4717-a21d-131dde60ee2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:46,745 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.194s 2022-01-11 15:11:46,745 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9350e0e8-129c-496a-8727-ba5dee3c71fb', 'x-compute-request-id': 'req-9350e0e8-129c-496a-8727-ba5dee3c71fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:47,948 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.195s 2022-01-11 15:11:47,949 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecd4e04f-69ef-4824-b3ce-eae8da5ab173', 'x-compute-request-id': 'req-ecd4e04f-69ef-4824-b3ce-eae8da5ab173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:49,196 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.237s 2022-01-11 15:11:49,197 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ee16829-198a-4aca-993c-4fc3d9ef3a7e', 'x-compute-request-id': 'req-3ee16829-198a-4aca-993c-4fc3d9ef3a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:50,588 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.381s 2022-01-11 15:11:50,591 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4417d610-296c-46d4-99e8-1dc1c07f1384', 'x-compute-request-id': 'req-4417d610-296c-46d4-99e8-1dc1c07f1384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:51,756 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.155s 2022-01-11 15:11:51,757 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1599', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e3cfceb-e487-4621-9f57-3465c4f31c4e', 'x-compute-request-id': 'req-0e3cfceb-e487-4621-9f57-3465c4f31c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "ACTIVE", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:11:51Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1895570661-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:96:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": "2022-01-11T15:11:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:11:51,766 117576 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 34 second wait 2022-01-11 15:11:51,898 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/os-interface 0.131s 2022-01-11 15:11:51,898 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42f73857-4ae8-4f44-aa27-11652834e38f', 'x-compute-request-id': 'req-42f73857-4ae8-4f44-aa27-11652834e38f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5b9f0d65-d5f3-4656-9171-4a158424da81", "port_id": "cdf915de-7c8e-41e0-bca7-ba954f5c9fed", "mac_addr": "fa:16:3e:37:96:d7", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dbc8f5d9-0fcd-4e20-b1d3-b9ee711b8ef4", "ip_address": "172.20.0.3"}]}]}' 2022-01-11 15:11:53,336 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.52:9696/v2.0/floatingips/3d07b708-9d95-4f64-bfcd-fe12d78c82ab 1.435s 2022-01-11 15:11:53,336 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "cdf915de-7c8e-41e0-bca7-ba954f5c9fed"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-9c6b79bf-d313-4e0b-97dd-b940d3e20a33', 'date': 'Tue, 11 Jan 2022 15:11:53 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips/3d07b708-9d95-4f64-bfcd-fe12d78c82ab'} Body: b'{"floatingip": {"id": "3d07b708-9d95-4f64-bfcd-fe12d78c82ab", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "floating_ip_address": "172.27.0.95", "floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65", "router_id": "a59fa97c-d205-466f-aa4b-994af69f72c5", "port_id": "cdf915de-7c8e-41e0-bca7-ba954f5c9fed", "fixed_ip_address": "172.20.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5b9f0d65-d5f3-4656-9171-4a158424da81", "mac_address": "fa:16:3e:37:96:d7", "admin_state_up": true, "status": "ACTIVE", "device_id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-01-11T15:11:12Z", "updated_at": "2022-01-11T15:11:52Z", "revision_number": 1, "project_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:11:56,502 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 3.165s 2022-01-11 15:11:56,503 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27f92f19-14f1-483d-a798-a8981a3116ec', 'x-compute-request-id': 'req-27f92f19-14f1-483d-a798-a8981a3116ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": ""}' 2022-01-11 15:11:57,895 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.390s 2022-01-11 15:11:57,896 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dcef477-5402-4472-8135-1a9ee6c5ee7c', 'x-compute-request-id': 'req-5dcef477-5402-4472-8135-1a9ee6c5ee7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": ""}' 2022-01-11 15:11:58,990 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.091s 2022-01-11 15:11:58,990 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d359153a-6c0b-4363-a8e8-3dfcc9262de1', 'x-compute-request-id': 'req-d359153a-6c0b-4363-a8e8-3dfcc9262de1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": ""}' 2022-01-11 15:12:00,140 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.148s 2022-01-11 15:12:00,141 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cd8b045-975c-4681-9169-132fc14b8fdd', 'x-compute-request-id': 'req-3cd8b045-975c-4681-9169-132fc14b8fdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": ""}' 2022-01-11 15:12:01,251 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.107s 2022-01-11 15:12:01,251 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3d9297a-60b0-43e3-82f4-6b9fd5dab498', 'x-compute-request-id': 'req-d3d9297a-60b0-43e3-82f4-6b9fd5dab498', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": ""}' 2022-01-11 15:12:02,560 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.306s 2022-01-11 15:12:02,561 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cce1315-b325-4011-9d02-7ec2d58b8bc4', 'x-compute-request-id': 'req-6cce1315-b325-4011-9d02-7ec2d58b8bc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": ""}' 2022-01-11 15:12:03,675 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.112s 2022-01-11 15:12:03,675 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d65a3e38-0c34-41da-90b7-14ed1b19ec1c', 'x-compute-request-id': 'req-d65a3e38-0c34-41da-90b7-14ed1b19ec1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": ""}' 2022-01-11 15:12:04,784 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.107s 2022-01-11 15:12:04,785 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6cc77e3-595e-41cb-9cb6-027c736f2b09', 'x-compute-request-id': 'req-f6cc77e3-595e-41cb-9cb6-027c736f2b09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": ""}' 2022-01-11 15:12:05,970 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.182s 2022-01-11 15:12:05,970 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5a2d8f6-33a0-4ba7-99b6-26a05620e641', 'x-compute-request-id': 'req-a5a2d8f6-33a0-4ba7-99b6-26a05620e641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": ""}' 2022-01-11 15:12:10,744 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 3.772s 2022-01-11 15:12:10,745 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '17844', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0c75380-5212-42b1-9769-04673ce53b1f', 'x-compute-request-id': 'req-a0c75380-5212-42b1-9769-04673ce53b1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:11,866 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.118s 2022-01-11 15:12:11,866 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '17861', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fce0258-5865-449d-a333-2f13388713fe', 'x-compute-request-id': 'req-5fce0258-5865-449d-a333-2f13388713fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:13,055 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.185s 2022-01-11 15:12:13,055 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c046d057-99f6-479e-99d6-1588364efb2f', 'x-compute-request-id': 'req-c046d057-99f6-479e-99d6-1588364efb2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:14,165 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.107s 2022-01-11 15:12:14,165 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '20984', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-011c4f4a-458a-426f-b318-5ace135a3021', 'x-compute-request-id': 'req-011c4f4a-458a-426f-b318-5ace135a3021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:15,285 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.117s 2022-01-11 15:12:15,286 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22155', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a66d78a9-b03b-4011-9d50-28fd544741e1', 'x-compute-request-id': 'req-a66d78a9-b03b-4011-9d50-28fd544741e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:16,414 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.124s 2022-01-11 15:12:16,414 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23028', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5eab90e-6a91-4929-be1e-6772c2f9ac85', 'x-compute-request-id': 'req-c5eab90e-6a91-4929-be1e-6772c2f9ac85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:17,526 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.109s 2022-01-11 15:12:17,527 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23785', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfc1b472-1945-473d-b0b5-7fb61a2672f6', 'x-compute-request-id': 'req-cfc1b472-1945-473d-b0b5-7fb61a2672f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:18,697 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.169s 2022-01-11 15:12:18,698 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24175', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aea7d643-15a3-47ec-b282-6cb96be94481', 'x-compute-request-id': 'req-aea7d643-15a3-47ec-b282-6cb96be94481', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:19,885 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.184s 2022-01-11 15:12:19,885 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24620', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d75d12cf-cee1-4577-a17d-41bffa38f909', 'x-compute-request-id': 'req-d75d12cf-cee1-4577-a17d-41bffa38f909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:21,332 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.444s 2022-01-11 15:12:21,381 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25518', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a718e20-611a-4c53-b88b-484160fab779', 'x-compute-request-id': 'req-3a718e20-611a-4c53-b88b-484160fab779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:22,520 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.137s 2022-01-11 15:12:22,521 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23466f01-2f52-485c-ab74-ca65479ecdd2', 'x-compute-request-id': 'req-23466f01-2f52-485c-ab74-ca65479ecdd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:23,761 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.237s 2022-01-11 15:12:23,761 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26756', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ebba904-854e-4134-a96d-b92a6df3b614', 'x-compute-request-id': 'req-3ebba904-854e-4134-a96d-b92a6df3b614', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:24,971 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.207s 2022-01-11 15:12:24,971 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27055', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87ba7f32-9560-4b0a-9f80-d2b9a48ddb55', 'x-compute-request-id': 'req-87ba7f32-9560-4b0a-9f80-d2b9a48ddb55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:26,077 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.102s 2022-01-11 15:12:26,077 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27445', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7568af6-48b3-4054-855d-28b142036c36', 'x-compute-request-id': 'req-c7568af6-48b3-4054-855d-28b142036c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:27,197 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.116s 2022-01-11 15:12:27,198 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27563', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c4dc4c5-6b77-478b-8cc2-bb29a38d1ee3', 'x-compute-request-id': 'req-3c4dc4c5-6b77-478b-8cc2-bb29a38d1ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:28,497 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.297s 2022-01-11 15:12:28,498 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27729', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05fe33c8-988f-4a23-b75a-b0c550d73612', 'x-compute-request-id': 'req-05fe33c8-988f-4a23-b75a-b0c550d73612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:29,609 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.108s 2022-01-11 15:12:29,610 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27989', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93252eef-96cb-4445-8b7c-3699138b35a4', 'x-compute-request-id': 'req-93252eef-96cb-4445-8b7c-3699138b35a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:30,719 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.107s 2022-01-11 15:12:30,720 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7d555e8-2121-4f1d-b526-065804427a7f', 'x-compute-request-id': 'req-c7d555e8-2121-4f1d-b526-065804427a7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:31,838 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.115s 2022-01-11 15:12:31,839 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d4e6833-71e4-4064-a34b-f685c56208af', 'x-compute-request-id': 'req-8d4e6833-71e4-4064-a34b-f685c56208af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:32,942 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.101s 2022-01-11 15:12:32,943 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4918dace-485b-4c4a-bbc4-f935d1d42148', 'x-compute-request-id': 'req-4918dace-485b-4c4a-bbc4-f935d1d42148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:34,044 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.099s 2022-01-11 15:12:34,045 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9014ece0-f575-432a-a689-28e6dc899493', 'x-compute-request-id': 'req-9014ece0-f575-432a-a689-28e6dc899493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:35,251 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.203s 2022-01-11 15:12:35,252 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5553781-5218-4797-94b1-5acbdfd0cf9c', 'x-compute-request-id': 'req-c5553781-5218-4797-94b1-5acbdfd0cf9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:40,221 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 3.966s 2022-01-11 15:12:40,222 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab6d51b5-195e-4c02-a87d-643dd77a4cb5', 'x-compute-request-id': 'req-ab6d51b5-195e-4c02-a87d-643dd77a4cb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:41,329 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.097s 2022-01-11 15:12:41,330 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2becfdc2-0d31-4c1a-916e-0cf9819f7173', 'x-compute-request-id': 'req-2becfdc2-0d31-4c1a-916e-0cf9819f7173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:46,665 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 4.332s 2022-01-11 15:12:46,665 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b73cc60c-3fc6-4b67-a34f-672c213bc6aa', 'x-compute-request-id': 'req-b73cc60c-3fc6-4b67-a34f-672c213bc6aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:47,928 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.260s 2022-01-11 15:12:47,928 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0b19afc-1e4a-4380-a2fe-b6e88d3e2199', 'x-compute-request-id': 'req-e0b19afc-1e4a-4380-a2fe-b6e88d3e2199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:49,077 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.146s 2022-01-11 15:12:49,078 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8aff25d2-0602-4ca1-8e6c-0e21e846189a', 'x-compute-request-id': 'req-8aff25d2-0602-4ca1-8e6c-0e21e846189a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:50,355 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.275s 2022-01-11 15:12:50,356 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-133809ed-3fc3-42a5-bdf9-63acce3e9fce', 'x-compute-request-id': 'req-133809ed-3fc3-42a5-bdf9-63acce3e9fce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:55,125 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 3.766s 2022-01-11 15:12:55,125 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6176b053-4b22-407b-a925-ecbcfa1a3c9b', 'x-compute-request-id': 'req-6176b053-4b22-407b-a925-ecbcfa1a3c9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:56,242 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.115s 2022-01-11 15:12:56,243 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04959e07-bee2-48df-b4d3-ba318cbda752', 'x-compute-request-id': 'req-04959e07-bee2-48df-b4d3-ba318cbda752', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:01,642 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 4.396s 2022-01-11 15:13:01,643 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d87bc3ce-aa7d-4851-a28e-5e0269f39686', 'x-compute-request-id': 'req-d87bc3ce-aa7d-4851-a28e-5e0269f39686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:02,898 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.252s 2022-01-11 15:13:02,899 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f09a5341-8d7e-46dc-9ef7-dbb0e7e4e2c6', 'x-compute-request-id': 'req-f09a5341-8d7e-46dc-9ef7-dbb0e7e4e2c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:08,322 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 4.420s 2022-01-11 15:13:08,322 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f769ad9d-374d-40d3-ac2e-2b52ee430087', 'x-compute-request-id': 'req-f769ad9d-374d-40d3-ac2e-2b52ee430087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:09,475 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.149s 2022-01-11 15:13:09,475 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03867fdc-a921-4286-bb29-31e3eed2c4fa', 'x-compute-request-id': 'req-03867fdc-a921-4286-bb29-31e3eed2c4fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:10,566 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.087s 2022-01-11 15:13:10,567 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9e680b1-08fc-48c3-b20a-538b0a303c9f', 'x-compute-request-id': 'req-a9e680b1-08fc-48c3-b20a-538b0a303c9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:14,823 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 3.253s 2022-01-11 15:13:14,823 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4a1f459-17ad-4da4-9ed6-09a7e7c1a072', 'x-compute-request-id': 'req-b4a1f459-17ad-4da4-9ed6-09a7e7c1a072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:20,306 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 4.480s 2022-01-11 15:13:20,307 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-655e595c-bb89-4ad4-b0cc-10b01a089aab', 'x-compute-request-id': 'req-655e595c-bb89-4ad4-b0cc-10b01a089aab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:21,416 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.107s 2022-01-11 15:13:21,417 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-752e3396-e3dc-411a-b5fa-9ec0a59640a3', 'x-compute-request-id': 'req-752e3396-e3dc-411a-b5fa-9ec0a59640a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:22,544 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.124s 2022-01-11 15:13:22,544 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62f0e3cd-339a-46eb-a844-c8b0833d035e', 'x-compute-request-id': 'req-62f0e3cd-339a-46eb-a844-c8b0833d035e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:24,014 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.468s 2022-01-11 15:13:24,015 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d437466b-8bd2-48cd-b646-0d9b0d843e86', 'x-compute-request-id': 'req-d437466b-8bd2-48cd-b646-0d9b0d843e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:28,673 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 3.655s 2022-01-11 15:13:28,674 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e17b203c-55d3-4deb-b7e3-ed40fbe61e67', 'x-compute-request-id': 'req-e17b203c-55d3-4deb-b7e3-ed40fbe61e67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:29,938 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.261s 2022-01-11 15:13:29,939 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcbe5b3d-822c-43b3-a89e-c4d2324ce8b1', 'x-compute-request-id': 'req-bcbe5b3d-822c-43b3-a89e-c4d2324ce8b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:31,048 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.107s 2022-01-11 15:13:31,048 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-340badb2-9bda-463a-bc5b-c75c97a73e7c', 'x-compute-request-id': 'req-340badb2-9bda-463a-bc5b-c75c97a73e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:32,458 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.407s 2022-01-11 15:13:32,459 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93d951f2-acd0-470b-b089-a9df6419e09d', 'x-compute-request-id': 'req-93d951f2-acd0-470b-b089-a9df6419e09d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:33,563 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.101s 2022-01-11 15:13:33,563 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24b539d9-71d8-49f8-944c-6e615b7fc4c0', 'x-compute-request-id': 'req-24b539d9-71d8-49f8-944c-6e615b7fc4c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:34,833 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.267s 2022-01-11 15:13:34,834 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70433688-dd5d-4d13-b43f-5fb5c52a8019', 'x-compute-request-id': 'req-70433688-dd5d-4d13-b43f-5fb5c52a8019', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:35,989 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.152s 2022-01-11 15:13:35,990 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28106', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f114dcb8-911f-4d0f-9ea5-d6d58cb97b13', 'x-compute-request-id': 'req-f114dcb8-911f-4d0f-9ea5-d6d58cb97b13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:37,138 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.145s 2022-01-11 15:13:37,139 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-099817f0-7067-4b03-8881-d76c6f0ce3d2', 'x-compute-request-id': 'req-099817f0-7067-4b03-8881-d76c6f0ce3d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:38,376 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.231s 2022-01-11 15:13:38,376 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e23f46fc-0435-4056-bdb7-1a74b4aac971', 'x-compute-request-id': 'req-e23f46fc-0435-4056-bdb7-1a74b4aac971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:39,548 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.169s 2022-01-11 15:13:39,549 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1570d7ca-e2ec-44d3-8bbd-8f674e19e154', 'x-compute-request-id': 'req-1570d7ca-e2ec-44d3-8bbd-8f674e19e154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:40,801 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.250s 2022-01-11 15:13:40,802 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45cff8d1-f6ad-47a0-92e6-2a9517911690', 'x-compute-request-id': 'req-45cff8d1-f6ad-47a0-92e6-2a9517911690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:41,933 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.128s 2022-01-11 15:13:41,934 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01f134a0-8721-4347-bc00-399fd6d0da86', 'x-compute-request-id': 'req-01f134a0-8721-4347-bc00-399fd6d0da86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:43,392 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.455s 2022-01-11 15:13:43,392 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39bfd031-5fa5-4a4f-b914-23f77440c969', 'x-compute-request-id': 'req-39bfd031-5fa5-4a4f-b914-23f77440c969', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:44,913 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.518s 2022-01-11 15:13:44,914 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6688f99-8561-4d18-bc18-b482c313b7ba', 'x-compute-request-id': 'req-a6688f99-8561-4d18-bc18-b482c313b7ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:46,239 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.321s 2022-01-11 15:13:46,240 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d34a363f-db21-4ca4-a4e4-4e23c3a66538', 'x-compute-request-id': 'req-d34a363f-db21-4ca4-a4e4-4e23c3a66538', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:47,386 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.144s 2022-01-11 15:13:47,387 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfeb51f4-7842-4293-a36d-b779464e5647', 'x-compute-request-id': 'req-dfeb51f4-7842-4293-a36d-b779464e5647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:48,525 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.136s 2022-01-11 15:13:48,526 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06cf4570-b7f4-4d9c-a964-551694d3e84a', 'x-compute-request-id': 'req-06cf4570-b7f4-4d9c-a964-551694d3e84a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:50,161 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.632s 2022-01-11 15:13:50,162 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4ba3778-5d8c-46a9-90f4-5afa79d46de5', 'x-compute-request-id': 'req-e4ba3778-5d8c-46a9-90f4-5afa79d46de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:51,588 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.423s 2022-01-11 15:13:51,589 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c217a18-db18-4e8b-bec8-90a3c1afd254', 'x-compute-request-id': 'req-0c217a18-db18-4e8b-bec8-90a3c1afd254', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:52,788 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.196s 2022-01-11 15:13:52,788 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b988fe95-733a-40ac-8df4-e4605a1a8927', 'x-compute-request-id': 'req-b988fe95-733a-40ac-8df4-e4605a1a8927', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:54,338 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.546s 2022-01-11 15:13:54,338 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6025799-b495-48b9-a98b-cb4d3729d03b', 'x-compute-request-id': 'req-d6025799-b495-48b9-a98b-cb4d3729d03b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:55,492 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.151s 2022-01-11 15:13:55,493 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d49da932-0a7c-4986-ab7f-7defddba7721', 'x-compute-request-id': 'req-d49da932-0a7c-4986-ab7f-7defddba7721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:56,612 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.117s 2022-01-11 15:13:56,613 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19882576-b4c2-4ee5-8944-52d7b7ef9c29', 'x-compute-request-id': 'req-19882576-b4c2-4ee5-8944-52d7b7ef9c29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:57,848 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.233s 2022-01-11 15:13:57,849 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-300681a8-7cc7-48dc-9163-4e6e6d8ffec9', 'x-compute-request-id': 'req-300681a8-7cc7-48dc-9163-4e6e6d8ffec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:59,032 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.181s 2022-01-11 15:13:59,033 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30437912-758f-4c9c-8cd8-5b9e2a31d2cd', 'x-compute-request-id': 'req-30437912-758f-4c9c-8cd8-5b9e2a31d2cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:00,150 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.115s 2022-01-11 15:14:00,151 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b88a7b4a-f43a-4ba0-8081-fb99a4320865', 'x-compute-request-id': 'req-b88a7b4a-f43a-4ba0-8081-fb99a4320865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:01,257 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.103s 2022-01-11 15:14:01,257 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-077650d7-fc3b-4edb-acd1-398805f68a53', 'x-compute-request-id': 'req-077650d7-fc3b-4edb-acd1-398805f68a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:02,356 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.095s 2022-01-11 15:14:02,357 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41ffcb58-468b-4f6f-8e12-8916bc3176be', 'x-compute-request-id': 'req-41ffcb58-468b-4f6f-8e12-8916bc3176be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:11,961 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 8.601s 2022-01-11 15:14:11,962 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51650740-4359-4292-a54d-6c719e776334', 'x-compute-request-id': 'req-51650740-4359-4292-a54d-6c719e776334', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:19,047 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 6.083s 2022-01-11 15:14:19,048 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38b198a3-e6b8-486f-89c7-c47a0901de4b', 'x-compute-request-id': 'req-38b198a3-e6b8-486f-89c7-c47a0901de4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:20,192 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.141s 2022-01-11 15:14:20,192 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e71b2cc8-c15b-4b06-8a11-e7185ca2226b', 'x-compute-request-id': 'req-e71b2cc8-c15b-4b06-8a11-e7185ca2226b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:21,289 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.094s 2022-01-11 15:14:21,289 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4df73356-880f-4e1f-91a4-2a6d3243aaf5', 'x-compute-request-id': 'req-4df73356-880f-4e1f-91a4-2a6d3243aaf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:22,391 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.095s 2022-01-11 15:14:22,396 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e510ad51-6bf2-4bb9-8910-06f8f7d73f23', 'x-compute-request-id': 'req-e510ad51-6bf2-4bb9-8910-06f8f7d73f23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:23,591 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.192s 2022-01-11 15:14:23,592 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-837287ce-72e1-437a-9ca3-dc1382ab4efa', 'x-compute-request-id': 'req-837287ce-72e1-437a-9ca3-dc1382ab4efa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:24,731 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.136s 2022-01-11 15:14:24,732 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b95e4a6a-f16a-4a80-a765-7323d5815b2a', 'x-compute-request-id': 'req-b95e4a6a-f16a-4a80-a765-7323d5815b2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:25,850 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.115s 2022-01-11 15:14:25,850 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-709bb33c-c6e9-4d09-a9fc-7dac83b8b026', 'x-compute-request-id': 'req-709bb33c-c6e9-4d09-a9fc-7dac83b8b026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:27,028 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.175s 2022-01-11 15:14:27,029 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2015ff0-b086-4d0a-81b4-fe021c485a9d', 'x-compute-request-id': 'req-e2015ff0-b086-4d0a-81b4-fe021c485a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:28,165 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.134s 2022-01-11 15:14:28,166 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d432275-c680-4111-9efb-ebd609376a73', 'x-compute-request-id': 'req-3d432275-c680-4111-9efb-ebd609376a73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:29,286 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.117s 2022-01-11 15:14:29,287 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef1d6c04-38cc-463c-beb0-9ad7bb35e2e7', 'x-compute-request-id': 'req-ef1d6c04-38cc-463c-beb0-9ad7bb35e2e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:30,906 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.616s 2022-01-11 15:14:30,907 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a241e974-43ed-4caa-8669-a9e59fac5aa0', 'x-compute-request-id': 'req-a241e974-43ed-4caa-8669-a9e59fac5aa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:32,189 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.279s 2022-01-11 15:14:32,189 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18ff9b44-d374-4e71-a838-f7da5ceeaf4a', 'x-compute-request-id': 'req-18ff9b44-d374-4e71-a838-f7da5ceeaf4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:33,301 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.109s 2022-01-11 15:14:33,302 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ba4a111-4078-4c9c-abeb-0e90e9d9d177', 'x-compute-request-id': 'req-9ba4a111-4078-4c9c-abeb-0e90e9d9d177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:34,461 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.156s 2022-01-11 15:14:34,462 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49998d0f-6b7b-4b2e-b13f-51ad9fb704c9', 'x-compute-request-id': 'req-49998d0f-6b7b-4b2e-b13f-51ad9fb704c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:35,612 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.146s 2022-01-11 15:14:35,612 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ae17da5-7c71-453a-9d3d-4e9f725fc68a', 'x-compute-request-id': 'req-3ae17da5-7c71-453a-9d3d-4e9f725fc68a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:36,796 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.181s 2022-01-11 15:14:36,797 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-435af2d6-62e1-4e0b-a67f-b7fe87703d07', 'x-compute-request-id': 'req-435af2d6-62e1-4e0b-a67f-b7fe87703d07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:37,979 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.179s 2022-01-11 15:14:37,979 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f58ff1bc-0ca2-45d5-b105-8ebbc4c22976', 'x-compute-request-id': 'req-f58ff1bc-0ca2-45d5-b105-8ebbc4c22976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:39,081 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.100s 2022-01-11 15:14:39,082 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27c2ffd7-b56e-48bf-9df1-d96af3a1e716', 'x-compute-request-id': 'req-27c2ffd7-b56e-48bf-9df1-d96af3a1e716', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:40,216 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.131s 2022-01-11 15:14:40,217 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c199506-78d4-4a8e-ac33-34a481f1edda', 'x-compute-request-id': 'req-7c199506-78d4-4a8e-ac33-34a481f1edda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:41,319 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.099s 2022-01-11 15:14:41,320 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bf9b21b-13f2-4c15-a70b-42075ad9d6f5', 'x-compute-request-id': 'req-8bf9b21b-13f2-4c15-a70b-42075ad9d6f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:43,079 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.755s 2022-01-11 15:14:43,080 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49a5c773-1493-4802-9564-2116b1f23dd8', 'x-compute-request-id': 'req-49a5c773-1493-4802-9564-2116b1f23dd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:44,178 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.095s 2022-01-11 15:14:44,179 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82befc56-c8e7-4d67-b0ca-bdf5f7919316', 'x-compute-request-id': 'req-82befc56-c8e7-4d67-b0ca-bdf5f7919316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:45,277 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.095s 2022-01-11 15:14:45,278 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e5df343-c22e-4b22-8a28-0635234c2810', 'x-compute-request-id': 'req-2e5df343-c22e-4b22-8a28-0635234c2810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:46,407 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.126s 2022-01-11 15:14:46,407 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52af9e2d-329b-4d8b-9548-84e1ed065b15', 'x-compute-request-id': 'req-52af9e2d-329b-4d8b-9548-84e1ed065b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:47,498 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.089s 2022-01-11 15:14:47,499 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00006bb9-7c58-448e-9733-0a82f55481b7', 'x-compute-request-id': 'req-00006bb9-7c58-448e-9733-0a82f55481b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:48,605 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.103s 2022-01-11 15:14:48,606 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90f3c0e2-2817-4aed-a187-6732c26849e2', 'x-compute-request-id': 'req-90f3c0e2-2817-4aed-a187-6732c26849e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:49,695 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.087s 2022-01-11 15:14:49,696 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd6d732c-5b2d-42a9-bf16-e52ccf98c150', 'x-compute-request-id': 'req-cd6d732c-5b2d-42a9-bf16-e52ccf98c150', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:50,778 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.079s 2022-01-11 15:14:50,779 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-779b4f73-12e3-4acf-820d-c44bd09fa7a6', 'x-compute-request-id': 'req-779b4f73-12e3-4acf-820d-c44bd09fa7a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:51,883 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.101s 2022-01-11 15:14:51,883 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28565', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e7c9d95-6301-483f-88ac-572aab5edd01', 'x-compute-request-id': 'req-8e7c9d95-6301-483f-88ac-572aab5edd01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:53,073 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.187s 2022-01-11 15:14:53,074 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '30125', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39084666-817c-4803-9a05-cb6d4c7f0633', 'x-compute-request-id': 'req-39084666-817c-4803-9a05-cb6d4c7f0633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:54,174 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.098s 2022-01-11 15:14:54,175 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '31810', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-140d4d5a-538a-4bdf-b806-fdac49c1d87c', 'x-compute-request-id': 'req-140d4d5a-538a-4bdf-b806-fdac49c1d87c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:55,271 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.093s 2022-01-11 15:14:55,271 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33063', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c769364-c5eb-4923-bdf7-4eef73bd1618', 'x-compute-request-id': 'req-2c769364-c5eb-4923-bdf7-4eef73bd1618', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:56,366 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.091s 2022-01-11 15:14:56,367 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33870', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e44a402e-2920-4684-8043-f62929715a41', 'x-compute-request-id': 'req-e44a402e-2920-4684-8043-f62929715a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:57,470 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.100s 2022-01-11 15:14:57,471 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35054', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62a0bb5f-d46c-451a-9104-bb68e34aae56', 'x-compute-request-id': 'req-62a0bb5f-d46c-451a-9104-bb68e34aae56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:58,583 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.109s 2022-01-11 15:14:58,584 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36148', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e42f66e6-37b0-4ac4-8be6-9e0e552defd0', 'x-compute-request-id': 'req-e42f66e6-37b0-4ac4-8be6-9e0e552defd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:59,682 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.096s 2022-01-11 15:14:59,683 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '37329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ad2d21e-7641-4be6-8b47-9214a8f28f0e', 'x-compute-request-id': 'req-9ad2d21e-7641-4be6-8b47-9214a8f28f0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:00,785 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.099s 2022-01-11 15:15:00,786 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38119', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63b4ab81-e563-43b7-b357-0c45176d5a10', 'x-compute-request-id': 'req-63b4ab81-e563-43b7-b357-0c45176d5a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:01,870 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.080s 2022-01-11 15:15:01,870 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38119', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b8c6e48-2a31-4c04-9de4-c672b4d6d52a', 'x-compute-request-id': 'req-7b8c6e48-2a31-4c04-9de4-c672b4d6d52a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:02,971 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.097s 2022-01-11 15:15:02,971 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38119', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80a3980b-603b-46c8-b542-cb9ffebcb7ec', 'x-compute-request-id': 'req-80a3980b-603b-46c8-b542-cb9ffebcb7ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:04,078 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action 0.103s 2022-01-11 15:15:04,079 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38262', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b83b6de5-7c46-4653-b02a-47ce1c131d22', 'x-compute-request-id': 'req-b83b6de5-7c46-4653-b02a-47ce1c131d22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:04,120 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/ips 0.040s 2022-01-11 15:15:04,121 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '151', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac7530ea-7c5c-42ae-84ab-6484d3e33710', 'x-compute-request-id': 'req-ac7530ea-7c5c-42ae-84ab-6484d3e33710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1895570661-network": [{"version": 4, "addr": "172.20.0.3"}, {"version": 4, "addr": "172.27.0.95"}]}}' 2022-01-11 15:15:04,679 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes 0.556s 2022-01-11 15:15:04,683 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-98214815"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1024a19-5274-4d82-8f20-722c21baba37', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1024a19-5274-4d82-8f20-722c21baba37', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.422764", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:15:04,727 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:15:04,727 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb88c55-22ea-491c-92c4-e5eddef6c424', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb88c55-22ea-491c-92c4-e5eddef6c424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:05,773 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:15:05,773 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e16e71c8-c49f-4121-85f7-090ad7f19c25', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e16e71c8-c49f-4121-85f7-090ad7f19c25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:06,816 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:06,816 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-984a0ebb-fc08-403d-82df-74719c415662', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-984a0ebb-fc08-403d-82df-74719c415662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:07,869 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.045s 2022-01-11 15:15:07,870 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48b65525-3af1-4444-94eb-9373bd698c29', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48b65525-3af1-4444-94eb-9373bd698c29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:08,917 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:08,917 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a95cfe66-576e-4aa6-ba76-de0d7586a995', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a95cfe66-576e-4aa6-ba76-de0d7586a995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:09,962 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:15:09,962 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8578bc01-8bdb-4649-bbb4-c838db1c28bd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8578bc01-8bdb-4649-bbb4-c838db1c28bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:11,008 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:15:11,008 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ea336f2-606b-4842-85e1-96abe58a6d0c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ea336f2-606b-4842-85e1-96abe58a6d0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:12,055 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.040s 2022-01-11 15:15:12,055 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a222128-2076-4554-83a6-9cd334ef1e14', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a222128-2076-4554-83a6-9cd334ef1e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:13,099 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:13,100 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af3aa8d2-c7ce-40d8-bc34-394aaa0a6337', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af3aa8d2-c7ce-40d8-bc34-394aaa0a6337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:14,144 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:14,144 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-619da29c-3a9a-4f59-bda5-f036481c1df7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-619da29c-3a9a-4f59-bda5-f036481c1df7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:15,205 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.053s 2022-01-11 15:15:15,205 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6df1bc3b-e198-4a00-a952-7c0a0ac760ad', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6df1bc3b-e198-4a00-a952-7c0a0ac760ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:16,251 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.038s 2022-01-11 15:15:16,252 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fb34639-8954-4955-907f-18671fac5359', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fb34639-8954-4955-907f-18671fac5359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:17,297 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.038s 2022-01-11 15:15:17,298 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5da2f07-81b8-4002-b432-bdd384018bb4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5da2f07-81b8-4002-b432-bdd384018bb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:18,343 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.038s 2022-01-11 15:15:18,343 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51ee49d7-ae33-47d2-bc31-afd382d8ecf3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51ee49d7-ae33-47d2-bc31-afd382d8ecf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:19,388 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:15:19,388 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1076a45d-3bdc-4d98-8cb8-07597de17258', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1076a45d-3bdc-4d98-8cb8-07597de17258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:20,432 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:20,432 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9acff76d-f300-4401-9bc2-8b3bec35ac97', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9acff76d-f300-4401-9bc2-8b3bec35ac97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:21,475 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:21,475 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beea3151-2308-4fd0-852d-d00e8d033e96', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beea3151-2308-4fd0-852d-d00e8d033e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:22,518 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:15:22,518 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30232e62-ba45-4d3c-8d79-e0583d0cbd73', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30232e62-ba45-4d3c-8d79-e0583d0cbd73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:23,562 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:15:23,562 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cdc5d88-8a81-4653-9095-419a83f94b29', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cdc5d88-8a81-4653-9095-419a83f94b29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:24,608 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:15:24,609 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-028630b7-8774-47ea-922f-f54401d0d93e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-028630b7-8774-47ea-922f-f54401d0d93e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:25,652 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:25,653 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a67e132f-eda0-4f35-b4f9-ee46c7addf9a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a67e132f-eda0-4f35-b4f9-ee46c7addf9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:26,699 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:15:26,699 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-070b6f70-5634-4627-af72-8d68a7e85ed2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-070b6f70-5634-4627-af72-8d68a7e85ed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:27,743 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:27,744 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cfee224-8ea2-43be-b7cc-46c35701645c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cfee224-8ea2-43be-b7cc-46c35701645c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:28,787 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:15:28,787 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b7a437c-c4a8-444f-9acf-c7971b611060', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b7a437c-c4a8-444f-9acf-c7971b611060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:29,831 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:15:29,831 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcf65083-9a35-457e-89ac-f694a594316f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcf65083-9a35-457e-89ac-f694a594316f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:30,874 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:30,875 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56e36db5-bb25-41e7-895e-60711c8d4cfa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56e36db5-bb25-41e7-895e-60711c8d4cfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:31,919 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:15:31,920 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a623434d-9ebd-4d25-8941-74c3f38656b4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a623434d-9ebd-4d25-8941-74c3f38656b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:32,963 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:32,963 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc85254f-2efe-4023-bc7b-de2db90edd99', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc85254f-2efe-4023-bc7b-de2db90edd99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:34,013 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.042s 2022-01-11 15:15:34,014 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a30e707-5cde-4bce-b7bf-992f54adcee7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a30e707-5cde-4bce-b7bf-992f54adcee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:35,058 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:15:35,059 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38634687-601b-4a44-8fb3-ee694fdff748', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38634687-601b-4a44-8fb3-ee694fdff748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:36,102 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:15:36,103 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d96e0f31-0522-40a0-a468-5ff83e9075f9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d96e0f31-0522-40a0-a468-5ff83e9075f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:37,147 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:37,147 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85e085d6-81fd-4952-af2c-3ed1c6d06144', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85e085d6-81fd-4952-af2c-3ed1c6d06144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:38,192 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:38,192 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-643ea646-ce76-4eff-a715-c7c4e0f0276a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-643ea646-ce76-4eff-a715-c7c4e0f0276a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:39,238 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:15:39,238 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efd27013-92b8-4aa8-854d-797b94be7d63', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efd27013-92b8-4aa8-854d-797b94be7d63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:40,283 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:40,283 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3e411f3-7eed-4d44-8483-83c46f26638c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3e411f3-7eed-4d44-8483-83c46f26638c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:41,328 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:41,328 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24f9cded-48d2-426e-b73e-53ca87b240e8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24f9cded-48d2-426e-b73e-53ca87b240e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:42,372 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:15:42,372 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-107a974e-9516-4677-8ee4-06496c23f7a8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-107a974e-9516-4677-8ee4-06496c23f7a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:43,415 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:15:43,415 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edde7306-ffc2-4e28-b068-c4c52260a785', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edde7306-ffc2-4e28-b068-c4c52260a785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:44,459 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:44,460 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-567634fd-1e3f-4c02-9a2f-4c47e7c4be46', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-567634fd-1e3f-4c02-9a2f-4c47e7c4be46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:45,503 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.034s 2022-01-11 15:15:45,503 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69c9da93-c746-44ce-8274-a2a3e662f24d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69c9da93-c746-44ce-8274-a2a3e662f24d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:46,547 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:15:46,547 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e216156e-0e17-41c1-a792-69afe202ab62', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e216156e-0e17-41c1-a792-69afe202ab62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:47,592 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:47,592 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-037901d5-de25-4b7c-a24f-bcea1abb2513', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-037901d5-de25-4b7c-a24f-bcea1abb2513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:48,635 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:48,635 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92313e09-b827-4927-bfa7-3f15569ea3f5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92313e09-b827-4927-bfa7-3f15569ea3f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:49,679 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:49,680 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7423931c-452e-4acc-86d8-def6ca3d0544', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7423931c-452e-4acc-86d8-def6ca3d0544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:50,725 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.038s 2022-01-11 15:15:50,725 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2008b87b-d0d1-4382-a3d0-1679ff7094df', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2008b87b-d0d1-4382-a3d0-1679ff7094df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:51,772 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.039s 2022-01-11 15:15:51,773 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b086d4da-98aa-4f46-9760-0d648a88fd9c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b086d4da-98aa-4f46-9760-0d648a88fd9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:52,816 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:52,817 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc7f867d-e1d8-4f3e-a263-89fc54f5b540', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc7f867d-e1d8-4f3e-a263-89fc54f5b540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:53,860 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:53,861 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26b9cf44-d561-444a-b120-d19f3d5edac0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26b9cf44-d561-444a-b120-d19f3d5edac0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:54,903 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.034s 2022-01-11 15:15:54,903 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47a5f0bf-d8c1-4d30-a120-e5b454201fdc', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47a5f0bf-d8c1-4d30-a120-e5b454201fdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:55,948 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:55,948 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c336315f-8adf-44af-8f25-d563fe7c950c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c336315f-8adf-44af-8f25-d563fe7c950c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:56,992 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:15:56,992 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85ff67db-edb2-4930-b52e-fbfc38a15790', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85ff67db-edb2-4930-b52e-fbfc38a15790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:58,035 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:15:58,035 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b5be24-50af-4d9b-9666-c257336aa123', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b5be24-50af-4d9b-9666-c257336aa123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:15:59,080 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:15:59,081 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81a2f7e6-0faa-4020-b089-8d92eaed1b83', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81a2f7e6-0faa-4020-b089-8d92eaed1b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:00,126 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:00,126 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e58e5eb1-d9b3-4569-a44e-8b488d9d3a97', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e58e5eb1-d9b3-4569-a44e-8b488d9d3a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:01,170 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:01,170 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-400980f5-f0cb-4cff-a0ed-5bda569f4314', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-400980f5-f0cb-4cff-a0ed-5bda569f4314', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:02,213 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:02,214 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fbafef1-5c5a-44ca-b6d8-ff8a8eff2adb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fbafef1-5c5a-44ca-b6d8-ff8a8eff2adb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:03,260 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.039s 2022-01-11 15:16:03,261 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc41fcbb-4f62-4b78-be72-bd8ec1301bcd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc41fcbb-4f62-4b78-be72-bd8ec1301bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:04,305 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:04,305 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c834e299-f605-470c-b537-2be162d945e5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c834e299-f605-470c-b537-2be162d945e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:05,349 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:05,350 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fd354a5-2bfe-472b-8127-65c22be60dab', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fd354a5-2bfe-472b-8127-65c22be60dab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:06,395 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:06,395 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1201a284-5441-4fc9-a54e-ad927ec53706', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1201a284-5441-4fc9-a54e-ad927ec53706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:07,534 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.131s 2022-01-11 15:16:07,534 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d265894-2a5b-4cc0-85ba-9c274ebf0ba1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d265894-2a5b-4cc0-85ba-9c274ebf0ba1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:08,579 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:16:08,579 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0895b5cc-2b8d-42a6-84d4-950bace7efcf', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0895b5cc-2b8d-42a6-84d4-950bace7efcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:09,622 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:16:09,623 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c162f24-61ee-4d92-a3e3-36ac8cb29abb', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c162f24-61ee-4d92-a3e3-36ac8cb29abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:10,668 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:16:10,668 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03abc4a2-8060-4b7d-81da-3d4c0ca988c7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03abc4a2-8060-4b7d-81da-3d4c0ca988c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:11,716 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.040s 2022-01-11 15:16:11,716 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48e98867-a27c-4dd4-99d7-4d2dded91fe5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48e98867-a27c-4dd4-99d7-4d2dded91fe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:12,762 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:16:12,762 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24bdb5d9-7b0b-4a4b-a6f7-e7ba6964959b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24bdb5d9-7b0b-4a4b-a6f7-e7ba6964959b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:13,811 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.041s 2022-01-11 15:16:13,811 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6f2d9f1-53ba-4313-bd77-4290ecf245c9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6f2d9f1-53ba-4313-bd77-4290ecf245c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:14,856 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:14,856 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47c44f45-db68-451d-a8a4-1b31b8c7e975', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47c44f45-db68-451d-a8a4-1b31b8c7e975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:15,899 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:15,900 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a326a4e-5f60-4df4-abf6-fa3340653628', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a326a4e-5f60-4df4-abf6-fa3340653628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:16,945 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:16:16,945 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fe83690-45b5-42e5-a1ae-6772db172306', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fe83690-45b5-42e5-a1ae-6772db172306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:17,989 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:17,990 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b12eff6d-bcc1-4b4f-9136-deb593b36c25', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b12eff6d-bcc1-4b4f-9136-deb593b36c25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:19,032 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:16:19,033 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acf26052-2ad8-4eff-8c76-dd8fe4752a26', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acf26052-2ad8-4eff-8c76-dd8fe4752a26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:20,075 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:16:20,076 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33e39c77-5386-413c-b746-4a07e67039ae', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33e39c77-5386-413c-b746-4a07e67039ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:21,119 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:16:21,119 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddb8d4fd-cf0e-4ba5-922e-5cd734a5d6f2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddb8d4fd-cf0e-4ba5-922e-5cd734a5d6f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:22,162 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:16:22,163 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b686a36-646c-450d-bfc7-d645ce2460bc', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b686a36-646c-450d-bfc7-d645ce2460bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:23,207 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:23,208 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac32622-55f5-47e3-aa3b-81edc764a132', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac32622-55f5-47e3-aa3b-81edc764a132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:24,251 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:16:24,251 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6018d95a-6013-49ec-93ae-3e452197cfc2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6018d95a-6013-49ec-93ae-3e452197cfc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:25,296 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:25,296 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a926e90-ec99-497b-82a2-ac8af69acb9f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a926e90-ec99-497b-82a2-ac8af69acb9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:26,340 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:16:26,341 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54d8d8d3-2a61-4625-b220-557fe77dc620', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54d8d8d3-2a61-4625-b220-557fe77dc620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:27,385 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:27,385 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3552f6b3-843d-4ffe-8932-cf8f9932bd9b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3552f6b3-843d-4ffe-8932-cf8f9932bd9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:28,429 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:16:28,429 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e23eb14f-6f41-46cd-92d0-fac648c041be', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e23eb14f-6f41-46cd-92d0-fac648c041be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:29,474 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:16:29,475 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfccdf93-7deb-4136-bcb2-5a59f591db22', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfccdf93-7deb-4136-bcb2-5a59f591db22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:30,518 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:30,518 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cf7977f-450a-4584-aa74-268c300a5586', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cf7977f-450a-4584-aa74-268c300a5586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:31,562 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:16:31,562 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c41e2575-0a1a-4b0c-9ecd-bb0febc7e76c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c41e2575-0a1a-4b0c-9ecd-bb0febc7e76c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:32,606 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:32,607 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77237f2f-b1df-42be-9602-70cf1cb6dea7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77237f2f-b1df-42be-9602-70cf1cb6dea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:33,650 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:33,650 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a2316d7-f6ab-4c8a-8b91-955216211750', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a2316d7-f6ab-4c8a-8b91-955216211750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:34,695 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:16:34,695 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90da6eb8-2739-414e-99ea-3e6f2486eef8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90da6eb8-2739-414e-99ea-3e6f2486eef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:35,739 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:35,740 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68bba5a3-0eb2-4106-9af0-b1a2d11b1a5b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68bba5a3-0eb2-4106-9af0-b1a2d11b1a5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:36,784 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:36,784 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1697451c-28eb-4acc-8a8e-0ff9241ac8f2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1697451c-28eb-4acc-8a8e-0ff9241ac8f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:37,829 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:37,829 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d2caf55-0935-479f-8d87-9a0cda379e55', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d2caf55-0935-479f-8d87-9a0cda379e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:38,873 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:38,873 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-579658d5-1d75-478e-beb8-599aaeac2e7a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-579658d5-1d75-478e-beb8-599aaeac2e7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:39,918 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:39,918 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89536261-16fd-4965-b99e-88e52c5d995a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89536261-16fd-4965-b99e-88e52c5d995a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:40,962 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:40,962 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-403b8371-8720-4d18-9ac5-1fde41f88114', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-403b8371-8720-4d18-9ac5-1fde41f88114', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:42,006 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:42,007 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81e8a971-46db-42c4-8c59-767c1c7067ed', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81e8a971-46db-42c4-8c59-767c1c7067ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:43,050 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:16:43,051 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69dd5b95-aeda-4461-8cb7-e2f15b06bea1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69dd5b95-aeda-4461-8cb7-e2f15b06bea1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:44,095 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:44,096 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d08a450d-db5b-479a-883b-f5ca3bb6eb7f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d08a450d-db5b-479a-883b-f5ca3bb6eb7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:45,139 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:16:45,139 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ec1cdb1-3aa1-485e-9f55-6ff3b23f129f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ec1cdb1-3aa1-485e-9f55-6ff3b23f129f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:46,183 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:46,184 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5710ce0-81a7-4eb9-8e08-b8e53890ed61', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5710ce0-81a7-4eb9-8e08-b8e53890ed61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:47,228 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:47,228 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25c82bb4-3da8-4385-ace2-a3a4d6825e86', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25c82bb4-3da8-4385-ace2-a3a4d6825e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:48,276 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.040s 2022-01-11 15:16:48,277 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ace4456a-38f9-47f8-904e-188e9d128f72', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ace4456a-38f9-47f8-904e-188e9d128f72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:49,322 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:16:49,322 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7172a8a4-a878-4466-8ae6-7049c1c09378', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7172a8a4-a878-4466-8ae6-7049c1c09378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:50,368 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:16:50,369 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e40a6fa-a757-4c33-bb99-306d13a34f8d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e40a6fa-a757-4c33-bb99-306d13a34f8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:51,412 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:51,412 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0fe3aa2-d03d-4a81-88e4-5faae2844067', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0fe3aa2-d03d-4a81-88e4-5faae2844067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:52,459 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.040s 2022-01-11 15:16:52,460 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ce119e4-a295-4f1e-b11e-be81f49ff00e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce119e4-a295-4f1e-b11e-be81f49ff00e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:53,503 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:16:53,503 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af7e9cd4-392b-4b7b-b723-7bf386ce8c5f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af7e9cd4-392b-4b7b-b723-7bf386ce8c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:54,548 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:54,548 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f571d89-d36f-49ea-90a4-c0ebf5d47177', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f571d89-d36f-49ea-90a4-c0ebf5d47177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:55,592 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:55,592 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3da652c3-7152-40ea-bf48-d5b61949d179', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3da652c3-7152-40ea-bf48-d5b61949d179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:56,636 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:56,637 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-851c8a77-129a-4aa7-852d-f8fd9d6a39a4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-851c8a77-129a-4aa7-852d-f8fd9d6a39a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:57,681 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:57,681 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10529d1b-8665-446c-b285-921945960873', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10529d1b-8665-446c-b285-921945960873', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:58,725 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:58,726 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb5e2f8-dbe1-4dad-98c1-78e651ef4453', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb5e2f8-dbe1-4dad-98c1-78e651ef4453', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:16:59,770 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:16:59,770 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-181e6a9c-45f0-4616-8df9-de97799d6a91', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-181e6a9c-45f0-4616-8df9-de97799d6a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:00,814 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:00,815 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e67d5b1-67e0-462f-aeae-8cc49f6cb070', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e67d5b1-67e0-462f-aeae-8cc49f6cb070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:01,862 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:01,863 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7ed3e2b-52f9-43ee-96d8-e8baf6f8516e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7ed3e2b-52f9-43ee-96d8-e8baf6f8516e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:02,907 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:02,908 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcbdbf89-0ad8-40e4-afa9-8737b0fa0a8a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcbdbf89-0ad8-40e4-afa9-8737b0fa0a8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:03,952 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:03,952 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b87e200-620e-46fd-8151-87acac5df549', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b87e200-620e-46fd-8151-87acac5df549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:04,996 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:04,997 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69451c2e-012c-40e1-83a0-1c0e50b22c84', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69451c2e-012c-40e1-83a0-1c0e50b22c84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:06,044 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.039s 2022-01-11 15:17:06,044 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e05658fd-46d7-4aad-ab30-3657e2af0eab', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e05658fd-46d7-4aad-ab30-3657e2af0eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:07,089 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:07,089 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55bf0e60-f56c-41cb-8595-c68d5f97f397', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55bf0e60-f56c-41cb-8595-c68d5f97f397', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:08,134 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:08,134 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53a67e39-bbc3-42ad-9a22-92505373f063', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53a67e39-bbc3-42ad-9a22-92505373f063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:09,179 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:09,179 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f35161ea-daa3-43b0-83eb-1c911c33c326', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f35161ea-daa3-43b0-83eb-1c911c33c326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:10,222 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:10,223 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1e672d1-2b86-491c-9496-d3f218968a91', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1e672d1-2b86-491c-9496-d3f218968a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:11,267 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:11,273 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25641ee7-fcdc-4a3f-8e1c-c4c84631cb22', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25641ee7-fcdc-4a3f-8e1c-c4c84631cb22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:12,321 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.040s 2022-01-11 15:17:12,321 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7588de64-b559-4ed3-a064-f21525d9bef9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7588de64-b559-4ed3-a064-f21525d9bef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:13,367 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:13,367 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7569b375-48e1-4c85-b367-7ec42d3529ef', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7569b375-48e1-4c85-b367-7ec42d3529ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:14,412 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:14,412 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32a6d402-78c8-4d1f-986e-482381d3631b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32a6d402-78c8-4d1f-986e-482381d3631b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:15,464 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.045s 2022-01-11 15:17:15,464 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a38f275-6107-4638-bc16-9f91a30872e7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a38f275-6107-4638-bc16-9f91a30872e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:16,511 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.039s 2022-01-11 15:17:16,512 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4dbe3e6-b7b8-4b11-9efc-8281d68d2937', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4dbe3e6-b7b8-4b11-9efc-8281d68d2937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:17,555 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:17,556 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-675a744d-8e5d-44fa-ab9f-a3cae848892c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-675a744d-8e5d-44fa-ab9f-a3cae848892c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:18,601 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.038s 2022-01-11 15:17:18,602 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6323fac-843b-47f7-8aae-3d38133f6457', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6323fac-843b-47f7-8aae-3d38133f6457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:19,645 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:17:19,646 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce9fb886-a69a-4a7c-a9d6-eb84908770f7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce9fb886-a69a-4a7c-a9d6-eb84908770f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:20,697 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.043s 2022-01-11 15:17:20,698 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-466a46bb-e9f7-4162-9ef2-cc9b2cd337f2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-466a46bb-e9f7-4162-9ef2-cc9b2cd337f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:21,743 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:21,744 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce32df1-48b2-4c75-82d9-0e92b966e5f6', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce32df1-48b2-4c75-82d9-0e92b966e5f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:22,790 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.038s 2022-01-11 15:17:22,790 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecc90a75-f05a-4d72-8f71-afaa42dc1fa7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecc90a75-f05a-4d72-8f71-afaa42dc1fa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:23,836 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.039s 2022-01-11 15:17:23,837 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98d1d31a-2d52-41e5-bbbb-48d69b25db6c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98d1d31a-2d52-41e5-bbbb-48d69b25db6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:24,887 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.042s 2022-01-11 15:17:24,887 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d89f619-586e-4217-a081-d41cf0000216', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d89f619-586e-4217-a081-d41cf0000216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:25,931 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:25,932 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46536485-8447-4462-8759-3e404db9dcd3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46536485-8447-4462-8759-3e404db9dcd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:26,976 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:26,977 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ef43077-ad56-4c83-a248-5a201e9e0571', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ef43077-ad56-4c83-a248-5a201e9e0571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:28,020 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:17:28,020 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81627f68-df0e-4f48-9676-c77cf185dc44', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81627f68-df0e-4f48-9676-c77cf185dc44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:29,063 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:17:29,064 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5814d628-ace6-4ba8-87a7-7bbd14ddda76', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5814d628-ace6-4ba8-87a7-7bbd14ddda76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:30,107 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:17:30,107 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db3fe176-f154-4c7f-859c-e5476c2781b7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db3fe176-f154-4c7f-859c-e5476c2781b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:31,153 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:31,153 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52f816d9-b1a4-4cad-afea-4c1e07f2bd15', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52f816d9-b1a4-4cad-afea-4c1e07f2bd15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:32,196 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:17:32,196 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1585c728-e7a4-4cc5-96a8-ea7e9c565e07', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1585c728-e7a4-4cc5-96a8-ea7e9c565e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:33,240 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:33,240 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b831f20c-c35a-45a1-998f-d102d6bbff38', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b831f20c-c35a-45a1-998f-d102d6bbff38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:34,286 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:34,286 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d35463cb-8190-4a6e-9668-001e6fbd23e5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d35463cb-8190-4a6e-9668-001e6fbd23e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:35,331 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:35,331 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90eede7d-3442-477f-bace-72855e36b490', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90eede7d-3442-477f-bace-72855e36b490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:36,376 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:36,376 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a472e0a4-7be8-4329-880f-e36f104414b9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a472e0a4-7be8-4329-880f-e36f104414b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:37,419 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:37,419 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b839bb5-a1c2-4ac2-a1e4-7314269c06dd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b839bb5-a1c2-4ac2-a1e4-7314269c06dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:38,464 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:38,465 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1e413ef-4159-4a69-9dfe-52cdf974bee1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1e413ef-4159-4a69-9dfe-52cdf974bee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:39,508 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:39,509 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8ab1ae6-40a6-431c-be8d-a99a53a1117f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8ab1ae6-40a6-431c-be8d-a99a53a1117f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:40,557 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.041s 2022-01-11 15:17:40,558 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d41ce6e8-49d6-4c1d-b39d-d06fb2245efa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d41ce6e8-49d6-4c1d-b39d-d06fb2245efa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:41,603 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:41,603 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cbb3ff3-1876-44bf-b53c-8cae9c42e500', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cbb3ff3-1876-44bf-b53c-8cae9c42e500', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:42,648 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:42,648 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec0b9016-e639-4422-9242-87ddadd8225a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec0b9016-e639-4422-9242-87ddadd8225a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:43,692 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:43,692 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fc2d6a1-bc7f-4a7c-8d96-f34c5aa536aa', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fc2d6a1-bc7f-4a7c-8d96-f34c5aa536aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:44,737 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:44,737 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9227dbc7-032e-4843-9684-4dd44005c798', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9227dbc7-032e-4843-9684-4dd44005c798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:45,781 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:17:45,782 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea480977-901d-4f3c-b31f-70435d3294f7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea480977-901d-4f3c-b31f-70435d3294f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:46,827 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.038s 2022-01-11 15:17:46,828 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0806a89-153d-42a8-a6df-4c289c19d4a2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0806a89-153d-42a8-a6df-4c289c19d4a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:47,872 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:47,872 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58ca45be-e1d4-4ac5-aa81-c51b52e6a5f1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58ca45be-e1d4-4ac5-aa81-c51b52e6a5f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:48,915 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:48,916 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b913f5-4fc7-4c79-8e86-2e68844e313c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b913f5-4fc7-4c79-8e86-2e68844e313c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:49,959 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:49,960 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be262a2a-0404-4546-976d-fd6aceb85343', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be262a2a-0404-4546-976d-fd6aceb85343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:51,003 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:51,004 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f986bbe5-2e2f-4744-b39c-cd1ad006aefe', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f986bbe5-2e2f-4744-b39c-cd1ad006aefe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:52,048 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:52,049 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a7709df-b7c4-470c-b5b8-b26fdcaac9c1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a7709df-b7c4-470c-b5b8-b26fdcaac9c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:53,092 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:53,093 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41ae7864-3c68-4263-8d08-df544a8268c1', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41ae7864-3c68-4263-8d08-df544a8268c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:54,137 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:54,138 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f0b52d8-9b34-485f-943d-f754f671679a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f0b52d8-9b34-485f-943d-f754f671679a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:55,182 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:55,183 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3868e634-9df8-4fe2-b103-765bbef490d7', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3868e634-9df8-4fe2-b103-765bbef490d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:56,226 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:17:56,227 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df6e7b6b-90c9-4f54-8c25-18f8ff3ac9ec', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df6e7b6b-90c9-4f54-8c25-18f8ff3ac9ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:57,272 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:57,275 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebd9a1fc-4a41-4440-87f6-aa88092b26b0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebd9a1fc-4a41-4440-87f6-aa88092b26b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:58,322 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:58,322 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b174407-e73d-45b6-a285-39b749e7f17a', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b174407-e73d-45b6-a285-39b749e7f17a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:17:59,367 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:17:59,368 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ff37999-103b-4317-84b5-439f428d87b3', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ff37999-103b-4317-84b5-439f428d87b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:00,412 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:18:00,413 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb7bfbde-2354-4cf7-ae46-101f74632ea4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb7bfbde-2354-4cf7-ae46-101f74632ea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:01,456 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:01,457 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c821691f-d229-40d6-86d8-5c3b4f33d8a8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c821691f-d229-40d6-86d8-5c3b4f33d8a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:02,501 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:02,502 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2cd9171-3749-4eec-8cd9-f684ef708150', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2cd9171-3749-4eec-8cd9-f684ef708150', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:03,552 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.043s 2022-01-11 15:18:03,552 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cda66cf2-cf74-4849-9712-2df8d94219cd', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cda66cf2-cf74-4849-9712-2df8d94219cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:04,597 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:18:04,598 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-624b6921-a710-4f96-8eeb-264bc3129c82', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-624b6921-a710-4f96-8eeb-264bc3129c82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:05,640 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:05,641 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55c776f9-e382-43c8-810f-ff2d22ce3a1b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55c776f9-e382-43c8-810f-ff2d22ce3a1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:06,684 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:18:06,685 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-528849b9-e616-4269-89ef-e00a38fa7bcc', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-528849b9-e616-4269-89ef-e00a38fa7bcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:07,729 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:07,730 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-689a1718-71ac-4e5c-bfe6-f1b6e0fdec00', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-689a1718-71ac-4e5c-bfe6-f1b6e0fdec00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:08,773 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:08,774 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-164cd79c-b97f-414f-8569-181a234f5e78', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-164cd79c-b97f-414f-8569-181a234f5e78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:09,817 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:09,818 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5260f517-3e99-4b2b-80bc-31478bf4169e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5260f517-3e99-4b2b-80bc-31478bf4169e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:10,866 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.039s 2022-01-11 15:18:10,866 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-967724fd-8841-45ec-b352-7b88c38bd928', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-967724fd-8841-45ec-b352-7b88c38bd928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:11,911 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:11,912 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-647a9267-cdd5-46fd-af3f-b188b4142868', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-647a9267-cdd5-46fd-af3f-b188b4142868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:12,961 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.041s 2022-01-11 15:18:12,962 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcc9bd93-355a-4814-a6fb-53fcf745ae4f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcc9bd93-355a-4814-a6fb-53fcf745ae4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:14,014 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.042s 2022-01-11 15:18:14,015 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-098d40ff-6d39-4dfc-9aa5-b9ff72ceea4e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-098d40ff-6d39-4dfc-9aa5-b9ff72ceea4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:15,060 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:18:15,060 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f475f8f4-9863-4648-9a5d-c08b732f78ac', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f475f8f4-9863-4648-9a5d-c08b732f78ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:16,102 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:18:16,102 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaa5243f-d2d0-44f0-a85e-1e0637a496d9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaa5243f-d2d0-44f0-a85e-1e0637a496d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:17,146 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:17,147 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85e8f2ca-e4ef-4ff9-adab-fcd9f58eb6ba', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85e8f2ca-e4ef-4ff9-adab-fcd9f58eb6ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:18,191 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:18,192 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-079b36dd-162e-4b41-9c09-d70e48af3d0c', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-079b36dd-162e-4b41-9c09-d70e48af3d0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:19,235 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:19,236 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16023b70-deed-4962-a80d-8772d69016c4', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16023b70-deed-4962-a80d-8772d69016c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:20,286 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.042s 2022-01-11 15:18:20,287 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-445fc99c-2333-4416-9750-383478aeffb0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-445fc99c-2333-4416-9750-383478aeffb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:21,335 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.038s 2022-01-11 15:18:21,335 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-072cf2f1-4bd0-4d7f-9bc2-7e485fa114d5', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-072cf2f1-4bd0-4d7f-9bc2-7e485fa114d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:22,380 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:22,380 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36a4e558-9967-4e34-ab6b-8d61811bee6b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36a4e558-9967-4e34-ab6b-8d61811bee6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:23,428 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.041s 2022-01-11 15:18:23,429 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb2a283-ad5f-4c46-869c-7d974e666176', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb2a283-ad5f-4c46-869c-7d974e666176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:24,475 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.038s 2022-01-11 15:18:24,475 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c669ed2-b42a-4e37-9a7c-f8ec94361859', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c669ed2-b42a-4e37-9a7c-f8ec94361859', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:25,519 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:25,520 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3996b27e-d219-454a-95e9-e00c53528a6f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3996b27e-d219-454a-95e9-e00c53528a6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:26,564 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:26,564 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4fd0320-58e8-437d-a27a-ac54960374f0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4fd0320-58e8-437d-a27a-ac54960374f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:27,609 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:18:27,609 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2f5cb86-82cc-4508-9721-35b0269d17f9', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2f5cb86-82cc-4508-9721-35b0269d17f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:28,655 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.038s 2022-01-11 15:18:28,655 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae2652c-2139-4e3c-9d0b-25e9b81cec31', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae2652c-2139-4e3c-9d0b-25e9b81cec31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:29,698 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:18:29,698 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72d55470-013d-44c0-8f14-0078b54a0d48', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72d55470-013d-44c0-8f14-0078b54a0d48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:30,743 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:30,743 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95516d6f-3415-42de-9fc4-784d92e92d27', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95516d6f-3415-42de-9fc4-784d92e92d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:31,786 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:18:31,787 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aee97cf-e795-4403-b5e5-73b36004b03f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aee97cf-e795-4403-b5e5-73b36004b03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:32,833 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:18:32,833 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-030f9201-5177-4c72-9805-d24b44367599', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-030f9201-5177-4c72-9805-d24b44367599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:33,877 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.035s 2022-01-11 15:18:33,877 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51977c87-bdfb-47c5-8adb-dffd1d511a20', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51977c87-bdfb-47c5-8adb-dffd1d511a20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:34,921 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:34,922 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49174893-a852-4e29-bd36-34cc08be3633', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49174893-a852-4e29-bd36-34cc08be3633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:35,965 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:35,966 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89032328-e72c-4ecf-9a14-52b0d3265a3e', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89032328-e72c-4ecf-9a14-52b0d3265a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:37,010 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:37,010 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37f7ef96-a0d3-4ef6-8361-401a52603026', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37f7ef96-a0d3-4ef6-8361-401a52603026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:38,054 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:38,054 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d0941f7-4c79-48b3-b194-1833264df8ba', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d0941f7-4c79-48b3-b194-1833264df8ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:39,100 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:18:39,100 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a1b5ba6-923a-4a35-9c1d-4b89655d9988', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a1b5ba6-923a-4a35-9c1d-4b89655d9988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:40,144 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:40,145 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9b561c8-9cca-4e71-8ac3-6d391aa79df0', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9b561c8-9cca-4e71-8ac3-6d391aa79df0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:41,188 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.036s 2022-01-11 15:18:41,189 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b51cd8d-1c51-4f28-af4b-3ae1050f8b7d', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b51cd8d-1c51-4f28-af4b-3ae1050f8b7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:42,233 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.037s 2022-01-11 15:18:42,234 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f864d596-3a7b-4c96-b243-400289db0f53', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f864d596-3a7b-4c96-b243-400289db0f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:43,281 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.038s 2022-01-11 15:18:43,294 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a23451cb-bac8-4d70-a59e-6ae7e2e00b69', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a23451cb-bac8-4d70-a59e-6ae7e2e00b69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:44,356 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.054s 2022-01-11 15:18:44,357 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d66e20b-4eb4-4f19-bdf5-273370ca9e27', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d66e20b-4eb4-4f19-bdf5-273370ca9e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:18:45,398 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 0.034s 2022-01-11 15:18:45,399 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dde3812-293c-439f-9e7b-57ea9993fd1f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dde3812-293c-439f-9e7b-57ea9993fd1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:19:39,855 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 53.448s 2022-01-11 15:19:39,855 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1812d919-f3de-4913-ad71-92136ffa9449', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1812d919-f3de-4913-ad71-92136ffa9449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:20:40,922 117576 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 2022-01-11 15:20:46,580 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 65.717s 2022-01-11 15:20:46,580 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cb07f44-ae0d-402c-8df7-2a2309005758', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cb07f44-ae0d-402c-8df7-2a2309005758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:21:40,124 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522 52.536s 2022-01-11 15:21:40,124 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d755bc86-f1b4-4cf3-b704-d28bf4fda96f', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d755bc86-f1b4-4cf3-b704-d28bf4fda96f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522'} Body: b'{"volume": {"id": "80f2b7f8-9943-4374-824f-cd9f28949522", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:04.000000", "updated_at": "2022-01-11T15:15:05.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-98214815", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/06f9437149e449d6b1d1d9a69601b197/volumes/80f2b7f8-9943-4374-824f-cd9f28949522"}], "user_id": "055cca7e9794424a8962422a9b5dda1d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:21:40,510 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.378s 2022-01-11 15:21:40,511 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-116d7826-f345-4c9b-9f95-22d31d16942b', 'x-compute-request-id': 'req-116d7826-f345-4c9b-9f95-22d31d16942b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'' 2022-01-11 15:21:41,311 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.800s 2022-01-11 15:21:41,312 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9508e38e-2386-413c-afb5-b37921ef998e', 'x-compute-request-id': 'req-9508e38e-2386-413c-afb5-b37921ef998e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "ACTIVE", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:21:40Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1895570661-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:96:d7"}, {"version": 4, "addr": "172.27.0.95", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:96:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": "2022-01-11T15:11:51.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1487856924"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:21:42,438 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.115s 2022-01-11 15:21:42,438 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c2086d9-9b79-439e-8e81-8b8fde7c9417', 'x-compute-request-id': 'req-1c2086d9-9b79-439e-8e81-8b8fde7c9417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "ACTIVE", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:21:40Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1895570661-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:96:d7"}, {"version": 4, "addr": "172.27.0.95", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:96:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": "2022-01-11T15:11:51.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:21:43,603 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.155s 2022-01-11 15:21:43,603 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f49dd16-6b34-44c7-a3ee-f39d6170141f', 'x-compute-request-id': 'req-6f49dd16-6b34-44c7-a3ee-f39d6170141f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"server": {"id": "bdd2d856-37d5-436b-b0c4-9874da364cda", "name": "tempest-AttachVolumeShelveTestJSON-server-1702971704", "status": "DELETED", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:16Z", "updated": "2022-01-11T15:21:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/bdd2d856-37d5-436b-b0c4-9874da364cda"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-830658203", "OS-SRV-USG:launched_at": "2022-01-11T15:11:51.000000", "OS-SRV-USG:terminated_at": "2022-01-11T15:21:42.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:21:43,612 117576 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2022-01-11 15:21:44,672 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda 0.058s 2022-01-11 15:21:44,673 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-4ba2bcf8-a28b-471f-9003-fd08c4683c95', 'x-compute-request-id': 'req-4ba2bcf8-a28b-471f-9003-fd08c4683c95', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/bdd2d856-37d5-436b-b0c4-9874da364cda'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance bdd2d856-37d5-436b-b0c4-9874da364cda could not be found."}}' 2022-01-11 15:21:44,838 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-830658203 0.165s 2022-01-11 15:21:44,839 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67d5cfe8-2552-4c6a-92c2-3774e3bb4151', 'x-compute-request-id': 'req-67d5cfe8-2552-4c6a-92c2-3774e3bb4151', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-830658203'} Body: b'' 2022-01-11 15:21:45,115 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/v2.0/security-groups/c690632d-fdde-4887-b242-687892a82b25 0.275s 2022-01-11 15:21:45,115 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-efffca3e-6a45-467a-ae4c-94b1d337bab0', 'content-length': '0', 'date': 'Tue, 11 Jan 2022 15:21:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups/c690632d-fdde-4887-b242-687892a82b25'} Body: b'' 2022-01-11 15:21:45,137 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.52:9696/v2.0/security-groups/c690632d-fdde-4887-b242-687892a82b25 0.020s 2022-01-11 15:21:45,137 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-9a360bde-4e0b-4a3c-8949-513e0c9c5702', 'date': 'Tue, 11 Jan 2022 15:21:45 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups/c690632d-fdde-4887-b242-687892a82b25'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c690632d-fdde-4887-b242-687892a82b25 does not exist", "detail": ""}}' 2022-01-11 15:21:45,859 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/v2.0/floatingips/3d07b708-9d95-4f64-bfcd-fe12d78c82ab 0.721s 2022-01-11 15:21:45,859 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-49f458ab-ba44-4a45-951e-88e57efc6ae8', 'content-length': '0', 'date': 'Tue, 11 Jan 2022 15:21:45 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips/3d07b708-9d95-4f64-bfcd-fe12d78c82ab'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 536, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 80f2b7f8-9943-4374-824f-cd9f28949522 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft12.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:21:45,959 117576 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-01-11 15:21:45,959 117576 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-01-11 15:21:46,348 117576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.389s 2022-01-11 15:21:46,349 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-708647409"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5aec3f8a-c308-4898-aecc-4e18aa3be4cc', 'x-compute-request-id': 'req-5aec3f8a-c308-4898-aecc-4e18aa3be4cc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEA0uHsA7Q5nylZNyjIB9vGmFSCwB98fULuleL41otqFXjpjQzV\\nqmDJ1L84jJPOZtzDouqbqteFZpZO6rv0/9ySLCUFiFAiJVXqj1WGBSozbMVh78HS\\ncYauGYSIWIw8Qkwi3pb0xEaimLJ3GuP53RDLPAbrsslSgSqhj/cOqgFJPGtMmhYq\\nc+X4VN0iMA1w7JcR32ZgX0kaGRHC2dM/YQQZguoDty/N5m3+1zBhEnTNwOXX8Ohw\\nt02nSXp/OVvROFXoKpzDMqDt0Wec1/C5uV4nHfsc7v5pIY/+4MjzZalOM6Y24JZn\\ndhX0qc+CSuz1b0ei6uHVwzHNbdZ+AN/VTCOn8wIDAQABAoIBAFgNBOK3CagvN5UU\\nbhD57v4Dq2RUwUH8BGqJDqVmKLE2fy3pwf0V1LAD97Sasn+4hecsVjsLKiQfdmwE\\ndtOuYUoVWy4DZ353VSzr5L2bVUWBVNcq8pd8SI1XDScLxs1XxOdz2FdrttBTE/Ai\\naF2peXJi4V8ROGW+Sx81ZOYPC2kyEdeqRve1ZCSR60sLnRDtJNZbIAl2biLXtn0E\\n9ETwcb1fiGGUoUSyl3sS0Uq+DO7bVXuEgWgnAwFJPVWuBY2fNVXYlDlTLNySl314\\nYwiZ4Z8BXkdFR/vR2trgVesvLTIsVBk6HQBREeXPr08uENAYGt2+E6AJk+cTKVyu\\nSxd6f+ECgYEA8316iK5Vg8/DYRjrU+0VLwOw77pAgbUEAbKHoin9zaQhy2TbVFKD\\nyPMOKifFkWzo4yvXpDwpUtql7N6s1EziK0AEiRVxQbeveG749/BlcvRtYMkxNHoA\\nGHB0HHzKfxeHT8uNUAjTK31Lieugvdf+7T4sdfRHqtZRWigZMYzNT3UCgYEA3beR\\npzd4xM7WxWwXEqoqdAVIyIEyvE2yImeqWmZkuRYd0uYsLswfiM0sPXNttrmfSYCt\\nlf1Al0PLHfI/EVFX8Y74FNMPW2wWx8qZ+WJQ4qGmAmtMG9V2BFTouLcNW5PHuhZJ\\ngqdk9+Lki1/PCuO6N/Vyah3mZL8yD3Qdkl4G1McCgYEAluHjo3z8StDdDnclpH0e\\nimKsKvFsdbPZBsA9ojSJLPwPYP1fmFIFjelnlqHMoMAvVE5fs0sAhHIvLagSyv/V\\nit2BsfzSkNmlZ2jE6MdT5jcm7DngPtd25a4RlXGS/cxzsfO93qGJUcKzo4Sat+l3\\n9EV5waIdIvTptodwjS7mLt0CgYBcI2QpLHlIuHgyVOgFvqejzWpgwKg37sXfXFtD\\n9BdZf2JneXXVAMj+Dd2br/NhIySZ5Bq/IR6NfgPT7w7cgIRegz5/UPKp2HJjFsQE\\nCiJ4/BpEGRjo3D2OMUcBNDkd3Hz8zTRBUpU4GpdFgExHRznk9WBVzxUmuvnvyB5d\\n7CtEkwKBgQDOxP19EqMIohgMEsinMdeNz6IOmnT6H+RpsW6wGSQTrN4cZJ2VTVzj\\n0wsdlWWr+SbpcdqYu2APE9jqxeuuPYRLYLv0v98WXGfoJziz0Dd7HQadA2hcZtl6\\nJ2d/2QPoZMQcMZIDjkVje5mHxy9lDCk+J7V0oz/btntWUchk3KG1hA==\\n-----END RSA PRIVATE KEY-----\\n", "type": "ssh", "name": "tempest-keypair-708647409", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDS4ewDtDmfKVk3KMgH28aYVILAH3x9Qu6V4vjWi2oVeOmNDNWqYMnUvziMk85m3MOi6puq14Vmlk7qu/T/3JIsJQWIUCIlVeqPVYYFKjNsxWHvwdJxhq4ZhIhYjDxCTCLelvTERqKYsnca4/ndEMs8BuuyyVKBKqGP9w6qAUk8a0yaFipz5fhU3SIwDXDslxHfZmBfSRoZEcLZ0z9hBBmC6gO3L83mbf7XMGESdM3A5dfw6HC3TadJen85W9E4VegqnMMyoO3RZ5zX8Lm5Xicd+xzu/mkhj/7gyPNlqU4zpjbglmd2FfSpz4JK7PVvR6Lq4dXDMc1t1n4A39VMI6fz Generated-by-Nova", "fingerprint": "83:c3:0b:78:3e:f2:a4:ea:43:6c:50:c9:4f:35:ea:77", "user_id": "055cca7e9794424a8962422a9b5dda1d"}}' 2022-01-11 15:21:46,351 117576 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-708647409 created 2022-01-11 15:21:46,757 117576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/security-groups 0.406s 2022-01-11 15:21:46,763 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-securitygroup--1465703178", "description": "tempest-description--25860067"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-81f3ea9e-ad8f-4cf4-987e-bedf4b0e2f7b', 'date': 'Tue, 11 Jan 2022 15:21:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "0166e2c5-7742-408e-9905-23fe14113d2c", "name": "tempest-securitygroup--1465703178", "stateful": true, "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "description": "tempest-description--25860067", "shared": false, "security_group_rules": [{"id": "e52678ba-cf10-4a21-9be3-b780c79334a0", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "security_group_id": "0166e2c5-7742-408e-9905-23fe14113d2c", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 368, "description": null, "tags": [], "created_at": "2022-01-11T15:21:46Z", "updated_at": "2022-01-11T15:21:46Z", "revision_number": 0, "project_id": "06f9437149e449d6b1d1d9a69601b197"}, {"id": "fa1e0ad1-e03f-475e-81a6-feac718dd2f4", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "security_group_id": "0166e2c5-7742-408e-9905-23fe14113d2c", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 367, "description": null, "tags": [], "created_at": "2022-01-11T15:21:46Z", "updated_at": "2022-01-11T15:21:46Z", "revision_number": 0, "project_id": "06f9437149e449d6b1d1d9a69601b197"}], "tags": [], "created_at": "2022-01-11T15:21:46Z", "updated_at": "2022-01-11T15:21:46Z", "revision_number": 1, "project_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:21:47,117 117576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.352s 2022-01-11 15:21:47,117 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0166e2c5-7742-408e-9905-23fe14113d2c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-19062490-750f-40ec-8332-4c6e6531b966', 'date': 'Tue, 11 Jan 2022 15:21:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "989977a0-4b2b-41f7-ab22-5ff2bd548f02", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "security_group_id": "0166e2c5-7742-408e-9905-23fe14113d2c", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:21:46Z", "updated_at": "2022-01-11T15:21:46Z", "revision_number": 0, "project_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:21:47,513 117576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.395s 2022-01-11 15:21:47,514 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "0166e2c5-7742-408e-9905-23fe14113d2c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9ad2caa7-7c90-49f8-a969-d534183db959', 'date': 'Tue, 11 Jan 2022 15:21:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "22235d88-37a0-422e-82d3-3e79d34a7472", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "security_group_id": "0166e2c5-7742-408e-9905-23fe14113d2c", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:21:47Z", "updated_at": "2022-01-11T15:21:47Z", "revision_number": 0, "project_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:21:47,514 117576 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1465703178 created 2022-01-11 15:21:49,051 117576 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/floatingips 1.536s 2022-01-11 15:21:49,051 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65"}} Response - Headers: {'content-type': 'application/json', 'content-length': '492', 'x-openstack-request-id': 'req-0a12ebdb-fc35-4097-bb3b-6130e9a42d22', 'date': 'Tue, 11 Jan 2022 15:21:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4f6cd712-8cce-452c-bba4-60803790ffd6", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "floating_ip_address": "172.27.0.9", "floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "06f9437149e449d6b1d1d9a69601b197", "description": "", "port_details": null, "tags": [], "created_at": "2022-01-11T15:21:48Z", "updated_at": "2022-01-11T15:21:48Z", "revision_number": 0}}' 2022-01-11 15:21:49,052 117576 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4f6cd712-8cce-452c-bba4-60803790ffd6', 'tenant_id': '06f9437149e449d6b1d1d9a69601b197', 'floating_ip_address': '172.27.0.9', 'floating_network_id': 'df6a89ec-3082-4c59-9ce9-72fab83d6f65', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '06f9437149e449d6b1d1d9a69601b197', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-01-11T15:21:48Z', 'updated_at': '2022-01-11T15:21:48Z', 'revision_number': 0, 'ip': '172.27.0.9'} created 2022-01-11 15:21:49,190 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.132s 2022-01-11 15:21:49,190 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3254', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-abe0a348-5759-4f6f-8aba-43ca00bc44d3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "055cca7e9794424a8962422a9b5dda1d", "name": "tempest-AttachVolumeShelveTestJSON-319817223-project", "password_expires_at": null}, "audit_ids": ["CUy_jn-NSf6ndwxeuJh1yQ"], "expires_at": "2022-01-11T16:21:49.000000Z", "issued_at": "2022-01-11T15:21:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "06f9437149e449d6b1d1d9a69601b197", "name": "tempest-AttachVolumeShelveTestJSON-319817223"}, "is_domain": false, "roles": [{"id": "cf228c05981940539fde033ddb1617c9", "name": "reader"}, {"id": "742b589cf4e2420f92ec1c79533345d0", "name": "member"}], "catalog": [{"endpoints": [{"id": "ff8c9dccb172431da602af7a4808d86c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/06f9437149e449d6b1d1d9a69601b197", "region": "RegionOne"}], "id": "2445f88179714e8897b1240b3d3ca8c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "fc838db8edd34bc09fbb2fd5c470c27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "37b3181e80ea4d928d4344eaf6a0aa87", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "360a5cfc010e4b139e7fec6ddf825e5f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197", "region": "RegionOne"}], "id": "6212d811c2074dc5b0bf4f3ed48f4e78", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b8ae968d4b4f4d1b94ba3917b2c41d7a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_06f9437149e449d6b1d1d9a69601b197", "region": "RegionOne"}, {"id": "c868e46136b0404ba0579acdc8e8ce78", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}], "id": "801c08a0a2894e8d816219b6d4f835f9", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "1c66ab2e63bf4bb49dc80313a47cae5f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "98fbbb52124f44019a2b46287838ae9f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "156980714c084ee9b7e3c1a9aabd25f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/06f9437149e449d6b1d1d9a69601b197", "region": "RegionOne"}], "id": "b2e3f71e9e7c4c4e9e86900c61ced593", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "78e1c6d028784ac990fbb9593baa8bd1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "bb3c804324544028b524a4e3b489d54c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "958e1704315446638b87d2c5fc109d6d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/", "region": "RegionOne"}], "id": "d6fd01671887417e85e932aec3bf7964", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bc5f74abe8a4c0da27b847317aad02e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "fb282cf9369148db81877e30974a02dd", "type": "image", "name": "glance"}]}}' 2022-01-11 15:21:49,191 117576 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '5b9f0d65-d5f3-4656-9171-4a158424da81', 'name': 'tempest-AttachVolumeShelveTestJSON-1895570661-network', 'tenant_id': '06f9437149e449d6b1d1d9a69601b197', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '06f9437149e449d6b1d1d9a69601b197', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 569, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-01-11T15:10:55Z', 'updated_at': '2022-01-11T15:10:55Z', 'revision_number': 1} available for tenant 2022-01-11 15:21:49,191 117576 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0uHsA7Q5nylZNyjIB9vGmFSCwB98fULuleL41otqFXjpjQzV\nqmDJ1L84jJPOZtzDouqbqteFZpZO6rv0/9ySLCUFiFAiJVXqj1WGBSozbMVh78HS\ncYauGYSIWIw8Qkwi3pb0xEaimLJ3GuP53RDLPAbrsslSgSqhj/cOqgFJPGtMmhYq\nc+X4VN0iMA1w7JcR32ZgX0kaGRHC2dM/YQQZguoDty/N5m3+1zBhEnTNwOXX8Ohw\nt02nSXp/OVvROFXoKpzDMqDt0Wec1/C5uV4nHfsc7v5pIY/+4MjzZalOM6Y24JZn\ndhX0qc+CSuz1b0ei6uHVwzHNbdZ+AN/VTCOn8wIDAQABAoIBAFgNBOK3CagvN5UU\nbhD57v4Dq2RUwUH8BGqJDqVmKLE2fy3pwf0V1LAD97Sasn+4hecsVjsLKiQfdmwE\ndtOuYUoVWy4DZ353VSzr5L2bVUWBVNcq8pd8SI1XDScLxs1XxOdz2FdrttBTE/Ai\naF2peXJi4V8ROGW+Sx81ZOYPC2kyEdeqRve1ZCSR60sLnRDtJNZbIAl2biLXtn0E\n9ETwcb1fiGGUoUSyl3sS0Uq+DO7bVXuEgWgnAwFJPVWuBY2fNVXYlDlTLNySl314\nYwiZ4Z8BXkdFR/vR2trgVesvLTIsVBk6HQBREeXPr08uENAYGt2+E6AJk+cTKVyu\nSxd6f+ECgYEA8316iK5Vg8/DYRjrU+0VLwOw77pAgbUEAbKHoin9zaQhy2TbVFKD\nyPMOKifFkWzo4yvXpDwpUtql7N6s1EziK0AEiRVxQbeveG749/BlcvRtYMkxNHoA\nGHB0HHzKfxeHT8uNUAjTK31Lieugvdf+7T4sdfRHqtZRWigZMYzNT3UCgYEA3beR\npzd4xM7WxWwXEqoqdAVIyIEyvE2yImeqWmZkuRYd0uYsLswfiM0sPXNttrmfSYCt\nlf1Al0PLHfI/EVFX8Y74FNMPW2wWx8qZ+WJQ4qGmAmtMG9V2BFTouLcNW5PHuhZJ\ngqdk9+Lki1/PCuO6N/Vyah3mZL8yD3Qdkl4G1McCgYEAluHjo3z8StDdDnclpH0e\nimKsKvFsdbPZBsA9ojSJLPwPYP1fmFIFjelnlqHMoMAvVE5fs0sAhHIvLagSyv/V\nit2BsfzSkNmlZ2jE6MdT5jcm7DngPtd25a4RlXGS/cxzsfO93qGJUcKzo4Sat+l3\n9EV5waIdIvTptodwjS7mLt0CgYBcI2QpLHlIuHgyVOgFvqejzWpgwKg37sXfXFtD\n9BdZf2JneXXVAMj+Dd2br/NhIySZ5Bq/IR6NfgPT7w7cgIRegz5/UPKp2HJjFsQE\nCiJ4/BpEGRjo3D2OMUcBNDkd3Hz8zTRBUpU4GpdFgExHRznk9WBVzxUmuvnvyB5d\n7CtEkwKBgQDOxP19EqMIohgMEsinMdeNz6IOmnT6H+RpsW6wGSQTrN4cZJ2VTVzj\n0wsdlWWr+SbpcdqYu2APE9jqxeuuPYRLYLv0v98WXGfoJziz0Dd7HQadA2hcZtl6\nJ2d/2QPoZMQcMZIDjkVje5mHxy9lDCk+J7V0oz/btntWUchk3KG1hA==\n-----END RSA PRIVATE KEY-----\n', 'type': 'ssh', 'name': 'tempest-keypair-708647409', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDS4ewDtDmfKVk3KMgH28aYVILAH3x9Qu6V4vjWi2oVeOmNDNWqYMnUvziMk85m3MOi6puq14Vmlk7qu/T/3JIsJQWIUCIlVeqPVYYFKjNsxWHvwdJxhq4ZhIhYjDxCTCLelvTERqKYsnca4/ndEMs8BuuyyVKBKqGP9w6qAUk8a0yaFipz5fhU3SIwDXDslxHfZmBfSRoZEcLZ0z9hBBmC6gO3L83mbf7XMGESdM3A5dfw6HC3TadJen85W9E4VegqnMMyoO3RZ5zX8Lm5Xicd+xzu/mkhj/7gyPNlqU4zpjbglmd2FfSpz4JK7PVvR6Lq4dXDMc1t1n4A39VMI6fz Generated-by-Nova', 'fingerprint': '83:c3:0b:78:3e:f2:a4:ea:43:6c:50:c9:4f:35:ea:77', 'user_id': '055cca7e9794424a8962422a9b5dda1d'}, 'security_group': {'id': '0166e2c5-7742-408e-9905-23fe14113d2c', 'name': 'tempest-securitygroup--1465703178', 'stateful': True, 'tenant_id': '06f9437149e449d6b1d1d9a69601b197', 'description': 'tempest-description--25860067', 'shared': False, 'security_group_rules': [{'id': 'e52678ba-cf10-4a21-9be3-b780c79334a0', 'tenant_id': '06f9437149e449d6b1d1d9a69601b197', 'security_group_id': '0166e2c5-7742-408e-9905-23fe14113d2c', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 368, 'description': None, 'tags': [], 'created_at': '2022-01-11T15:21:46Z', 'updated_at': '2022-01-11T15:21:46Z', 'revision_number': 0, 'project_id': '06f9437149e449d6b1d1d9a69601b197'}, {'id': 'fa1e0ad1-e03f-475e-81a6-feac718dd2f4', 'tenant_id': '06f9437149e449d6b1d1d9a69601b197', 'security_group_id': '0166e2c5-7742-408e-9905-23fe14113d2c', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 367, 'description': None, 'tags': [], 'created_at': '2022-01-11T15:21:46Z', 'updated_at': '2022-01-11T15:21:46Z', 'revision_number': 0, 'project_id': '06f9437149e449d6b1d1d9a69601b197'}], 'tags': [], 'created_at': '2022-01-11T15:21:46Z', 'updated_at': '2022-01-11T15:21:46Z', 'revision_number': 1, 'project_id': '06f9437149e449d6b1d1d9a69601b197'}, 'floating_ip': {'id': '4f6cd712-8cce-452c-bba4-60803790ffd6', 'tenant_id': '06f9437149e449d6b1d1d9a69601b197', 'floating_ip_address': '172.27.0.9', 'floating_network_id': 'df6a89ec-3082-4c59-9ce9-72fab83d6f65', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '06f9437149e449d6b1d1d9a69601b197', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-01-11T15:21:48Z', 'updated_at': '2022-01-11T15:21:48Z', 'revision_number': 0, 'ip': '172.27.0.9'}} 2022-01-11 15:21:50,082 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.222.0.52/compute/v2.1/servers 0.889s 2022-01-11 15:21:50,082 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-1440735561", "imageRef": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "5b9f0d65-d5f3-4656-9171-4a158424da81"}], "security_groups": [{"name": "tempest-securitygroup--1465703178"}], "key_name": "tempest-keypair-708647409", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50c6a830-2983-4f86-9575-79cffddede01', 'x-compute-request-id': 'req-50c6a830-2983-4f86-9575-79cffddede01', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "b985a02a-bb5c-4090-be39-c0f345538f60", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1465703178"}], "adminPass": "password"}}' 2022-01-11 15:21:50,819 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60 0.734s 2022-01-11 15:21:50,819 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60a48936-e9ab-4173-b1cd-417917f85843', 'x-compute-request-id': 'req-60a48936-e9ab-4173-b1cd-417917f85843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60'} Body: b'{"server": {"id": "b985a02a-bb5c-4090-be39-c0f345538f60", "name": "tempest-AttachVolumeShelveTestJSON-server-1440735561", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:50Z", "updated": "2022-01-11T15:21:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-708647409", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:21:51,922 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60 0.093s 2022-01-11 15:21:51,922 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7542e1a-ad1e-409d-b314-7c1508a74ebd', 'x-compute-request-id': 'req-c7542e1a-ad1e-409d-b314-7c1508a74ebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60'} Body: b'{"server": {"id": "b985a02a-bb5c-4090-be39-c0f345538f60", "name": "tempest-AttachVolumeShelveTestJSON-server-1440735561", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:49Z", "updated": "2022-01-11T15:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-708647409", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:21:51,930 117576 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-01-11 15:21:53,219 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60 0.287s 2022-01-11 15:21:53,219 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-874d8f1b-326c-4997-8334-2156c21ca4a1', 'x-compute-request-id': 'req-874d8f1b-326c-4997-8334-2156c21ca4a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60'} Body: b'{"server": {"id": "b985a02a-bb5c-4090-be39-c0f345538f60", "name": "tempest-AttachVolumeShelveTestJSON-server-1440735561", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:49Z", "updated": "2022-01-11T15:21:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-708647409", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1465703178"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:21:53,227 117576 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2022-01-11 15:21:54,439 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60 0.210s 2022-01-11 15:21:54,439 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c29d16d-b04f-4041-9e3c-ce59e3f6e0c7', 'x-compute-request-id': 'req-3c29d16d-b04f-4041-9e3c-ce59e3f6e0c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60'} Body: b'{"server": {"id": "b985a02a-bb5c-4090-be39-c0f345538f60", "name": "tempest-AttachVolumeShelveTestJSON-server-1440735561", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:49Z", "updated": "2022-01-11T15:21:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-708647409", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1465703178"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:21:55,675 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60 0.226s 2022-01-11 15:21:55,676 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0481847a-04dd-40fe-90a5-a8d6efbb301c', 'x-compute-request-id': 'req-0481847a-04dd-40fe-90a5-a8d6efbb301c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60'} Body: b'{"server": {"id": "b985a02a-bb5c-4090-be39-c0f345538f60", "name": "tempest-AttachVolumeShelveTestJSON-server-1440735561", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:49Z", "updated": "2022-01-11T15:21:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-708647409", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1465703178"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:21:56,837 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60 0.152s 2022-01-11 15:21:56,838 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-150e3be0-94c4-4c0e-9a4c-112a8deef363', 'x-compute-request-id': 'req-150e3be0-94c4-4c0e-9a4c-112a8deef363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60'} Body: b'{"server": {"id": "b985a02a-bb5c-4090-be39-c0f345538f60", "name": "tempest-AttachVolumeShelveTestJSON-server-1440735561", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:49Z", "updated": "2022-01-11T15:21:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-708647409", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1465703178"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:21:58,004 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60 0.156s 2022-01-11 15:21:58,004 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77bd23f6-95dd-4b2a-b4be-67ee1b484e47', 'x-compute-request-id': 'req-77bd23f6-95dd-4b2a-b4be-67ee1b484e47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60'} Body: b'{"server": {"id": "b985a02a-bb5c-4090-be39-c0f345538f60", "name": "tempest-AttachVolumeShelveTestJSON-server-1440735561", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:49Z", "updated": "2022-01-11T15:21:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-708647409", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1465703178"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:21:59,163 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60 0.149s 2022-01-11 15:21:59,164 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b17f7b9a-f9ce-483a-b48f-4776bf432ba8', 'x-compute-request-id': 'req-b17f7b9a-f9ce-483a-b48f-4776bf432ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60'} Body: b'{"server": {"id": "b985a02a-bb5c-4090-be39-c0f345538f60", "name": "tempest-AttachVolumeShelveTestJSON-server-1440735561", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:49Z", "updated": "2022-01-11T15:21:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-708647409", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1465703178"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:22:00,343 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60 0.170s 2022-01-11 15:22:00,343 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02180c1b-8b2c-44f7-89d4-067611967d68', 'x-compute-request-id': 'req-02180c1b-8b2c-44f7-89d4-067611967d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60'} Body: b'{"server": {"id": "b985a02a-bb5c-4090-be39-c0f345538f60", "name": "tempest-AttachVolumeShelveTestJSON-server-1440735561", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:49Z", "updated": "2022-01-11T15:21:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-708647409", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1465703178"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:22:01,503 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60 0.150s 2022-01-11 15:22:01,504 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1407', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e28517e2-a357-443c-aa85-b88b4346ecc3', 'x-compute-request-id': 'req-e28517e2-a357-443c-aa85-b88b4346ecc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60'} Body: b'{"server": {"id": "b985a02a-bb5c-4090-be39-c0f345538f60", "name": "tempest-AttachVolumeShelveTestJSON-server-1440735561", "status": "BUILD", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:49Z", "updated": "2022-01-11T15:22:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-708647409", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1465703178"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:22:02,901 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60 0.388s 2022-01-11 15:22:02,902 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1599', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc90a828-5e25-4eb4-8ca7-df80efaf30e9', 'x-compute-request-id': 'req-cc90a828-5e25-4eb4-8ca7-df80efaf30e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60'} Body: b'{"server": {"id": "b985a02a-bb5c-4090-be39-c0f345538f60", "name": "tempest-AttachVolumeShelveTestJSON-server-1440735561", "status": "ACTIVE", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "user_id": "055cca7e9794424a8962422a9b5dda1d", "metadata": {}, "hostId": "c98599e483f8ce2d0a9c059221b017542d84c1f3267c45a0692ed2b0", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:49Z", "updated": "2022-01-11T15:22:02Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1895570661-network": [{"version": 4, "addr": "172.20.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:24:1c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/b985a02a-bb5c-4090-be39-c0f345538f60"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-708647409", "OS-SRV-USG:launched_at": "2022-01-11T15:22:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1465703178"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-01-11 15:22:02,910 117576 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 12 second wait 2022-01-11 15:22:03,286 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/os-interface 0.370s 2022-01-11 15:22:03,288 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4b2f3d8-c003-4cdb-a61c-8e67be5bb918', 'x-compute-request-id': 'req-f4b2f3d8-c003-4cdb-a61c-8e67be5bb918', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5b9f0d65-d5f3-4656-9171-4a158424da81", "port_id": "dd8f847b-635b-4dd4-ad83-c81b71ea0393", "mac_addr": "fa:16:3e:eb:24:1c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dbc8f5d9-0fcd-4e20-b1d3-b9ee711b8ef4", "ip_address": "172.20.0.6"}]}]}' 2022-01-11 15:22:04,279 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.52:9696/v2.0/floatingips/4f6cd712-8cce-452c-bba4-60803790ffd6 0.987s 2022-01-11 15:22:04,279 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "dd8f847b-635b-4dd4-ad83-c81b71ea0393"}} Response - Headers: {'content-type': 'application/json', 'content-length': '795', 'x-openstack-request-id': 'req-be10d49b-5717-4e22-8eda-4f301e6fb3f9', 'date': 'Tue, 11 Jan 2022 15:22:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips/4f6cd712-8cce-452c-bba4-60803790ffd6'} Body: b'{"floatingip": {"id": "4f6cd712-8cce-452c-bba4-60803790ffd6", "tenant_id": "06f9437149e449d6b1d1d9a69601b197", "floating_ip_address": "172.27.0.9", "floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65", "router_id": "a59fa97c-d205-466f-aa4b-994af69f72c5", "port_id": "dd8f847b-635b-4dd4-ad83-c81b71ea0393", "fixed_ip_address": "172.20.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5b9f0d65-d5f3-4656-9171-4a158424da81", "mac_address": "fa:16:3e:eb:24:1c", "admin_state_up": true, "status": "ACTIVE", "device_id": "b985a02a-bb5c-4090-be39-c0f345538f60", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-01-11T15:21:48Z", "updated_at": "2022-01-11T15:22:03Z", "revision_number": 1, "project_id": "06f9437149e449d6b1d1d9a69601b197"}}' 2022-01-11 15:22:04,538 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.258s 2022-01-11 15:22:04,538 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fb6667c-b4e3-4c39-96d6-51328e6bdbfd', 'x-compute-request-id': 'req-2fb6667c-b4e3-4c39-96d6-51328e6bdbfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": ""}' 2022-01-11 15:22:05,908 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.367s 2022-01-11 15:22:05,908 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04596612-ea48-4df5-bba9-090c6a9c8931', 'x-compute-request-id': 'req-04596612-ea48-4df5-bba9-090c6a9c8931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": ""}' 2022-01-11 15:22:07,083 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.172s 2022-01-11 15:22:07,084 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2ac8703-220f-4645-bad3-0a6230b44c1c', 'x-compute-request-id': 'req-d2ac8703-220f-4645-bad3-0a6230b44c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": ""}' 2022-01-11 15:22:08,241 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.155s 2022-01-11 15:22:08,241 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa11d597-666f-4455-ba25-9df95c1d331a', 'x-compute-request-id': 'req-aa11d597-666f-4455-ba25-9df95c1d331a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": ""}' 2022-01-11 15:22:09,407 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.164s 2022-01-11 15:22:09,408 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f170c25-b3a1-42ba-90af-107ea3d40826', 'x-compute-request-id': 'req-2f170c25-b3a1-42ba-90af-107ea3d40826', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": ""}' 2022-01-11 15:22:10,567 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.156s 2022-01-11 15:22:10,567 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d761074-a8ba-4cad-8a34-201bbdbfd7e1', 'x-compute-request-id': 'req-8d761074-a8ba-4cad-8a34-201bbdbfd7e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": ""}' 2022-01-11 15:22:11,736 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.166s 2022-01-11 15:22:11,736 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-186cd54e-63b4-4e0c-8c51-b49819a02aff', 'x-compute-request-id': 'req-186cd54e-63b4-4e0c-8c51-b49819a02aff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": ""}' 2022-01-11 15:22:12,897 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.158s 2022-01-11 15:22:12,898 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f699c0f-7f96-40f8-9236-42f24c8dec9b', 'x-compute-request-id': 'req-4f699c0f-7f96-40f8-9236-42f24c8dec9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": ""}' 2022-01-11 15:22:14,066 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.167s 2022-01-11 15:22:14,067 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6974e4ef-67e7-47ec-958d-6813409de738', 'x-compute-request-id': 'req-6974e4ef-67e7-47ec-958d-6813409de738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": ""}' 2022-01-11 15:22:15,242 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.173s 2022-01-11 15:22:15,243 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '11860', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef7caad1-7b50-4d7b-b74a-e1318b66b9bd', 'x-compute-request-id': 'req-ef7caad1-7b50-4d7b-b74a-e1318b66b9bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:16,400 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.155s 2022-01-11 15:22:16,401 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d39a6bf-a5fa-4d9d-80e4-1bc23a722a95', 'x-compute-request-id': 'req-8d39a6bf-a5fa-4d9d-80e4-1bc23a722a95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:17,569 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.166s 2022-01-11 15:22:17,570 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '19342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36302caf-0c37-4fbc-825c-f05515be4cab', 'x-compute-request-id': 'req-36302caf-0c37-4fbc-825c-f05515be4cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:18,739 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.166s 2022-01-11 15:22:18,739 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '21840', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cceea98-d446-4fec-a12b-869300de375d', 'x-compute-request-id': 'req-8cceea98-d446-4fec-a12b-869300de375d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:19,915 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.173s 2022-01-11 15:22:19,915 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45060512-ad13-4116-bfd6-b026b2f3f7fc', 'x-compute-request-id': 'req-45060512-ad13-4116-bfd6-b026b2f3f7fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:21,081 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.162s 2022-01-11 15:22:21,085 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a81a614e-38b3-4569-a2f6-05d8754c41d4', 'x-compute-request-id': 'req-a81a614e-38b3-4569-a2f6-05d8754c41d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:22,257 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.169s 2022-01-11 15:22:22,257 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26067', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3e55b68-2a31-4506-a129-f64f3d84c6cb', 'x-compute-request-id': 'req-a3e55b68-2a31-4506-a129-f64f3d84c6cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:23,423 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.164s 2022-01-11 15:22:23,424 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-168dc625-f945-4e2e-9e76-29ec748c743c', 'x-compute-request-id': 'req-168dc625-f945-4e2e-9e76-29ec748c743c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:24,594 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.167s 2022-01-11 15:22:24,594 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27687', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bfc3e47-5fe6-4b3c-8258-b94d36ae2407', 'x-compute-request-id': 'req-5bfc3e47-5fe6-4b3c-8258-b94d36ae2407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:25,758 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.161s 2022-01-11 15:22:25,759 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28072', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0115de3-6f0c-4305-91b7-409ec084834b', 'x-compute-request-id': 'req-b0115de3-6f0c-4305-91b7-409ec084834b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:26,913 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.151s 2022-01-11 15:22:26,913 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b931bab0-ad7c-4faf-bc8a-1f1152780280', 'x-compute-request-id': 'req-b931bab0-ad7c-4faf-bc8a-1f1152780280', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:28,065 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.150s 2022-01-11 15:22:28,066 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cb044e6-fcb8-4b8b-8b0f-217e8642af5e', 'x-compute-request-id': 'req-7cb044e6-fcb8-4b8b-8b0f-217e8642af5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:29,241 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.172s 2022-01-11 15:22:29,242 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2fe6287-29bc-41c7-80cf-723df7e899c9', 'x-compute-request-id': 'req-d2fe6287-29bc-41c7-80cf-723df7e899c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:30,390 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.146s 2022-01-11 15:22:30,391 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7895bcdd-5456-43dc-9658-144ab0d63a8e', 'x-compute-request-id': 'req-7895bcdd-5456-43dc-9658-144ab0d63a8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:31,563 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.169s 2022-01-11 15:22:31,564 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67ab4796-fdc0-4a26-928e-3f0486ee730e', 'x-compute-request-id': 'req-67ab4796-fdc0-4a26-928e-3f0486ee730e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:32,722 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.155s 2022-01-11 15:22:32,722 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4acd918c-feaf-4a71-8583-b00141f29970', 'x-compute-request-id': 'req-4acd918c-feaf-4a71-8583-b00141f29970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:33,889 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.163s 2022-01-11 15:22:33,889 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b7137bf-2bf5-4c21-bff3-504b757363b0', 'x-compute-request-id': 'req-4b7137bf-2bf5-4c21-bff3-504b757363b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:35,050 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.158s 2022-01-11 15:22:35,051 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0029154e-d79c-4057-8264-c751192a19af', 'x-compute-request-id': 'req-0029154e-d79c-4057-8264-c751192a19af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:36,236 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.182s 2022-01-11 15:22:36,237 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cfc09ac-bdc2-48a6-92fd-add732ec1499', 'x-compute-request-id': 'req-1cfc09ac-bdc2-48a6-92fd-add732ec1499', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:37,405 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.166s 2022-01-11 15:22:37,406 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52d3c5a1-5bc3-410c-89f0-e1a7f2dee947', 'x-compute-request-id': 'req-52d3c5a1-5bc3-410c-89f0-e1a7f2dee947', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:38,555 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.146s 2022-01-11 15:22:38,555 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28189', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddd220c8-5d97-4fdc-9912-8e136a021645', 'x-compute-request-id': 'req-ddd220c8-5d97-4fdc-9912-8e136a021645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:39,725 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 POST http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action 0.167s 2022-01-11 15:22:39,726 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28479', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3a9baa9-3238-4c4c-b435-46ad9d9b10a8', 'x-compute-request-id': 'req-c3a9baa9-3238-4c4c-b435-46ad9d9b10a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/b985a02a-bb5c-4090-be39-c0f345538f60/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:23:41,774 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-708647409 0.963s 2022-01-11 15:23:41,774 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74a4c3db-e457-4a08-a293-5d3feb031d70', 'x-compute-request-id': 'req-74a4c3db-e457-4a08-a293-5d3feb031d70', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-708647409'} Body: b'' 2022-01-11 15:23:41,820 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 409 DELETE http://10.222.0.52:9696/v2.0/security-groups/0166e2c5-7742-408e-9905-23fe14113d2c 0.045s 2022-01-11 15:23:41,820 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '136', 'x-openstack-request-id': 'req-875b9efb-57f5-43de-8e55-af55099b558a', 'date': 'Tue, 11 Jan 2022 15:23:41 GMT', 'connection': 'close', 'status': '409', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups/0166e2c5-7742-408e-9905-23fe14113d2c'} Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group 0166e2c5-7742-408e-9905-23fe14113d2c in use.", "detail": ""}}' 2022-01-11 15:23:41,821 117576 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group 0166e2c5-7742-408e-9905-23fe14113d2c VM might not be deleted 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources Traceback (most recent call last): 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id) 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri) 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri) 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body) 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body) 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 824, in _error_checker 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp) 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 0166e2c5-7742-408e-9905-23fe14113d2c in use.', 'detail': ''} 2022-01-11 15:23:41.821 117576 ERROR tempest.lib.common.validation_resources 2022-01-11 15:23:42,754 117576 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/v2.0/floatingips/4f6cd712-8cce-452c-bba4-60803790ffd6 0.931s 2022-01-11 15:23:42,754 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-4dd102b9-d8db-4039-bce2-b6f8fc997470', 'content-length': '0', 'date': 'Tue, 11 Jan 2022 15:23:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips/4f6cd712-8cce-452c-bba4-60803790ffd6'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/fixture.py", line 125, in cleanUp return self._cleanups(raise_errors=raise_first) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/callmany.py", line 89, in __call__ reraise(error[0], error[1], error[2]) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/callmany.py", line 83, in __call__ cleanup(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 346, in clear_validation_resources raise has_exception File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources security_group_client.delete_security_group(sec_id) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 824, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group 0166e2c5-7742-408e-9905-23fe14113d2c in use.', 'detail': ''} }}} Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 299, in test_detach_volume_shelved_or_offload_server server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 270, in create_test_server waiters.wait_for_guest_os_boot(clients.servers_client, server['id']) File "/opt/stack/tempest/tempest/common/waiters.py", line 532, in wait_for_guest_os_boot console_output = client.get_console_output(server_id)['output'] File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 649, in get_console_output return self.action(server_id, 'os-getConsoleOutput', File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 221, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60) |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
fail
ft13.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:11:09,789 117574 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-01-11 15:11:09,789 117574 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-01-11 15:11:10,913 117574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 1.123s 2022-01-11 15:11:10,913 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1576827656"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2305', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-191ab7bf-8963-4a09-9d98-096bffa12b39', 'x-compute-request-id': 'req-191ab7bf-8963-4a09-9d98-096bffa12b39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpQIBAAKCAQEA4DJkajGgImBjJ1qt/qT1AOqyTPqW9GFEbb12RtQcG3zZtlFj\\n7hVCL1KYO1HdjYXlG7uWjU12hubQpgnr4fS/HSTCposGW/oHGMM+NzE9yhu9YhTh\\n4tVWxq34YQMcmtnr3+gQ4PZNOEk6/UbCws9vKsufBuhITg4emJ/z7z1AvYNqqQ2v\\n0HyVP6BuocCUt2NUOYsS+u6tl3KKyY18s5gBoSIfDD9VmTaC9xbQWiqPnaBnFaKj\\neOQ0buua51aT08RXc7poyDnfMg/bBS1jl+ses4KCtXbSjwWcJradag13KwS9e8go\\ndEnQV2dZ8U9dX98/wSQRkPeaZ5zhrXi3gF2IzwIDAQABAoIBADJuY3QX0aOp9uPl\\nW/pJ9OrN4Gm8fLRgJNpiofZwxBnSzc5bJJVrpsWqWKAPXDz3f3/rhIQohp710L1o\\nwezD9zGBEWARKc8KwQnq8VXM9888yi8D74Ps5WYvwA1ie87BcnOdah6QiPI+Vsye\\nXDUiICmKQC13lrwoJO3EHUUVjDiUqUYLNd2rH1rcfnW7Db4JrIJpS3SVh10V+iTA\\ncjMzQ+9or2AAr5UU/mc8Bt8wIZphPkpf91X9M6N1ep62rUQH3zrCiCfZLQ0wrqqc\\nBooOt7TxVqWJSy001aKbyfRsG3sH9Mwx1jvnzbOFLicALFrZ7wkkpOtNppv6kYYF\\nlpLl0fECgYEA+uueZOO/ivUHDh2N4SYqQRL+w679idYEyx+Xeh/0BdMydfXWpjTP\\nt6oNd5K5gDqOlWzUGHioSFJ8p/rD7M3gKNheZVZRQpHhep/iCJ614xVSJikDVUms\\nM+zSmQe1/wqLYsoG+Q8gnu/utCUQc0wOLBM2+3F/Ld3yRGDt82bI9lUCgYEA5LxH\\nvGjQZvQEoyBAZPzLSBQk6zRyaIL+jeq5Nv3SVFI/1w8dSr8kklavJjmMn18hXd+2\\nKsNOnSgeRKRhRAc54COll4eyRwIXdO8PHMTzfePXLiIbVJeyD1wlKYHyDqooBJgl\\np1MikPXISnP0ZLp7/RXzO5BEDTVaxvcwfZaRvpMCgYEAmQ01XWbKBBF3jzWZwDbO\\nWUkj2uqXPgcsf1WyyMxKxW7QfcFJf7IA7Y+tjT0TJ1MQe7aZHKAkTZD69l9wOLZP\\nP7rSwU9IW6mt9mUls4pTecMci6hCnzhD8JxIzQ02Bu5AnS6L2ElQ5YGGgZ2GDj3a\\n+ylxRSgyoiCaUPkqy2frts0CgYEA42Uup+dHr+JNreKFQiBy84BbR51HVBFOgcXl\\nRf9Gl1+BagrzovitofIdhBHYdCQ95rZdwtuRjvlwRetpaxkH94VYvXFA0gkJSs3S\\np1ZBf1j/9jQgGZQJh+2iYEZ4Xw3YZODhJhynE5fU+/eU8oLWer/UpNWCYeM2EPFz\\nupby45MCgYEApjfm6OZZLbfWxj5ma7W5dYFxmmBB0lPMnaJj99B2yA4PG3SD3X/b\\nuZIZbQcYs40IYXSUTvVtxCKgAZTIoCChmVZMEU6Ie4NN2C2aMO290/bypNsesZ+W\\n2dWJFlXu0iCL1L1ayS/lRE8mfVxmLDiQv2jIRdEoXw6McwCkRgs6NwQ=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-1576827656", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgMmRqMaAiYGMnWq3+pPUA6rJM+pb0YURtvXZG1BwbfNm2UWPuFUIvUpg7Ud2NheUbu5aNTXaG5tCmCevh9L8dJMKmiwZb+gcYwz43MT3KG71iFOHi1VbGrfhhAxya2evf6BDg9k04STr9RsLCz28qy58G6EhODh6Yn/PvPUC9g2qpDa/QfJU/oG6hwJS3Y1Q5ixL67q2XcorJjXyzmAGhIh8MP1WZNoL3FtBaKo+doGcVoqN45DRu65rnVpPTxFdzumjIOd8yD9sFLWOX6x6zgoK1dtKPBZwmtp1qDXcrBL17yCh0SdBXZ1nxT11f3z/BJBGQ95pnnOGteLeAXYjP Generated-by-Nova", "fingerprint": "8b:0e:af:71:16:55:bf:d4:c1:a2:0b:f7:dd:da:07:ae", "user_id": "b805c31cc5924c6d98c83718d1884440"}}' 2022-01-11 15:11:10,974 117574 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1576827656 created 2022-01-11 15:11:12,176 117574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/security-groups 1.201s 2022-01-11 15:11:12,177 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-securitygroup--926130141", "description": "tempest-description--1838150024"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-78e927cc-c826-4630-bfaf-01a10ff30033', 'date': 'Tue, 11 Jan 2022 15:11:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "ca109a10-67bc-4616-87b5-b57864100ad0", "name": "tempest-securitygroup--926130141", "stateful": true, "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "description": "tempest-description--1838150024", "shared": false, "security_group_rules": [{"id": "232b5547-5e1f-4fdb-b0c4-1e225c955bd6", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "security_group_id": "ca109a10-67bc-4616-87b5-b57864100ad0", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 103, "description": null, "tags": [], "created_at": "2022-01-11T15:11:11Z", "updated_at": "2022-01-11T15:11:11Z", "revision_number": 0, "project_id": "9d979bb0d7f04bbe99fa7215278f1051"}, {"id": "c399cc9a-76ac-48da-89b7-ce18f0b7847a", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "security_group_id": "ca109a10-67bc-4616-87b5-b57864100ad0", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 105, "description": null, "tags": [], "created_at": "2022-01-11T15:11:11Z", "updated_at": "2022-01-11T15:11:11Z", "revision_number": 0, "project_id": "9d979bb0d7f04bbe99fa7215278f1051"}], "tags": [], "created_at": "2022-01-11T15:11:11Z", "updated_at": "2022-01-11T15:11:11Z", "revision_number": 1, "project_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:11:13,545 117574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 1.367s 2022-01-11 15:11:13,545 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "ca109a10-67bc-4616-87b5-b57864100ad0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-21ad7af6-7170-490f-af64-66e8d712dfbd', 'date': 'Tue, 11 Jan 2022 15:11:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4adff5db-67aa-4647-91f6-1c7985ec6393", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "security_group_id": "ca109a10-67bc-4616-87b5-b57864100ad0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:11:12Z", "updated_at": "2022-01-11T15:11:12Z", "revision_number": 0, "project_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:11:14,825 117574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 1.279s 2022-01-11 15:11:14,826 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "ca109a10-67bc-4616-87b5-b57864100ad0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-af62218d-a556-4da9-a41d-db2ac7ce8e2e', 'date': 'Tue, 11 Jan 2022 15:11:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cdbaabec-87ca-4456-bbf2-7b5a89178a65", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "security_group_id": "ca109a10-67bc-4616-87b5-b57864100ad0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:11:14Z", "updated_at": "2022-01-11T15:11:14Z", "revision_number": 0, "project_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:11:14,826 117574 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--926130141 created 2022-01-11 15:11:20,010 117574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/floatingips 5.183s 2022-01-11 15:11:20,010 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-86ec2cdb-52fe-4d36-8973-ff8fa16dd8fd', 'date': 'Tue, 11 Jan 2022 15:11:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "009974f2-a86d-433d-a4be-63d0cf520a4e", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "floating_ip_address": "172.27.0.140", "floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9d979bb0d7f04bbe99fa7215278f1051", "description": "", "port_details": null, "tags": [], "created_at": "2022-01-11T15:11:17Z", "updated_at": "2022-01-11T15:11:17Z", "revision_number": 0}}' 2022-01-11 15:11:20,011 117574 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '009974f2-a86d-433d-a4be-63d0cf520a4e', 'tenant_id': '9d979bb0d7f04bbe99fa7215278f1051', 'floating_ip_address': '172.27.0.140', 'floating_network_id': 'df6a89ec-3082-4c59-9ce9-72fab83d6f65', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9d979bb0d7f04bbe99fa7215278f1051', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-01-11T15:11:17Z', 'updated_at': '2022-01-11T15:11:17Z', 'revision_number': 0, 'ip': '172.27.0.140'} created 2022-01-11 15:11:20,169 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.153s 2022-01-11 15:11:20,169 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-89d0a65e-d6d2-424e-98db-e683b8776d93', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b805c31cc5924c6d98c83718d1884440", "name": "tempest-AttachVolumeTestJSON-1217129543-project", "password_expires_at": null}, "audit_ids": ["R2v5D_Z4T366TC0shCMDaw"], "expires_at": "2022-01-11T16:11:20.000000Z", "issued_at": "2022-01-11T15:11:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d979bb0d7f04bbe99fa7215278f1051", "name": "tempest-AttachVolumeTestJSON-1217129543"}, "is_domain": false, "roles": [{"id": "cf228c05981940539fde033ddb1617c9", "name": "reader"}, {"id": "742b589cf4e2420f92ec1c79533345d0", "name": "member"}], "catalog": [{"endpoints": [{"id": "ff8c9dccb172431da602af7a4808d86c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/9d979bb0d7f04bbe99fa7215278f1051", "region": "RegionOne"}], "id": "2445f88179714e8897b1240b3d3ca8c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "fc838db8edd34bc09fbb2fd5c470c27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "37b3181e80ea4d928d4344eaf6a0aa87", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "360a5cfc010e4b139e7fec6ddf825e5f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051", "region": "RegionOne"}], "id": "6212d811c2074dc5b0bf4f3ed48f4e78", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b8ae968d4b4f4d1b94ba3917b2c41d7a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_9d979bb0d7f04bbe99fa7215278f1051", "region": "RegionOne"}, {"id": "c868e46136b0404ba0579acdc8e8ce78", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}], "id": "801c08a0a2894e8d816219b6d4f835f9", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "1c66ab2e63bf4bb49dc80313a47cae5f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "98fbbb52124f44019a2b46287838ae9f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "156980714c084ee9b7e3c1a9aabd25f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051", "region": "RegionOne"}], "id": "b2e3f71e9e7c4c4e9e86900c61ced593", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "78e1c6d028784ac990fbb9593baa8bd1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "bb3c804324544028b524a4e3b489d54c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "958e1704315446638b87d2c5fc109d6d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/", "region": "RegionOne"}], "id": "d6fd01671887417e85e932aec3bf7964", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bc5f74abe8a4c0da27b847317aad02e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "fb282cf9369148db81877e30974a02dd", "type": "image", "name": "glance"}]}}' 2022-01-11 15:11:20,171 117574 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '3f4d94b5-b203-4c46-b51c-c22a8f4a2dc1', 'name': 'tempest-AttachVolumeTestJSON-1499020669-network', 'tenant_id': '9d979bb0d7f04bbe99fa7215278f1051', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9d979bb0d7f04bbe99fa7215278f1051', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 574, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-01-11T15:10:56Z', 'updated_at': '2022-01-11T15:10:56Z', 'revision_number': 1} available for tenant 2022-01-11 15:11:20,171 117574 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA4DJkajGgImBjJ1qt/qT1AOqyTPqW9GFEbb12RtQcG3zZtlFj\n7hVCL1KYO1HdjYXlG7uWjU12hubQpgnr4fS/HSTCposGW/oHGMM+NzE9yhu9YhTh\n4tVWxq34YQMcmtnr3+gQ4PZNOEk6/UbCws9vKsufBuhITg4emJ/z7z1AvYNqqQ2v\n0HyVP6BuocCUt2NUOYsS+u6tl3KKyY18s5gBoSIfDD9VmTaC9xbQWiqPnaBnFaKj\neOQ0buua51aT08RXc7poyDnfMg/bBS1jl+ses4KCtXbSjwWcJradag13KwS9e8go\ndEnQV2dZ8U9dX98/wSQRkPeaZ5zhrXi3gF2IzwIDAQABAoIBADJuY3QX0aOp9uPl\nW/pJ9OrN4Gm8fLRgJNpiofZwxBnSzc5bJJVrpsWqWKAPXDz3f3/rhIQohp710L1o\nwezD9zGBEWARKc8KwQnq8VXM9888yi8D74Ps5WYvwA1ie87BcnOdah6QiPI+Vsye\nXDUiICmKQC13lrwoJO3EHUUVjDiUqUYLNd2rH1rcfnW7Db4JrIJpS3SVh10V+iTA\ncjMzQ+9or2AAr5UU/mc8Bt8wIZphPkpf91X9M6N1ep62rUQH3zrCiCfZLQ0wrqqc\nBooOt7TxVqWJSy001aKbyfRsG3sH9Mwx1jvnzbOFLicALFrZ7wkkpOtNppv6kYYF\nlpLl0fECgYEA+uueZOO/ivUHDh2N4SYqQRL+w679idYEyx+Xeh/0BdMydfXWpjTP\nt6oNd5K5gDqOlWzUGHioSFJ8p/rD7M3gKNheZVZRQpHhep/iCJ614xVSJikDVUms\nM+zSmQe1/wqLYsoG+Q8gnu/utCUQc0wOLBM2+3F/Ld3yRGDt82bI9lUCgYEA5LxH\nvGjQZvQEoyBAZPzLSBQk6zRyaIL+jeq5Nv3SVFI/1w8dSr8kklavJjmMn18hXd+2\nKsNOnSgeRKRhRAc54COll4eyRwIXdO8PHMTzfePXLiIbVJeyD1wlKYHyDqooBJgl\np1MikPXISnP0ZLp7/RXzO5BEDTVaxvcwfZaRvpMCgYEAmQ01XWbKBBF3jzWZwDbO\nWUkj2uqXPgcsf1WyyMxKxW7QfcFJf7IA7Y+tjT0TJ1MQe7aZHKAkTZD69l9wOLZP\nP7rSwU9IW6mt9mUls4pTecMci6hCnzhD8JxIzQ02Bu5AnS6L2ElQ5YGGgZ2GDj3a\n+ylxRSgyoiCaUPkqy2frts0CgYEA42Uup+dHr+JNreKFQiBy84BbR51HVBFOgcXl\nRf9Gl1+BagrzovitofIdhBHYdCQ95rZdwtuRjvlwRetpaxkH94VYvXFA0gkJSs3S\np1ZBf1j/9jQgGZQJh+2iYEZ4Xw3YZODhJhynE5fU+/eU8oLWer/UpNWCYeM2EPFz\nupby45MCgYEApjfm6OZZLbfWxj5ma7W5dYFxmmBB0lPMnaJj99B2yA4PG3SD3X/b\nuZIZbQcYs40IYXSUTvVtxCKgAZTIoCChmVZMEU6Ie4NN2C2aMO290/bypNsesZ+W\n2dWJFlXu0iCL1L1ayS/lRE8mfVxmLDiQv2jIRdEoXw6McwCkRgs6NwQ=\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-1576827656', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgMmRqMaAiYGMnWq3+pPUA6rJM+pb0YURtvXZG1BwbfNm2UWPuFUIvUpg7Ud2NheUbu5aNTXaG5tCmCevh9L8dJMKmiwZb+gcYwz43MT3KG71iFOHi1VbGrfhhAxya2evf6BDg9k04STr9RsLCz28qy58G6EhODh6Yn/PvPUC9g2qpDa/QfJU/oG6hwJS3Y1Q5ixL67q2XcorJjXyzmAGhIh8MP1WZNoL3FtBaKo+doGcVoqN45DRu65rnVpPTxFdzumjIOd8yD9sFLWOX6x6zgoK1dtKPBZwmtp1qDXcrBL17yCh0SdBXZ1nxT11f3z/BJBGQ95pnnOGteLeAXYjP Generated-by-Nova', 'fingerprint': '8b:0e:af:71:16:55:bf:d4:c1:a2:0b:f7:dd:da:07:ae', 'user_id': 'b805c31cc5924c6d98c83718d1884440'}, 'security_group': {'id': 'ca109a10-67bc-4616-87b5-b57864100ad0', 'name': 'tempest-securitygroup--926130141', 'stateful': True, 'tenant_id': '9d979bb0d7f04bbe99fa7215278f1051', 'description': 'tempest-description--1838150024', 'shared': False, 'security_group_rules': [{'id': '232b5547-5e1f-4fdb-b0c4-1e225c955bd6', 'tenant_id': '9d979bb0d7f04bbe99fa7215278f1051', 'security_group_id': 'ca109a10-67bc-4616-87b5-b57864100ad0', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 103, 'description': None, 'tags': [], 'created_at': '2022-01-11T15:11:11Z', 'updated_at': '2022-01-11T15:11:11Z', 'revision_number': 0, 'project_id': '9d979bb0d7f04bbe99fa7215278f1051'}, {'id': 'c399cc9a-76ac-48da-89b7-ce18f0b7847a', 'tenant_id': '9d979bb0d7f04bbe99fa7215278f1051', 'security_group_id': 'ca109a10-67bc-4616-87b5-b57864100ad0', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 105, 'description': None, 'tags': [], 'created_at': '2022-01-11T15:11:11Z', 'updated_at': '2022-01-11T15:11:11Z', 'revision_number': 0, 'project_id': '9d979bb0d7f04bbe99fa7215278f1051'}], 'tags': [], 'created_at': '2022-01-11T15:11:11Z', 'updated_at': '2022-01-11T15:11:11Z', 'revision_number': 1, 'project_id': '9d979bb0d7f04bbe99fa7215278f1051'}, 'floating_ip': {'id': '009974f2-a86d-433d-a4be-63d0cf520a4e', 'tenant_id': '9d979bb0d7f04bbe99fa7215278f1051', 'floating_ip_address': '172.27.0.140', 'floating_network_id': 'df6a89ec-3082-4c59-9ce9-72fab83d6f65', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9d979bb0d7f04bbe99fa7215278f1051', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-01-11T15:11:17Z', 'updated_at': '2022-01-11T15:11:17Z', 'revision_number': 0, 'ip': '172.27.0.140'}} 2022-01-11 15:11:22,653 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.52/compute/v2.1/servers 2.480s 2022-01-11 15:11:22,653 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1874287338", "imageRef": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "3f4d94b5-b203-4c46-b51c-c22a8f4a2dc1"}], "security_groups": [{"name": "tempest-securitygroup--926130141"}], "key_name": "tempest-keypair-1576827656", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e6429ad-f94a-4546-beab-591757a31546', 'x-compute-request-id': 'req-9e6429ad-f94a-4546-beab-591757a31546', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--926130141"}], "adminPass": "password"}}' 2022-01-11 15:11:22,877 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.221s 2022-01-11 15:11:22,877 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c01f2d2b-50fb-477e-9c29-ee1cc8bed565', 'x-compute-request-id': 'req-c01f2d2b-50fb-477e-9c29-ee1cc8bed565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:23,992 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.106s 2022-01-11 15:11:23,992 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0069cad8-6901-4fb6-8685-df3b1218aacb', 'x-compute-request-id': 'req-0069cad8-6901-4fb6-8685-df3b1218aacb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:25,128 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.126s 2022-01-11 15:11:25,128 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ddf5b6e-e623-4af4-9e58-a667fd7b807f', 'x-compute-request-id': 'req-2ddf5b6e-e623-4af4-9e58-a667fd7b807f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:26,231 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.094s 2022-01-11 15:11:26,232 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-749a78dc-8c04-4c28-8741-a53b45535a1f', 'x-compute-request-id': 'req-749a78dc-8c04-4c28-8741-a53b45535a1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:27,324 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.084s 2022-01-11 15:11:27,324 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1242', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f43f8bdc-a775-4327-bf1b-c1e926fdcfdd', 'x-compute-request-id': 'req-f43f8bdc-a775-4327-bf1b-c1e926fdcfdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:28,508 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.174s 2022-01-11 15:11:28,508 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c0f5059-a23b-4d4c-8497-c8f331b6c18f', 'x-compute-request-id': 'req-2c0f5059-a23b-4d4c-8497-c8f331b6c18f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:28,515 117574 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 6 second wait 2022-01-11 15:11:29,976 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.459s 2022-01-11 15:11:29,976 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1298', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f874a022-d914-47b8-ae6d-4a8233b6c144', 'x-compute-request-id': 'req-f874a022-d914-47b8-ae6d-4a8233b6c144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:29,984 117574 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait 2022-01-11 15:11:31,801 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.816s 2022-01-11 15:11:31,802 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2d9b00f-0d29-4265-984b-0291d1a73ba6', 'x-compute-request-id': 'req-d2d9b00f-0d29-4265-984b-0291d1a73ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:31,809 117574 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 9 second wait 2022-01-11 15:11:33,221 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.410s 2022-01-11 15:11:33,222 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63ae2f4c-525d-4afb-86d3-e419d7f0e47f', 'x-compute-request-id': 'req-63ae2f4c-525d-4afb-86d3-e419d7f0e47f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:34,449 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.219s 2022-01-11 15:11:34,449 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58ae2cad-e3ed-40b9-8dad-7d1cb94d1f07', 'x-compute-request-id': 'req-58ae2cad-e3ed-40b9-8dad-7d1cb94d1f07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:35,703 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.245s 2022-01-11 15:11:35,703 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1bff979-4eae-45e9-a85d-2f0dca4e7319', 'x-compute-request-id': 'req-f1bff979-4eae-45e9-a85d-2f0dca4e7319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:36,989 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.277s 2022-01-11 15:11:36,989 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c4b9730-9a16-40fc-9424-7849b1a6a385', 'x-compute-request-id': 'req-3c4b9730-9a16-40fc-9424-7849b1a6a385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:38,214 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.217s 2022-01-11 15:11:38,217 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1777751e-e9bb-4bf6-b7f0-eebc8d949222', 'x-compute-request-id': 'req-1777751e-e9bb-4bf6-b7f0-eebc8d949222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:39,440 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.214s 2022-01-11 15:11:39,440 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e584c3f-a133-4bd7-881a-67c5df892390', 'x-compute-request-id': 'req-9e584c3f-a133-4bd7-881a-67c5df892390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:40,659 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.210s 2022-01-11 15:11:40,659 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80a1533f-b3ce-48cc-8c9f-99e639b3bdef', 'x-compute-request-id': 'req-80a1533f-b3ce-48cc-8c9f-99e639b3bdef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:41,848 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.181s 2022-01-11 15:11:41,849 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f30049be-b163-4ebc-a618-eed7af84eabe', 'x-compute-request-id': 'req-f30049be-b163-4ebc-a618-eed7af84eabe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:43,041 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.183s 2022-01-11 15:11:43,041 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e5db245-4ac5-4b45-bd7f-9775db04265c', 'x-compute-request-id': 'req-5e5db245-4ac5-4b45-bd7f-9775db04265c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:44,236 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.187s 2022-01-11 15:11:44,236 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c58acc17-8b99-4928-b7d7-c6268a707049', 'x-compute-request-id': 'req-c58acc17-8b99-4928-b7d7-c6268a707049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:45,497 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.252s 2022-01-11 15:11:45,498 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d50e4b0-9d75-4453-81f0-87c635be6f31', 'x-compute-request-id': 'req-5d50e4b0-9d75-4453-81f0-87c635be6f31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:46,691 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.185s 2022-01-11 15:11:46,692 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5e89df2-9717-48b4-a35d-1e59e3dc8bbb', 'x-compute-request-id': 'req-e5e89df2-9717-48b4-a35d-1e59e3dc8bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:47,876 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.175s 2022-01-11 15:11:47,877 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77edf139-eb5c-4241-bc80-9cc3f01fe988', 'x-compute-request-id': 'req-77edf139-eb5c-4241-bc80-9cc3f01fe988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:49,105 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.219s 2022-01-11 15:11:49,105 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0227397-23ea-4627-9200-633792608060', 'x-compute-request-id': 'req-d0227397-23ea-4627-9200-633792608060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:50,285 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.171s 2022-01-11 15:11:50,286 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84f53793-ccc9-49bb-adec-c1d1777506f5', 'x-compute-request-id': 'req-84f53793-ccc9-49bb-adec-c1d1777506f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:51,530 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.236s 2022-01-11 15:11:51,531 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47643878-5796-400c-b4aa-dfa99aecd7ec', 'x-compute-request-id': 'req-47643878-5796-400c-b4aa-dfa99aecd7ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:52,819 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.279s 2022-01-11 15:11:52,820 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66ac2014-8b75-4d3c-8aeb-fe6adcb1e0a3', 'x-compute-request-id': 'req-66ac2014-8b75-4d3c-8aeb-fe6adcb1e0a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:57,046 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 3.218s 2022-01-11 15:11:57,046 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5d387ea-b49c-4852-b957-760906f352fd', 'x-compute-request-id': 'req-a5d387ea-b49c-4852-b957-760906f352fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:58,241 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.186s 2022-01-11 15:11:58,241 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89b17faa-452e-4976-a7f9-ed4498e3ad64', 'x-compute-request-id': 'req-89b17faa-452e-4976-a7f9-ed4498e3ad64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:59,414 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.164s 2022-01-11 15:11:59,414 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7478a49c-e404-4145-8637-63bd36580b7f', 'x-compute-request-id': 'req-7478a49c-e404-4145-8637-63bd36580b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "ACTIVE", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:11:59Z", "addresses": {"tempest-AttachVolumeTestJSON-1499020669-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:cd:03"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": "2022-01-11T15:11:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:11:59,422 117574 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 37 second wait 2022-01-11 15:11:59,519 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/os-interface 0.096s 2022-01-11 15:11:59,519 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:11:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81522e7a-0fc7-4e2d-abc8-c17780e75cb7', 'x-compute-request-id': 'req-81522e7a-0fc7-4e2d-abc8-c17780e75cb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3f4d94b5-b203-4c46-b51c-c22a8f4a2dc1", "port_id": "3c3557a2-ffc2-4330-a17d-f0701fba5be9", "mac_addr": "fa:16:3e:b6:cd:03", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e8568937-397a-4d6b-b39e-cf45c925616b", "ip_address": "172.20.0.3"}]}]}' 2022-01-11 15:12:01,035 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.222.0.52:9696/v2.0/floatingips/009974f2-a86d-433d-a4be-63d0cf520a4e 1.512s 2022-01-11 15:12:01,039 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "3c3557a2-ffc2-4330-a17d-f0701fba5be9"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-f301c0c4-5e16-4069-b72d-14fa6f93397d', 'date': 'Tue, 11 Jan 2022 15:12:01 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips/009974f2-a86d-433d-a4be-63d0cf520a4e'} Body: b'{"floatingip": {"id": "009974f2-a86d-433d-a4be-63d0cf520a4e", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "floating_ip_address": "172.27.0.140", "floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65", "router_id": "6d66a926-8a28-4f33-b478-fbffaf743f57", "port_id": "3c3557a2-ffc2-4330-a17d-f0701fba5be9", "fixed_ip_address": "172.20.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3f4d94b5-b203-4c46-b51c-c22a8f4a2dc1", "mac_address": "fa:16:3e:b6:cd:03", "admin_state_up": true, "status": "ACTIVE", "device_id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-01-11T15:11:17Z", "updated_at": "2022-01-11T15:12:00Z", "revision_number": 1, "project_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:12:01,149 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.110s 2022-01-11 15:12:01,150 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b49f2fff-bb26-4ec4-b606-55abdb696c2a', 'x-compute-request-id': 'req-b49f2fff-bb26-4ec4-b606-55abdb696c2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": ""}' 2022-01-11 15:12:02,412 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.260s 2022-01-11 15:12:02,413 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77d028b8-6c4f-4b8a-8db1-2a265007fcd5', 'x-compute-request-id': 'req-77d028b8-6c4f-4b8a-8db1-2a265007fcd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": ""}' 2022-01-11 15:12:03,519 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.104s 2022-01-11 15:12:03,519 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f92c3bda-d0d2-4d8b-a3a2-276030f5a74c', 'x-compute-request-id': 'req-f92c3bda-d0d2-4d8b-a3a2-276030f5a74c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": ""}' 2022-01-11 15:12:04,625 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.103s 2022-01-11 15:12:04,625 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-776cca83-77c9-4c64-86b9-5cf0109ccd28', 'x-compute-request-id': 'req-776cca83-77c9-4c64-86b9-5cf0109ccd28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": ""}' 2022-01-11 15:12:05,979 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.352s 2022-01-11 15:12:05,980 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-223978f8-f2bd-4ddf-9a51-017b69fa5049', 'x-compute-request-id': 'req-223978f8-f2bd-4ddf-9a51-017b69fa5049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": ""}' 2022-01-11 15:12:10,725 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 3.744s 2022-01-11 15:12:10,726 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a98db9e8-afc1-4ddf-a088-73a1533034a7', 'x-compute-request-id': 'req-a98db9e8-afc1-4ddf-a088-73a1533034a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": ""}' 2022-01-11 15:12:11,834 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.105s 2022-01-11 15:12:11,834 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d3266b5-4a58-4571-9086-a0c966d6052d', 'x-compute-request-id': 'req-0d3266b5-4a58-4571-9086-a0c966d6052d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": ""}' 2022-01-11 15:12:12,942 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.105s 2022-01-11 15:12:12,942 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f9798e0-87a1-4c24-8f41-e334fd3b7e27', 'x-compute-request-id': 'req-5f9798e0-87a1-4c24-8f41-e334fd3b7e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": ""}' 2022-01-11 15:12:14,045 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.100s 2022-01-11 15:12:14,045 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eea1701f-ef1b-4c94-8668-21d3543698f9', 'x-compute-request-id': 'req-eea1701f-ef1b-4c94-8668-21d3543698f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": ""}' 2022-01-11 15:12:15,156 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.108s 2022-01-11 15:12:15,156 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93ac7d0d-4356-45f7-9b39-e471d6897f5f', 'x-compute-request-id': 'req-93ac7d0d-4356-45f7-9b39-e471d6897f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": ""}' 2022-01-11 15:12:16,252 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.093s 2022-01-11 15:12:16,253 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75606e3f-d5cf-47b5-80b8-e812332c17cf', 'x-compute-request-id': 'req-75606e3f-d5cf-47b5-80b8-e812332c17cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": ""}' 2022-01-11 15:12:17,447 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.192s 2022-01-11 15:12:17,447 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2934b84e-72ca-48c1-a577-1004b38aa249', 'x-compute-request-id': 'req-2934b84e-72ca-48c1-a577-1004b38aa249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": ""}' 2022-01-11 15:12:18,609 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.159s 2022-01-11 15:12:18,610 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac8de0c0-9002-45e5-a3d1-3d2102d5c619', 'x-compute-request-id': 'req-ac8de0c0-9002-45e5-a3d1-3d2102d5c619', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": ""}' 2022-01-11 15:12:19,827 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.213s 2022-01-11 15:12:19,827 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '6225', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c72cb7a-ef60-4f0a-b121-d87e1a852d4e', 'x-compute-request-id': 'req-5c72cb7a-ef60-4f0a-b121-d87e1a852d4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:21,106 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.276s 2022-01-11 15:12:21,106 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '9658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4beaa5a-d659-4515-908f-d8d42465cb53', 'x-compute-request-id': 'req-a4beaa5a-d659-4515-908f-d8d42465cb53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:22,283 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.175s 2022-01-11 15:12:22,284 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14203', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b588f33-cad9-4669-b86c-f07c344598ec', 'x-compute-request-id': 'req-7b588f33-cad9-4669-b86c-f07c344598ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:23,394 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.108s 2022-01-11 15:12:23,395 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '16120', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77fdb506-3f95-4215-b7f6-dd478e2eb951', 'x-compute-request-id': 'req-77fdb506-3f95-4215-b7f6-dd478e2eb951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:24,516 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.117s 2022-01-11 15:12:24,516 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '17602', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23c0ed76-cb67-400e-90c1-a30a0d053c79', 'x-compute-request-id': 'req-23c0ed76-cb67-400e-90c1-a30a0d053c79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:25,642 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.123s 2022-01-11 15:12:25,643 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '17602', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d652d7aa-0728-4996-9874-b4d9ce49624c', 'x-compute-request-id': 'req-d652d7aa-0728-4996-9874-b4d9ce49624c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:26,752 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.100s 2022-01-11 15:12:26,753 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18772', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffb7a267-8060-4176-98fb-16d63cccec8f', 'x-compute-request-id': 'req-ffb7a267-8060-4176-98fb-16d63cccec8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:27,924 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.166s 2022-01-11 15:12:27,925 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '20511', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11dc379c-2212-493e-a98c-f25b12c8a4cc', 'x-compute-request-id': 'req-11dc379c-2212-493e-a98c-f25b12c8a4cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:29,053 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.125s 2022-01-11 15:12:29,053 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '22015', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f81cd85-020e-4423-aaef-1a9fb53baaf9', 'x-compute-request-id': 'req-9f81cd85-020e-4423-aaef-1a9fb53baaf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:30,177 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.121s 2022-01-11 15:12:30,178 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23226', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c794382-dcba-4748-a1d4-faf58fcfa1c6', 'x-compute-request-id': 'req-2c794382-dcba-4748-a1d4-faf58fcfa1c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:31,283 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.102s 2022-01-11 15:12:31,284 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24174', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7182ecb3-d3ae-4898-ac06-826f416db0b2', 'x-compute-request-id': 'req-7182ecb3-d3ae-4898-ac06-826f416db0b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:32,412 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.125s 2022-01-11 15:12:32,412 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '25430', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af06556d-077e-4f60-ab59-be10cd6c16ae', 'x-compute-request-id': 'req-af06556d-077e-4f60-ab59-be10cd6c16ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:33,517 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.101s 2022-01-11 15:12:33,517 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26258', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c486712-1262-4a3c-98f8-636b1645c540', 'x-compute-request-id': 'req-9c486712-1262-4a3c-98f8-636b1645c540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:34,673 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.148s 2022-01-11 15:12:34,677 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27075', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d698e0ff-e697-47d2-8fcb-cc8884312d85', 'x-compute-request-id': 'req-d698e0ff-e697-47d2-8fcb-cc8884312d85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:35,802 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.122s 2022-01-11 15:12:35,803 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27648', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-faa71d24-a067-4151-90da-ec11936ae93d', 'x-compute-request-id': 'req-faa71d24-a067-4151-90da-ec11936ae93d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:40,103 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 3.298s 2022-01-11 15:12:40,104 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27834', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ddc2395-67ae-41a6-9dd1-d969f8cbbfd2', 'x-compute-request-id': 'req-3ddc2395-67ae-41a6-9dd1-d969f8cbbfd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:41,214 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.107s 2022-01-11 15:12:41,215 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27834', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96606ef2-fb54-43d8-9e0b-e4aa6251fb05', 'x-compute-request-id': 'req-96606ef2-fb54-43d8-9e0b-e4aa6251fb05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:46,655 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 4.438s 2022-01-11 15:12:46,656 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27900', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ba49b3d-8297-47df-9e7a-b35daeeb2396', 'x-compute-request-id': 'req-2ba49b3d-8297-47df-9e7a-b35daeeb2396', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:47,921 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.262s 2022-01-11 15:12:47,922 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28079', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cf63921-9d64-4b5f-a300-ebfd28a67316', 'x-compute-request-id': 'req-3cf63921-9d64-4b5f-a300-ebfd28a67316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:49,167 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.243s 2022-01-11 15:12:49,168 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ccd12c2-6333-4ddf-bfa4-f473c3892294', 'x-compute-request-id': 'req-7ccd12c2-6333-4ddf-bfa4-f473c3892294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:50,360 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.188s 2022-01-11 15:12:50,360 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9004bd83-ab5d-4184-9098-82b4e3a27bc2', 'x-compute-request-id': 'req-9004bd83-ab5d-4184-9098-82b4e3a27bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:55,122 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 3.758s 2022-01-11 15:12:55,122 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c55c4acf-839b-44fd-8d39-f1417b3e8930', 'x-compute-request-id': 'req-c55c4acf-839b-44fd-8d39-f1417b3e8930', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:12:56,217 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.091s 2022-01-11 15:12:56,218 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5454705-27a8-4ee5-8c41-17ad80bc2c7f', 'x-compute-request-id': 'req-d5454705-27a8-4ee5-8c41-17ad80bc2c7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:01,660 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 4.440s 2022-01-11 15:13:01,670 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:12:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c1c2d23-af39-4b34-9a2d-72571e525c3f', 'x-compute-request-id': 'req-9c1c2d23-af39-4b34-9a2d-72571e525c3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:02,894 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.221s 2022-01-11 15:13:02,895 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c33f68c1-870a-40ca-958c-a542dc9ba6f0', 'x-compute-request-id': 'req-c33f68c1-870a-40ca-958c-a542dc9ba6f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:08,324 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 4.426s 2022-01-11 15:13:08,325 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e0394b3-37bd-4cb5-8a53-e2eee4f4433e', 'x-compute-request-id': 'req-4e0394b3-37bd-4cb5-8a53-e2eee4f4433e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:09,488 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.160s 2022-01-11 15:13:09,488 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55aef0e5-7d53-4367-9e3d-00f30c575d81', 'x-compute-request-id': 'req-55aef0e5-7d53-4367-9e3d-00f30c575d81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:10,598 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.107s 2022-01-11 15:13:10,599 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57c36ee1-752a-4a07-9afa-113faaddd4dc', 'x-compute-request-id': 'req-57c36ee1-752a-4a07-9afa-113faaddd4dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:14,826 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 3.224s 2022-01-11 15:13:14,827 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40103201-97e1-4957-a01c-3308b8764a57', 'x-compute-request-id': 'req-40103201-97e1-4957-a01c-3308b8764a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:20,295 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 4.465s 2022-01-11 15:13:20,296 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-950a3493-a8df-4da9-8b55-f9a8f7695c64', 'x-compute-request-id': 'req-950a3493-a8df-4da9-8b55-f9a8f7695c64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:21,432 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.133s 2022-01-11 15:13:21,435 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8e7fddc-77a7-4337-9077-ec38247d7735', 'x-compute-request-id': 'req-c8e7fddc-77a7-4337-9077-ec38247d7735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:22,564 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.126s 2022-01-11 15:13:22,567 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-527b155f-ce0a-4058-ab5a-75ebda725ec9', 'x-compute-request-id': 'req-527b155f-ce0a-4058-ab5a-75ebda725ec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:24,009 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.439s 2022-01-11 15:13:24,010 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94e4ee4f-f9b9-44ba-ad5f-42d6efee7da9', 'x-compute-request-id': 'req-94e4ee4f-f9b9-44ba-ad5f-42d6efee7da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:28,660 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 3.647s 2022-01-11 15:13:28,661 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a120d7b3-73f3-4a1d-bf45-47819755f1d8', 'x-compute-request-id': 'req-a120d7b3-73f3-4a1d-bf45-47819755f1d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:29,942 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.280s 2022-01-11 15:13:29,943 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b036958f-dc73-4724-b2cf-9739c8d65451', 'x-compute-request-id': 'req-b036958f-dc73-4724-b2cf-9739c8d65451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:31,046 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.101s 2022-01-11 15:13:31,047 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ff8246c-b01f-49ca-97b6-a960c46fc399', 'x-compute-request-id': 'req-0ff8246c-b01f-49ca-97b6-a960c46fc399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:32,148 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.098s 2022-01-11 15:13:32,148 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89ca4794-b175-499e-b2f7-fa7b5a4224f6', 'x-compute-request-id': 'req-89ca4794-b175-499e-b2f7-fa7b5a4224f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:33,292 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.141s 2022-01-11 15:13:33,293 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54d34ff8-08ff-4d1b-959c-27bd3f19b3d7', 'x-compute-request-id': 'req-54d34ff8-08ff-4d1b-959c-27bd3f19b3d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:34,407 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.111s 2022-01-11 15:13:34,407 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e4f19ff-5808-4cfc-89d4-a21bcfe96a83', 'x-compute-request-id': 'req-1e4f19ff-5808-4cfc-89d4-a21bcfe96a83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:35,504 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.094s 2022-01-11 15:13:35,505 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e2c0eb5-2cc5-43a9-ba36-d90c5e8c08b8', 'x-compute-request-id': 'req-3e2c0eb5-2cc5-43a9-ba36-d90c5e8c08b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:36,690 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.183s 2022-01-11 15:13:36,691 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b390562b-cad7-40f4-9e3e-fe783362912f', 'x-compute-request-id': 'req-b390562b-cad7-40f4-9e3e-fe783362912f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:37,844 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.151s 2022-01-11 15:13:37,845 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74114d5a-3052-45e7-8990-8b4b58a72563', 'x-compute-request-id': 'req-74114d5a-3052-45e7-8990-8b4b58a72563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:39,209 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.361s 2022-01-11 15:13:39,224 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14db0b01-22c1-4714-b722-1b7973916b21', 'x-compute-request-id': 'req-14db0b01-22c1-4714-b722-1b7973916b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:40,477 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.249s 2022-01-11 15:13:40,478 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1a382eb-c32e-4318-94b0-640bd4122e12', 'x-compute-request-id': 'req-f1a382eb-c32e-4318-94b0-640bd4122e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:41,691 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.211s 2022-01-11 15:13:41,692 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28196', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3aa357a1-68ff-41a3-940e-1dcb0ec40154', 'x-compute-request-id': 'req-3aa357a1-68ff-41a3-940e-1dcb0ec40154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:43,263 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.568s 2022-01-11 15:13:43,263 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28485', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d87ae08-e616-4504-b303-823fda8b2607', 'x-compute-request-id': 'req-0d87ae08-e616-4504-b303-823fda8b2607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:44,726 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.460s 2022-01-11 15:13:44,728 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28487', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3850526-40d9-47b1-a6fd-33732afd58f6', 'x-compute-request-id': 'req-c3850526-40d9-47b1-a6fd-33732afd58f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:45,881 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.150s 2022-01-11 15:13:45,881 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73a66208-4223-48ec-a98e-ef8f21cac8db', 'x-compute-request-id': 'req-73a66208-4223-48ec-a98e-ef8f21cac8db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:47,095 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.211s 2022-01-11 15:13:47,096 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c977e67a-981b-4cdc-bd2d-9b789a638b42', 'x-compute-request-id': 'req-c977e67a-981b-4cdc-bd2d-9b789a638b42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:48,471 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.372s 2022-01-11 15:13:48,471 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d64a520-35bd-43e3-b481-19b8bbb3c5d4', 'x-compute-request-id': 'req-8d64a520-35bd-43e3-b481-19b8bbb3c5d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:50,172 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.698s 2022-01-11 15:13:50,178 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e5bfe4e-024c-41cd-8037-dca38bcc37c4', 'x-compute-request-id': 'req-5e5bfe4e-024c-41cd-8037-dca38bcc37c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:51,831 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.651s 2022-01-11 15:13:51,832 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a97b804-296a-4ad5-bedc-ed085c887723', 'x-compute-request-id': 'req-3a97b804-296a-4ad5-bedc-ed085c887723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:52,987 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.143s 2022-01-11 15:13:52,987 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ce2d6f8-12f4-4cc6-a4dd-89333d2f4953', 'x-compute-request-id': 'req-5ce2d6f8-12f4-4cc6-a4dd-89333d2f4953', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:54,319 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.329s 2022-01-11 15:13:54,320 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e196d06-9597-47c0-b6ce-f58c70c83dc4', 'x-compute-request-id': 'req-4e196d06-9597-47c0-b6ce-f58c70c83dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:55,469 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.146s 2022-01-11 15:13:55,470 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03936db8-177a-4d29-886b-ace76aad61bb', 'x-compute-request-id': 'req-03936db8-177a-4d29-886b-ace76aad61bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:56,592 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.120s 2022-01-11 15:13:56,593 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70920d64-3eb4-42f5-91e5-f692db5df968', 'x-compute-request-id': 'req-70920d64-3eb4-42f5-91e5-f692db5df968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:57,771 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.176s 2022-01-11 15:13:57,772 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4903216-a9b3-4255-a599-7baabdf39719', 'x-compute-request-id': 'req-d4903216-a9b3-4255-a599-7baabdf39719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:58,892 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.118s 2022-01-11 15:13:58,894 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4046302d-816a-41b8-9d52-a6c8e4000926', 'x-compute-request-id': 'req-4046302d-816a-41b8-9d52-a6c8e4000926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:13:59,984 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.087s 2022-01-11 15:13:59,985 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1584598d-8435-437c-a7f3-2f6cb6a1f889', 'x-compute-request-id': 'req-1584598d-8435-437c-a7f3-2f6cb6a1f889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:01,188 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.200s 2022-01-11 15:14:01,188 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1519be3e-39ab-4451-8730-3e735d22ba02', 'x-compute-request-id': 'req-1519be3e-39ab-4451-8730-3e735d22ba02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:02,310 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.120s 2022-01-11 15:14:02,311 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e1b27df-abdb-4419-b762-baad7bf6d82a', 'x-compute-request-id': 'req-3e1b27df-abdb-4419-b762-baad7bf6d82a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:03,428 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.114s 2022-01-11 15:14:03,429 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c98042c-ee54-448b-811c-4dff5d0450db', 'x-compute-request-id': 'req-0c98042c-ee54-448b-811c-4dff5d0450db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:12,099 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 7.667s 2022-01-11 15:14:12,100 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a787e82e-36ab-46b3-84e1-6af1b992e021', 'x-compute-request-id': 'req-a787e82e-36ab-46b3-84e1-6af1b992e021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:19,057 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 5.954s 2022-01-11 15:14:19,058 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9daa33fc-1647-4993-84d0-8ccc65692a5a', 'x-compute-request-id': 'req-9daa33fc-1647-4993-84d0-8ccc65692a5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:20,195 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.134s 2022-01-11 15:14:20,196 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce6c27d9-066d-4ec1-8309-d3b1f9cabc47', 'x-compute-request-id': 'req-ce6c27d9-066d-4ec1-8309-d3b1f9cabc47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:21,286 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.086s 2022-01-11 15:14:21,286 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e23856a9-495f-4118-a1dc-3f054433f084', 'x-compute-request-id': 'req-e23856a9-495f-4118-a1dc-3f054433f084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:22,386 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.097s 2022-01-11 15:14:22,387 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87a6e218-ce11-4dc6-946e-a355c9ee190e', 'x-compute-request-id': 'req-87a6e218-ce11-4dc6-946e-a355c9ee190e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:23,479 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.090s 2022-01-11 15:14:23,480 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab86026f-436b-420b-882c-8b649f6722d1', 'x-compute-request-id': 'req-ab86026f-436b-420b-882c-8b649f6722d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:24,593 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.111s 2022-01-11 15:14:24,594 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e90c67f7-158b-4347-bcc1-b50edf123182', 'x-compute-request-id': 'req-e90c67f7-158b-4347-bcc1-b50edf123182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:25,723 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.126s 2022-01-11 15:14:25,723 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-010eabe3-f286-4e5f-b48a-bc2eb48d95d6', 'x-compute-request-id': 'req-010eabe3-f286-4e5f-b48a-bc2eb48d95d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:26,846 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.119s 2022-01-11 15:14:26,846 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-188ce1c8-b1a5-40f2-976f-ba3fdd435a0b', 'x-compute-request-id': 'req-188ce1c8-b1a5-40f2-976f-ba3fdd435a0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:27,987 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.137s 2022-01-11 15:14:27,988 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-158a8a58-72a3-44d1-aaba-8c8a1113882e', 'x-compute-request-id': 'req-158a8a58-72a3-44d1-aaba-8c8a1113882e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:29,144 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.153s 2022-01-11 15:14:29,145 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-914e01a5-2cfa-4bf5-9b05-efaaf90cc3af', 'x-compute-request-id': 'req-914e01a5-2cfa-4bf5-9b05-efaaf90cc3af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:30,260 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.112s 2022-01-11 15:14:30,260 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09f9aea0-312d-40d2-ab47-a9c4a0881128', 'x-compute-request-id': 'req-09f9aea0-312d-40d2-ab47-a9c4a0881128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:31,390 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.127s 2022-01-11 15:14:31,391 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac9d0944-6225-4441-a625-4b14c3d5c2f7', 'x-compute-request-id': 'req-ac9d0944-6225-4441-a625-4b14c3d5c2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:32,583 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.189s 2022-01-11 15:14:32,589 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dab5dfd-5ab5-4b24-8794-01831e6922da', 'x-compute-request-id': 'req-2dab5dfd-5ab5-4b24-8794-01831e6922da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:33,725 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.133s 2022-01-11 15:14:33,726 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dbccd9e-62f8-4c9d-8438-ddf3edd412cd', 'x-compute-request-id': 'req-9dbccd9e-62f8-4c9d-8438-ddf3edd412cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:34,923 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.194s 2022-01-11 15:14:34,924 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94534173-1909-4915-9d44-55bee5d00417', 'x-compute-request-id': 'req-94534173-1909-4915-9d44-55bee5d00417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:36,163 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.237s 2022-01-11 15:14:36,164 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bc48cc4-1f09-4c8d-b835-9fc6f3c9ac8e', 'x-compute-request-id': 'req-3bc48cc4-1f09-4c8d-b835-9fc6f3c9ac8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:37,681 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.514s 2022-01-11 15:14:37,682 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d051359-4ef4-4cd1-9124-16fe57789e6b', 'x-compute-request-id': 'req-6d051359-4ef4-4cd1-9124-16fe57789e6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:38,830 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.145s 2022-01-11 15:14:38,830 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91717c47-2424-4b00-8873-b7da18c37e26', 'x-compute-request-id': 'req-91717c47-2424-4b00-8873-b7da18c37e26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:40,049 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.216s 2022-01-11 15:14:40,050 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fadbb98c-42d6-43a7-b3e9-c5c79da05979', 'x-compute-request-id': 'req-fadbb98c-42d6-43a7-b3e9-c5c79da05979', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:41,155 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.104s 2022-01-11 15:14:41,156 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24f0743e-8fb4-4582-9705-d575856f2e5b', 'x-compute-request-id': 'req-24f0743e-8fb4-4582-9705-d575856f2e5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:43,096 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.937s 2022-01-11 15:14:43,097 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4d77c91-261a-4b0f-bee1-793f38e87612', 'x-compute-request-id': 'req-d4d77c91-261a-4b0f-bee1-793f38e87612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:44,194 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.095s 2022-01-11 15:14:44,195 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb9b7a77-896a-410d-b027-ebf8f2286bd7', 'x-compute-request-id': 'req-fb9b7a77-896a-410d-b027-ebf8f2286bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:45,399 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.201s 2022-01-11 15:14:45,400 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c290c6bd-7d0f-4db9-9945-a0bbfa6a6fca', 'x-compute-request-id': 'req-c290c6bd-7d0f-4db9-9945-a0bbfa6a6fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:46,501 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.097s 2022-01-11 15:14:46,501 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d94fe2a6-8693-4438-bf6b-ac0fa40aa8e7', 'x-compute-request-id': 'req-d94fe2a6-8693-4438-bf6b-ac0fa40aa8e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:47,722 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.218s 2022-01-11 15:14:47,722 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-178e1d22-8fe5-4f8d-98b4-27ef54979567', 'x-compute-request-id': 'req-178e1d22-8fe5-4f8d-98b4-27ef54979567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:48,828 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.103s 2022-01-11 15:14:48,829 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-206348cf-3887-48e2-a899-89679c24636f', 'x-compute-request-id': 'req-206348cf-3887-48e2-a899-89679c24636f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:49,919 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.087s 2022-01-11 15:14:49,920 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44918bf3-0d42-4adb-8905-f2116099b6bc', 'x-compute-request-id': 'req-44918bf3-0d42-4adb-8905-f2116099b6bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:51,032 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.110s 2022-01-11 15:14:51,033 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4d4d433-c859-4a6a-99de-3429b49fd9a9', 'x-compute-request-id': 'req-e4d4d433-c859-4a6a-99de-3429b49fd9a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:52,260 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.225s 2022-01-11 15:14:52,261 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d6371da-c68f-4215-bec8-bc5a07bbfc42', 'x-compute-request-id': 'req-2d6371da-c68f-4215-bec8-bc5a07bbfc42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:53,358 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.095s 2022-01-11 15:14:53,359 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dc1b1d4-08b7-4a54-95fc-e6433bc828a9', 'x-compute-request-id': 'req-8dc1b1d4-08b7-4a54-95fc-e6433bc828a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:54,449 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.081s 2022-01-11 15:14:54,449 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-390fc406-37d7-4482-9215-58a47c25c2b5', 'x-compute-request-id': 'req-390fc406-37d7-4482-9215-58a47c25c2b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:55,541 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.088s 2022-01-11 15:14:55,542 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efb498d3-27b4-478c-acf4-416acb074321', 'x-compute-request-id': 'req-efb498d3-27b4-478c-acf4-416acb074321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:56,626 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.082s 2022-01-11 15:14:56,627 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28655', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1201f6fa-48a1-4bca-86d3-de5a6b0d6866', 'x-compute-request-id': 'req-1201f6fa-48a1-4bca-86d3-de5a6b0d6866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:57,736 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.106s 2022-01-11 15:14:57,737 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '29032', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6c418d4-ca3e-4b9e-9aba-f327878a46d9', 'x-compute-request-id': 'req-f6c418d4-ca3e-4b9e-9aba-f327878a46d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:58,842 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.102s 2022-01-11 15:14:58,843 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '30729', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3841f6f4-e9a3-4e9b-9476-7b0e8d960c93', 'x-compute-request-id': 'req-3841f6f4-e9a3-4e9b-9476-7b0e8d960c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:14:59,957 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.111s 2022-01-11 15:14:59,958 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32143', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9766e460-53a5-4f00-9093-69649967fd6c', 'x-compute-request-id': 'req-9766e460-53a5-4f00-9093-69649967fd6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:01,067 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.106s 2022-01-11 15:15:01,068 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '32908', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41121e15-f836-4bb5-816d-ae68fbff5fad', 'x-compute-request-id': 'req-41121e15-f836-4bb5-816d-ae68fbff5fad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:02,172 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.102s 2022-01-11 15:15:02,173 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '33734', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dae8270-8359-4a15-813b-f61d0ac4d882', 'x-compute-request-id': 'req-5dae8270-8359-4a15-813b-f61d0ac4d882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:03,272 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.097s 2022-01-11 15:15:03,273 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '34601', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-556fc9d7-357c-45df-97cd-8888a5a9f03e', 'x-compute-request-id': 'req-556fc9d7-357c-45df-97cd-8888a5a9f03e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:04,382 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.106s 2022-01-11 15:15:04,382 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '35697', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1fdedc3-2707-4028-b39a-bba45a67c8b9', 'x-compute-request-id': 'req-d1fdedc3-2707-4028-b39a-bba45a67c8b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:05,501 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.116s 2022-01-11 15:15:05,501 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '36773', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a38620ca-f501-46be-9b28-fac8e0c9c647', 'x-compute-request-id': 'req-a38620ca-f501-46be-9b28-fac8e0c9c647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:06,604 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.100s 2022-01-11 15:15:06,605 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38042', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ae8de97-3fde-4465-a266-612f3c6ce143', 'x-compute-request-id': 'req-2ae8de97-3fde-4465-a266-612f3c6ce143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:07,703 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.095s 2022-01-11 15:15:07,704 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38186', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-658beb4a-a83b-452a-98f9-8063986cbfcf', 'x-compute-request-id': 'req-658beb4a-a83b-452a-98f9-8063986cbfcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:08,794 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.087s 2022-01-11 15:15:08,795 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38186', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d700a620-0e6e-4a74-959c-3203ef2da8a5', 'x-compute-request-id': 'req-d700a620-0e6e-4a74-959c-3203ef2da8a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:09,890 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.091s 2022-01-11 15:15:09,890 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38186', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1d742e0-a594-4d29-b79e-abd864b72ebb', 'x-compute-request-id': 'req-a1d742e0-a594-4d29-b79e-abd864b72ebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:10,981 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action 0.087s 2022-01-11 15:15:10,982 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '38317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7472f587-fe0a-4bdf-996f-2ce6619d7830', 'x-compute-request-id': 'req-7472f587-fe0a-4bdf-996f-2ce6619d7830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:15:11,025 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/ips 0.042s 2022-01-11 15:15:11,026 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '146', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8b33f56-90e9-42ac-aec9-0ab9e579395c', 'x-compute-request-id': 'req-d8b33f56-90e9-42ac-aec9-0ab9e579395c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1499020669-network": [{"version": 4, "addr": "172.20.0.3"}, {"version": 4, "addr": "172.27.0.140"}]}}' 2022-01-11 15:15:11,040 117574 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.140:22' as 'ubuntu' with public key authentication 2022-01-11 15:15:11,055 117574 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-01-11 15:15:11,216 117574 INFO [paramiko.transport] Authentication (publickey) successful! 2022-01-11 15:15:11,216 117574 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.140 successfully created 2022-01-11 15:15:11,217 117574 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-01-11 15:15:11,217 117574 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.140:22' as 'ubuntu' with public key authentication 2022-01-11 15:15:11,239 117574 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-01-11 15:15:11,330 117574 INFO [paramiko.transport] Authentication (publickey) successful! 2022-01-11 15:15:11,330 117574 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.140 successfully created 2022-01-11 15:15:12,552 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes 0.547s 2022-01-11 15:15:12,553 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeTestJSON-volume-829487148"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5822875-cc61-4843-bea9-5b9d3e8f9d65', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5822875-cc61-4843-bea9-5b9d3e8f9d65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.280275", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:15:12,598 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:15:12,598 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5888d12e-74ce-4228-afa5-b09fd8b8c918', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5888d12e-74ce-4228-afa5-b09fd8b8c918', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:13,642 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:15:13,642 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee25d64f-da05-456a-895c-eb2215d37762', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee25d64f-da05-456a-895c-eb2215d37762', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:14,687 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:14,687 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad1f9c6f-a75a-447a-8820-c9f6f5a5a14e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad1f9c6f-a75a-447a-8820-c9f6f5a5a14e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:15,731 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:15,731 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-413dac61-a52b-41b9-9f44-0876bd97f973', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-413dac61-a52b-41b9-9f44-0876bd97f973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:16,777 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.038s 2022-01-11 15:15:16,777 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a604b929-df5a-4251-a548-7946fcd9c16f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a604b929-df5a-4251-a548-7946fcd9c16f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:17,821 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:17,821 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce781bfa-1a58-4835-86e5-4f23b600ac57', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce781bfa-1a58-4835-86e5-4f23b600ac57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:18,865 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:18,865 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-530055e8-e0f2-493f-811c-add3726bbe67', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-530055e8-e0f2-493f-811c-add3726bbe67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:19,909 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:19,910 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52b8f5e7-4c71-4dfe-83e2-e2765294f384', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52b8f5e7-4c71-4dfe-83e2-e2765294f384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:20,956 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.038s 2022-01-11 15:15:20,956 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43bd1d47-461a-4b9c-8dee-5775a4c8719c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43bd1d47-461a-4b9c-8dee-5775a4c8719c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:22,005 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.038s 2022-01-11 15:15:22,005 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3468044-b2e1-46ad-bfd4-f7d5110f90f0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3468044-b2e1-46ad-bfd4-f7d5110f90f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:23,053 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.039s 2022-01-11 15:15:23,053 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-412696f6-0857-4a0c-bc96-358de9ba9479', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-412696f6-0857-4a0c-bc96-358de9ba9479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:24,099 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:15:24,099 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-285f09ef-e93d-4cb5-8099-a6e7d86d1d21', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-285f09ef-e93d-4cb5-8099-a6e7d86d1d21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:25,142 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:25,143 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6febde50-012a-4faf-b258-e2a77e131194', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6febde50-012a-4faf-b258-e2a77e131194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:26,186 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:15:26,186 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2527966f-97a4-4809-8ff8-db68f9dd14ce', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2527966f-97a4-4809-8ff8-db68f9dd14ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:27,230 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:27,230 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e29c4709-b7bd-47ab-9083-0f97a7c5b900', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e29c4709-b7bd-47ab-9083-0f97a7c5b900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:28,274 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:28,275 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2befbf46-a8ad-4663-896e-8dca9ff2c893', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2befbf46-a8ad-4663-896e-8dca9ff2c893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:29,320 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:15:29,320 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d5d9bc3-fa0c-4ac8-b681-cd56427645dd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d5d9bc3-fa0c-4ac8-b681-cd56427645dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:30,365 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:15:30,366 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10a0ea79-6dc5-4b3b-a24c-0d42f345476d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10a0ea79-6dc5-4b3b-a24c-0d42f345476d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:31,410 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:31,410 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7e45b36-e247-4dca-a79d-c20beb484484', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7e45b36-e247-4dca-a79d-c20beb484484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:32,453 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:15:32,454 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dafe7c11-619c-480c-8b89-362c9f9b20e8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dafe7c11-619c-480c-8b89-362c9f9b20e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:33,498 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:33,498 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c8377b0-1ce6-418e-97b1-83f7031b5769', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c8377b0-1ce6-418e-97b1-83f7031b5769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:34,543 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:15:34,543 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84df2bd-976a-4097-a03a-4c677052b85b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84df2bd-976a-4097-a03a-4c677052b85b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:35,587 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:35,587 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcc84979-6f73-4912-b47d-437b31c5dd7e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcc84979-6f73-4912-b47d-437b31c5dd7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:36,629 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:15:36,629 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a25c6506-fa0a-4ac7-bc15-f89f0c1e8113', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a25c6506-fa0a-4ac7-bc15-f89f0c1e8113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:37,673 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:15:37,673 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1cf786f-3529-41af-9704-c5fb1944c0a4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1cf786f-3529-41af-9704-c5fb1944c0a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:38,730 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.048s 2022-01-11 15:15:38,730 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3376d41-4480-4fec-81b9-1909b6ef3ace', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3376d41-4480-4fec-81b9-1909b6ef3ace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:39,773 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:15:39,773 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1377ff87-0f9e-4599-af87-1ce4c4dabaf8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1377ff87-0f9e-4599-af87-1ce4c4dabaf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:40,816 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:40,817 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5913ecd-024d-44c8-82d4-c698d8cb3fec', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5913ecd-024d-44c8-82d4-c698d8cb3fec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:41,862 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:15:41,862 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a1a3da5-f91d-4fd8-bf96-9d050ffdaca9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a1a3da5-f91d-4fd8-bf96-9d050ffdaca9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:42,907 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:15:42,908 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57f0657f-c513-49ba-8e57-8d745167476f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57f0657f-c513-49ba-8e57-8d745167476f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:43,952 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:15:43,952 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4db4d6a-615e-4474-80dc-b6de64d86b4b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4db4d6a-615e-4474-80dc-b6de64d86b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:44,998 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.038s 2022-01-11 15:15:44,999 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17e175f7-d704-47e0-8e9f-d8c288dc8f9a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17e175f7-d704-47e0-8e9f-d8c288dc8f9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:46,048 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.041s 2022-01-11 15:15:46,048 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13613422-09a5-4224-a072-f35def13a871', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13613422-09a5-4224-a072-f35def13a871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:47,092 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:15:47,092 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fc5ccc1-d8cb-43a7-9070-cf4019af44e6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fc5ccc1-d8cb-43a7-9070-cf4019af44e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:48,137 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:15:48,137 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab85a6af-7237-4196-bc82-b182d8a6ee3e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab85a6af-7237-4196-bc82-b182d8a6ee3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:49,182 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:15:49,182 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f392262e-580f-44f8-9ccf-c53520c3d69b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f392262e-580f-44f8-9ccf-c53520c3d69b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:50,228 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.038s 2022-01-11 15:15:50,229 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7a0c426-e21a-469f-9570-7a6a64da7b55', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7a0c426-e21a-469f-9570-7a6a64da7b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:51,291 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.054s 2022-01-11 15:15:51,291 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97bf5c59-e690-4c2c-a4ef-545909ebc91b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97bf5c59-e690-4c2c-a4ef-545909ebc91b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:52,337 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:15:52,337 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2500e0c9-8c97-4c0b-afb6-a5a2eb169484', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2500e0c9-8c97-4c0b-afb6-a5a2eb169484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:53,381 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:53,382 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb25a7bf-d513-485a-8a2f-f49a286a52b3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb25a7bf-d513-485a-8a2f-f49a286a52b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:54,426 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:15:54,427 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d901104e-7382-4d54-b696-e166a0c9c77c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d901104e-7382-4d54-b696-e166a0c9c77c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:55,471 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:55,472 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e52e1bef-96f9-4692-a3b9-1f3279680605', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e52e1bef-96f9-4692-a3b9-1f3279680605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:56,516 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:15:56,516 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2b2dab5-21af-4a50-a5b6-935f958aa71c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2b2dab5-21af-4a50-a5b6-935f958aa71c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:57,560 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:15:57,560 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d30e9e2-e7d6-4029-ac89-e3b553b6a0b3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d30e9e2-e7d6-4029-ac89-e3b553b6a0b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:58,605 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:15:58,605 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dc9731d-e591-4789-a317-4bf94e1e7c26', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dc9731d-e591-4789-a317-4bf94e1e7c26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:15:59,648 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:15:59,649 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6466ef8-778c-4b5b-8d61-d1ddeaef09c4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6466ef8-778c-4b5b-8d61-d1ddeaef09c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:00,693 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:00,693 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a6ce0a4-1f54-432c-856d-4f72fa1c318a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a6ce0a4-1f54-432c-856d-4f72fa1c318a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:01,761 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.058s 2022-01-11 15:16:01,761 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bad7243c-e23b-420b-9d06-e7c251eea096', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bad7243c-e23b-420b-9d06-e7c251eea096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:02,808 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.039s 2022-01-11 15:16:02,808 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e49f137-764d-4d5e-85f2-79a95cfb63a3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e49f137-764d-4d5e-85f2-79a95cfb63a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:03,852 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:16:03,853 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f1e1311-f61c-4e72-9368-bc7f42bbe9d3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f1e1311-f61c-4e72-9368-bc7f42bbe9d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:05,045 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.185s 2022-01-11 15:16:05,046 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdf21774-f3e0-4cd8-8a6d-09da8918e2d5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdf21774-f3e0-4cd8-8a6d-09da8918e2d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:06,096 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.042s 2022-01-11 15:16:06,096 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ba89f5c-5d75-4c78-a444-bbab045defc3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ba89f5c-5d75-4c78-a444-bbab045defc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:07,146 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.041s 2022-01-11 15:16:07,146 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62ee0737-6e14-4b95-ab1c-d0edad593d85', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62ee0737-6e14-4b95-ab1c-d0edad593d85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:08,195 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.041s 2022-01-11 15:16:08,196 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3281d02b-92d6-4596-b006-e09d0582f5b5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3281d02b-92d6-4596-b006-e09d0582f5b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:09,240 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:16:09,241 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b2349e7-30ab-453c-8778-d4ffb0b521ea', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2349e7-30ab-453c-8778-d4ffb0b521ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:10,377 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.129s 2022-01-11 15:16:10,378 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07c095fb-7393-4ea4-9950-c09a73696bf8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07c095fb-7393-4ea4-9950-c09a73696bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:11,424 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.038s 2022-01-11 15:16:11,424 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f33e6ab1-e058-4645-9b03-e45e05eb5f6d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f33e6ab1-e058-4645-9b03-e45e05eb5f6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:12,469 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:12,469 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58313cec-abf3-4451-807a-d12721e7aa6f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58313cec-abf3-4451-807a-d12721e7aa6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:13,513 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:13,514 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f65a929-f5ab-40a2-b7f6-e23e69257f9c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f65a929-f5ab-40a2-b7f6-e23e69257f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:14,558 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:14,558 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cf5f5a7-dfff-4448-9b74-ac5ca054c5aa', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cf5f5a7-dfff-4448-9b74-ac5ca054c5aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:15,603 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:15,603 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85305474-b9c4-4639-90dc-d9d224f94be1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85305474-b9c4-4639-90dc-d9d224f94be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:16,649 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.038s 2022-01-11 15:16:16,649 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-460d06fc-60aa-43be-ab5b-b679d22f1ed0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-460d06fc-60aa-43be-ab5b-b679d22f1ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:17,693 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:17,693 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba825a64-da77-493b-9b4b-ae4e19738478', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba825a64-da77-493b-9b4b-ae4e19738478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:18,738 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:16:18,738 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5edaaa10-f210-460b-9426-c23edd9af787', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5edaaa10-f210-460b-9426-c23edd9af787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:19,788 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.041s 2022-01-11 15:16:19,789 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38e82f4a-6f2b-42c5-a142-0726fdb9431f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38e82f4a-6f2b-42c5-a142-0726fdb9431f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:20,833 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:20,833 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-510ca5f9-1d7c-45b2-944a-a3f3863aa9f1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-510ca5f9-1d7c-45b2-944a-a3f3863aa9f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:21,878 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:21,878 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1935f949-69d4-4415-87c9-a724a47cbf8a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1935f949-69d4-4415-87c9-a724a47cbf8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:22,923 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:16:22,924 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82cc9b6d-6cf0-43a3-b322-ec0f48b00e87', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82cc9b6d-6cf0-43a3-b322-ec0f48b00e87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:23,967 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:23,967 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33cd3174-466e-449d-a738-ee6be96b9a9f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33cd3174-466e-449d-a738-ee6be96b9a9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:25,012 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:16:25,012 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfab4225-d89f-4cd8-81e5-80f9538cc09e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfab4225-d89f-4cd8-81e5-80f9538cc09e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:26,056 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:26,056 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a7249ec-d5f5-41f6-be87-5d0398640a8c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a7249ec-d5f5-41f6-be87-5d0398640a8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:27,099 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:16:27,099 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fdc760e-7a4d-4e57-9798-e7d70cb31627', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fdc760e-7a4d-4e57-9798-e7d70cb31627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:28,144 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:28,144 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-292488d9-2760-4ef3-a209-3132fbaba447', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-292488d9-2760-4ef3-a209-3132fbaba447', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:29,194 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.042s 2022-01-11 15:16:29,195 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-851cd92c-2be4-4e37-a756-5a3cdd38094b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-851cd92c-2be4-4e37-a756-5a3cdd38094b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:30,238 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:16:30,238 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfce2c41-82eb-4948-8e7f-f69140cd4ad8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfce2c41-82eb-4948-8e7f-f69140cd4ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:31,284 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:16:31,285 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c82241a1-758b-4545-bd27-3c00a6afaf8f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c82241a1-758b-4545-bd27-3c00a6afaf8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:32,329 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:16:32,330 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00788255-d3d9-461a-ab39-7fc3358b839d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00788255-d3d9-461a-ab39-7fc3358b839d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:33,374 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:33,374 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e02f5199-a82c-4382-b469-fab032e093a2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e02f5199-a82c-4382-b469-fab032e093a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:34,419 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:34,419 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee580a42-cc6b-4e44-afd2-8e1e6c3b8e45', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee580a42-cc6b-4e44-afd2-8e1e6c3b8e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:35,462 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:16:35,463 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d4e4418-3ee6-4945-ad11-57e344643b60', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d4e4418-3ee6-4945-ad11-57e344643b60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:36,507 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:36,507 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-516dafdd-0e94-49df-a77d-a87f21ebb2f3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-516dafdd-0e94-49df-a77d-a87f21ebb2f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:37,551 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:37,552 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18f39534-455e-4fe7-85e7-7dc128922027', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18f39534-455e-4fe7-85e7-7dc128922027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:38,596 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:38,596 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c107914f-2b67-4068-a897-42b7bbe17cce', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c107914f-2b67-4068-a897-42b7bbe17cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:39,639 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:16:39,639 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a073d850-8fc1-4694-b99a-176031e56f3d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a073d850-8fc1-4694-b99a-176031e56f3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:40,685 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.038s 2022-01-11 15:16:40,686 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-889d2b76-5bbe-4538-9fad-623e60842363', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-889d2b76-5bbe-4538-9fad-623e60842363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:41,732 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.039s 2022-01-11 15:16:41,733 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ff8f027-a023-4bf3-8c27-e8ff849c2dc0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ff8f027-a023-4bf3-8c27-e8ff849c2dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:42,777 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:42,777 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-480133cd-014a-4583-9482-205de1cb2521', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-480133cd-014a-4583-9482-205de1cb2521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:43,820 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:16:43,821 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c82c8069-6615-4f85-8ab2-1b9df79e18b7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c82c8069-6615-4f85-8ab2-1b9df79e18b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:44,864 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:16:44,864 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-614d77e4-7635-4bae-a15a-1c8ac7d807d1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-614d77e4-7635-4bae-a15a-1c8ac7d807d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:45,908 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:16:45,908 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d38c757-7936-4eef-b359-71c1ddb4d08c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d38c757-7936-4eef-b359-71c1ddb4d08c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:46,950 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:16:46,950 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c26c96c-e623-4614-a948-64c0bf521cc8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c26c96c-e623-4614-a948-64c0bf521cc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:47,996 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.038s 2022-01-11 15:16:47,997 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18e0c94b-d4db-463b-af27-8f054f89e8e7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18e0c94b-d4db-463b-af27-8f054f89e8e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:49,043 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:16:49,043 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58542238-2902-4934-92be-22cdece30c1d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58542238-2902-4934-92be-22cdece30c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:50,087 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:50,087 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1444ebf8-73db-40c4-bafc-513ea688fe82', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1444ebf8-73db-40c4-bafc-513ea688fe82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:51,136 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.041s 2022-01-11 15:16:51,137 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03c29b9c-202f-40e4-a7b9-72be298c01cf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03c29b9c-202f-40e4-a7b9-72be298c01cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:52,180 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:52,181 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3ae0ad0-69fe-4c61-9e1e-eff566a91452', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3ae0ad0-69fe-4c61-9e1e-eff566a91452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:53,226 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:16:53,226 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14f16578-9b23-4772-873e-e16e8b1152b9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14f16578-9b23-4772-873e-e16e8b1152b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:54,271 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:54,271 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f6e87ea-5479-49d4-9a57-190f6db4bb49', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f6e87ea-5479-49d4-9a57-190f6db4bb49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:55,316 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:16:55,316 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aa91cae-e9a6-42fa-af97-ad768605bf30', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aa91cae-e9a6-42fa-af97-ad768605bf30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:56,360 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:56,360 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae26090f-e97c-4a0a-be55-3eb414303189', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae26090f-e97c-4a0a-be55-3eb414303189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:57,405 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:16:57,406 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-969537ca-c144-414e-beae-f8189d69bc1a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-969537ca-c144-414e-beae-f8189d69bc1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:58,453 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.040s 2022-01-11 15:16:58,454 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa6ac506-92df-4d5b-9a57-86b6e0b16294', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa6ac506-92df-4d5b-9a57-86b6e0b16294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:16:59,497 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:16:59,497 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0786d67-c2f7-4eb2-a5a4-60f75f91059e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0786d67-c2f7-4eb2-a5a4-60f75f91059e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:00,542 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:00,542 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4554d10c-7dba-4eac-baec-7e8ea9eee5d5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4554d10c-7dba-4eac-baec-7e8ea9eee5d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:01,586 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:01,587 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f95a9095-aba2-449d-9a53-51d87c4c4929', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f95a9095-aba2-449d-9a53-51d87c4c4929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:02,631 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:02,631 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e7b6489-bfab-4929-92df-ef0b15ce6826', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e7b6489-bfab-4929-92df-ef0b15ce6826', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:03,674 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:03,675 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92f69b21-eef9-41ec-9971-30a1afe7fd88', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92f69b21-eef9-41ec-9971-30a1afe7fd88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:04,720 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:17:04,721 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ba61d1c-830f-4e5e-9f99-a53a756f3d2a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ba61d1c-830f-4e5e-9f99-a53a756f3d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:05,764 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:05,764 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8b3f572-9aeb-4674-883d-e2e718b2da25', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8b3f572-9aeb-4674-883d-e2e718b2da25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:06,808 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:06,808 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26deb32c-5d97-4ded-86d5-c09f72726263', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26deb32c-5d97-4ded-86d5-c09f72726263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:07,853 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:17:07,853 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c60c6ddd-0456-4181-a3d1-056f746ff053', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c60c6ddd-0456-4181-a3d1-056f746ff053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:08,895 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:08,896 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b583a97-139d-4abf-b163-469f1c4380b2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b583a97-139d-4abf-b163-469f1c4380b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:09,940 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:09,940 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-169be8df-9225-46d7-ae7b-af188a7ddf42', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-169be8df-9225-46d7-ae7b-af188a7ddf42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:10,983 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:10,984 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b56c0ac6-cbae-49aa-9b8b-35bc335c0248', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b56c0ac6-cbae-49aa-9b8b-35bc335c0248', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:12,028 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:17:12,029 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f97b2d1-efa6-42f4-ad5f-36e081eefe0d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f97b2d1-efa6-42f4-ad5f-36e081eefe0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:13,073 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:13,073 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe5a671c-9582-45fc-b2d0-52f039c375e5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe5a671c-9582-45fc-b2d0-52f039c375e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:14,117 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:14,117 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48bfbe32-df00-451c-89dc-354f269814bb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48bfbe32-df00-451c-89dc-354f269814bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:15,162 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:15,162 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df809bbb-88bd-4e68-9ab2-94f45c9a9f75', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df809bbb-88bd-4e68-9ab2-94f45c9a9f75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:16,204 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:16,205 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02045ff9-8d1d-4cb2-9983-5d3ed356d7b7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02045ff9-8d1d-4cb2-9983-5d3ed356d7b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:17,248 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:17,249 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f942c89-d487-462b-a382-4da2668d5c9e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f942c89-d487-462b-a382-4da2668d5c9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:18,294 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:17:18,294 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c9f26d8-90b3-4f26-9b93-ad12a9d71d4b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c9f26d8-90b3-4f26-9b93-ad12a9d71d4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:19,339 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:17:19,340 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b5e4c4d-1da7-4c6a-ad5a-5e9f64a5f20d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b5e4c4d-1da7-4c6a-ad5a-5e9f64a5f20d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:20,384 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:20,384 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd27cca3-8458-411a-9596-b0a4c204eda8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd27cca3-8458-411a-9596-b0a4c204eda8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:21,427 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:21,427 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-190ce5c5-7c98-40e7-896e-d286af6ba73e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-190ce5c5-7c98-40e7-896e-d286af6ba73e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:22,470 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:22,471 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0677172f-9cfb-4a0f-8769-f73247ece2a4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0677172f-9cfb-4a0f-8769-f73247ece2a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:23,516 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:17:23,516 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2b0d53d-c14d-4911-b030-ab97c379a9bd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2b0d53d-c14d-4911-b030-ab97c379a9bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:24,561 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:17:24,561 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63ffa190-e852-4909-bbb8-394be2ca0dbb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63ffa190-e852-4909-bbb8-394be2ca0dbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:25,606 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:17:25,606 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb8cb4cb-d02a-4bf8-9464-77a7477ab13b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb8cb4cb-d02a-4bf8-9464-77a7477ab13b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:26,650 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:26,651 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bc63a0c-4cd0-48f9-aaa3-650ce41648d0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bc63a0c-4cd0-48f9-aaa3-650ce41648d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:27,695 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:27,695 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee401775-7090-43b1-be33-0e901354ba3d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee401775-7090-43b1-be33-0e901354ba3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:28,745 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.042s 2022-01-11 15:17:28,745 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02ac29bb-49a9-4dc8-b87d-b2e64db7b1d5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02ac29bb-49a9-4dc8-b87d-b2e64db7b1d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:29,788 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:29,788 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4150a97f-193b-445e-a754-136e84cdad11', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4150a97f-193b-445e-a754-136e84cdad11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:30,838 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.042s 2022-01-11 15:17:30,838 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52899cae-c812-4578-ab9c-b184c23309fc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52899cae-c812-4578-ab9c-b184c23309fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:31,882 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:31,883 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a4cd66-5054-40ef-ad82-744a3057c54a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a4cd66-5054-40ef-ad82-744a3057c54a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:32,926 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:32,927 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d965f179-d495-4340-bb6e-3c650b34629a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d965f179-d495-4340-bb6e-3c650b34629a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:33,971 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:33,971 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-792a58b0-cb2b-4285-af2c-6773b9105e65', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-792a58b0-cb2b-4285-af2c-6773b9105e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:35,016 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:35,016 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-617054a3-6900-4d2f-8fcc-caf5b4d341b9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-617054a3-6900-4d2f-8fcc-caf5b4d341b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:36,059 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:36,060 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a21210f-1986-461f-8118-b6ba1ca79b6d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a21210f-1986-461f-8118-b6ba1ca79b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:37,103 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:37,103 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09d9a2a6-decf-48d4-b7ad-9920c76c7cc3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09d9a2a6-decf-48d4-b7ad-9920c76c7cc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:38,147 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:38,148 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ea4de3b-d046-43dc-846d-26fee0e8d76d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ea4de3b-d046-43dc-846d-26fee0e8d76d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:39,194 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.038s 2022-01-11 15:17:39,195 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03070271-d3aa-41ef-b6a3-2eca45873fa0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03070271-d3aa-41ef-b6a3-2eca45873fa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:40,244 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.042s 2022-01-11 15:17:40,244 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2e99d3b-c9d2-487c-975d-193634de3874', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2e99d3b-c9d2-487c-975d-193634de3874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:41,289 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:17:41,290 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a99cb846-c088-49f6-ad04-3d503675adfc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a99cb846-c088-49f6-ad04-3d503675adfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:42,333 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:42,334 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5ad3ef4-6dd9-4095-9b7b-52fd3ac0f4e3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5ad3ef4-6dd9-4095-9b7b-52fd3ac0f4e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:43,377 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:43,377 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7cae338-e82b-419e-9720-5b32dfd28b4a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7cae338-e82b-419e-9720-5b32dfd28b4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:44,421 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:44,421 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9977ea72-8814-43b8-8bd6-ec34a20317ad', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9977ea72-8814-43b8-8bd6-ec34a20317ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:45,466 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:17:45,466 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9951fcd-9052-4c5d-bd57-41ec3f21c774', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9951fcd-9052-4c5d-bd57-41ec3f21c774', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:46,510 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:17:46,511 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc131cc1-c07f-4874-80ad-7324863fc57e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc131cc1-c07f-4874-80ad-7324863fc57e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:47,555 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:47,555 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0239a3df-0e4f-4f7c-a185-df30ec7c8d3e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0239a3df-0e4f-4f7c-a185-df30ec7c8d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:48,599 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:48,600 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02ecbbf7-3b46-45cf-9e60-58322e697b88', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02ecbbf7-3b46-45cf-9e60-58322e697b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:49,644 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:49,644 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c29a2f20-c849-408e-ae08-70074e52b6f2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c29a2f20-c849-408e-ae08-70074e52b6f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:50,691 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.039s 2022-01-11 15:17:50,691 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21b0a5d7-402d-407c-b77e-143f90699dc7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21b0a5d7-402d-407c-b77e-143f90699dc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:51,737 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:17:51,737 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90f9cb2e-6c24-4908-b0b1-7cf9ff32ddda', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90f9cb2e-6c24-4908-b0b1-7cf9ff32ddda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:52,781 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:52,781 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4873083f-a15f-49e4-9f9c-53ff7ebc24b4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4873083f-a15f-49e4-9f9c-53ff7ebc24b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:53,825 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:53,826 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-984c41d2-2719-4649-b2da-50ad50f2844c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-984c41d2-2719-4649-b2da-50ad50f2844c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:54,870 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:54,870 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2b9a0be-5f20-48dd-8223-6d736556783a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2b9a0be-5f20-48dd-8223-6d736556783a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:55,913 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:55,914 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03ffc26d-e12f-48bc-8257-75cdacf741ea', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03ffc26d-e12f-48bc-8257-75cdacf741ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:56,959 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:56,960 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8325dabf-2305-416f-990c-1fa6145bc354', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8325dabf-2305-416f-990c-1fa6145bc354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:58,003 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:17:58,003 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0552d8d-1f4e-48d9-8142-635dcf87f6f0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0552d8d-1f4e-48d9-8142-635dcf87f6f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:17:59,047 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:17:59,048 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b84b0476-357b-4ae4-8727-3ef9f5277309', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b84b0476-357b-4ae4-8727-3ef9f5277309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:00,091 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:00,092 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3b1b1c0-ee85-4692-8bd8-2be87c0c37f1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3b1b1c0-ee85-4692-8bd8-2be87c0c37f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:01,134 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:01,135 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7e6f4fd-3c51-4bdc-b187-6a8ab45ae8d8', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7e6f4fd-3c51-4bdc-b187-6a8ab45ae8d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:02,178 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:18:02,178 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dd1581a-51fe-479c-bc26-8e1b0c484532', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dd1581a-51fe-479c-bc26-8e1b0c484532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:03,224 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.038s 2022-01-11 15:18:03,225 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa0ae42b-d74b-477e-ada2-86413493eee2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa0ae42b-d74b-477e-ada2-86413493eee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:04,271 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:18:04,272 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4a18624-c1a2-486a-8b8a-e65fa57596c1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4a18624-c1a2-486a-8b8a-e65fa57596c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:05,316 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:05,316 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c745f4-b333-46d2-b39c-c7d03a5bfab1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c745f4-b333-46d2-b39c-c7d03a5bfab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:06,360 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:18:06,360 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3422576b-fed8-452f-84bd-c720b257e53e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3422576b-fed8-452f-84bd-c720b257e53e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:07,406 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.038s 2022-01-11 15:18:07,406 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31931e27-4009-489a-974c-0b6627b7ee51', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31931e27-4009-489a-974c-0b6627b7ee51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:08,449 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:18:08,449 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fe3508f-3d2c-4557-900d-9a6e6c7042cb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fe3508f-3d2c-4557-900d-9a6e6c7042cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:09,494 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:18:09,494 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-664b7e77-ae70-4b3d-a080-f42a55f8d5b7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-664b7e77-ae70-4b3d-a080-f42a55f8d5b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:10,538 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:18:10,538 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ca6b862-65d4-4876-81a2-ac9c840dfda4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ca6b862-65d4-4876-81a2-ac9c840dfda4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:11,582 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:11,583 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6a9e253-babf-4a0a-bade-ad76237b88d5', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6a9e253-babf-4a0a-bade-ad76237b88d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:12,626 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:18:12,627 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d160d078-ab48-4001-936c-6ac5df312e91', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d160d078-ab48-4001-936c-6ac5df312e91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:13,670 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:18:13,670 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ffbd067-f874-422c-8abc-408b916c713e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ffbd067-f874-422c-8abc-408b916c713e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:14,714 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:14,714 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f351e7f0-5070-4b70-9c5e-4f1fcba4870a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f351e7f0-5070-4b70-9c5e-4f1fcba4870a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:15,757 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:18:15,757 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9910a648-2cec-4807-acb4-d4acd1cd4768', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9910a648-2cec-4807-acb4-d4acd1cd4768', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:16,801 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:16,802 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec69aa1c-24cc-44bf-aa5e-c14413a6745f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec69aa1c-24cc-44bf-aa5e-c14413a6745f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:17,846 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:17,846 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07029400-3c31-49e0-b2a6-ca9fdd3ad770', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07029400-3c31-49e0-b2a6-ca9fdd3ad770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:18,890 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:18,891 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5394eb99-a8a0-48cb-8a5b-1ca2ce88741c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5394eb99-a8a0-48cb-8a5b-1ca2ce88741c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:19,933 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:18:19,934 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f401869-ae26-40db-99d5-2930f4128f75', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f401869-ae26-40db-99d5-2930f4128f75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:20,977 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:20,978 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bb7516d-458b-4ac0-a877-4e31129a6809', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bb7516d-458b-4ac0-a877-4e31129a6809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:22,020 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:18:22,021 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-288fb1b6-661d-4976-90e0-65ca3ecdd89b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-288fb1b6-661d-4976-90e0-65ca3ecdd89b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:23,064 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:18:23,064 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6be9ecdb-d0ed-49d2-b670-4439431f1b89', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6be9ecdb-d0ed-49d2-b670-4439431f1b89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:24,108 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:24,108 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-809d47ac-e2f4-4977-8e44-7b88a3e3cc7e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-809d47ac-e2f4-4977-8e44-7b88a3e3cc7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:25,152 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:25,153 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd6f483-6b8d-45d9-bd7e-059543d8cde1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcd6f483-6b8d-45d9-bd7e-059543d8cde1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:26,196 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:18:26,196 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b9bed34-0601-4414-938a-a3446788b78a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b9bed34-0601-4414-938a-a3446788b78a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:27,240 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:27,241 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30ea1f9f-52ab-4772-9649-0585745022ae', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30ea1f9f-52ab-4772-9649-0585745022ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:28,287 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.038s 2022-01-11 15:18:28,288 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ddb64b0-726c-4713-a44b-5188a5c6414a', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ddb64b0-726c-4713-a44b-5188a5c6414a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:29,334 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:29,334 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07e55da7-8e5a-487e-8c11-7db2bef2c68d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07e55da7-8e5a-487e-8c11-7db2bef2c68d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:30,378 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:18:30,378 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61702a8a-ff14-4c85-b0ee-27fd7b84bfcd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61702a8a-ff14-4c85-b0ee-27fd7b84bfcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:31,422 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:31,423 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89664e97-70e7-4f05-98e9-81515d3c7c43', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89664e97-70e7-4f05-98e9-81515d3c7c43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:32,467 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:32,467 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10c634eb-f494-46f8-9681-c44d5b75fe33', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10c634eb-f494-46f8-9681-c44d5b75fe33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:33,510 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:18:33,510 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1e489ac-c016-43eb-b515-6cee226845d1', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1e489ac-c016-43eb-b515-6cee226845d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:34,556 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:18:34,556 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c83d44b3-949d-4d0e-9013-4e01924c5c72', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c83d44b3-949d-4d0e-9013-4e01924c5c72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:35,598 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.035s 2022-01-11 15:18:35,599 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4b6d440-e061-4f61-8372-738aff6a5310', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4b6d440-e061-4f61-8372-738aff6a5310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:36,642 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:36,643 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8b63b8f-1d17-4653-907e-9cadf31184cb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8b63b8f-1d17-4653-907e-9cadf31184cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:37,687 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:18:37,688 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f934f71-a705-4fa4-a632-fa587a49a27f', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f934f71-a705-4fa4-a632-fa587a49a27f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:38,732 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:38,732 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2164cc15-8fda-4a52-9782-f9f3c9d16f72', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2164cc15-8fda-4a52-9782-f9f3c9d16f72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:39,773 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.034s 2022-01-11 15:18:39,774 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a8b37e6-93d7-4917-809f-5d7b790ee789', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a8b37e6-93d7-4917-809f-5d7b790ee789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:40,818 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:40,818 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abb82d75-1eb9-4371-9891-814cec8e35e6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abb82d75-1eb9-4371-9891-814cec8e35e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:41,866 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.040s 2022-01-11 15:18:41,866 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63b9370c-e4de-4a7c-8d02-cb9f201fe452', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63b9370c-e4de-4a7c-8d02-cb9f201fe452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:42,911 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.036s 2022-01-11 15:18:42,911 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57b0bbf9-0a90-498f-989e-92657231f34c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57b0bbf9-0a90-498f-989e-92657231f34c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:43,956 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:18:43,957 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee09379-fcad-452f-861c-d855d9d7ad9e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee09379-fcad-452f-861c-d855d9d7ad9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:45,001 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.037s 2022-01-11 15:18:45,001 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-310832d3-fdf6-4918-880e-771f6a7335f9', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-310832d3-fdf6-4918-880e-771f6a7335f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:18:46,127 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 0.117s 2022-01-11 15:18:46,127 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c30bb486-bc84-4bc2-a0b2-6eb2690dbf60', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c30bb486-bc84-4bc2-a0b2-6eb2690dbf60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:19:39,922 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 52.788s 2022-01-11 15:19:39,923 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6427627c-02b4-4ecb-8baa-915b3893f177', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6427627c-02b4-4ecb-8baa-915b3893f177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:20:40,991 117574 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 2022-01-11 15:20:46,643 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 65.713s 2022-01-11 15:20:46,644 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-810bfff6-f659-4c0b-a30e-82e8ccc433fe', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-810bfff6-f659-4c0b-a30e-82e8ccc433fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:21:40,440 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1 52.790s 2022-01-11 15:21:40,441 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-740709ac-e436-43f6-9fb8-e189bb7afef2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-740709ac-e436-43f6-9fb8-e189bb7afef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1'} Body: b'{"volume": {"id": "775e52f5-47e4-4b87-a0ba-8ad96cfffab1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:15:12.000000", "updated_at": "2022-01-11T15:15:13.000000", "name": "tempest-AttachVolumeTestJSON-volume-829487148", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9d979bb0d7f04bbe99fa7215278f1051/volumes/775e52f5-47e4-4b87-a0ba-8ad96cfffab1"}], "user_id": "b805c31cc5924c6d98c83718d1884440", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:21:41,158 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.707s 2022-01-11 15:21:41,159 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97592ff3-5c16-4c4d-ac27-b547ed98f37a', 'x-compute-request-id': 'req-97592ff3-5c16-4c4d-ac27-b547ed98f37a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'' 2022-01-11 15:21:42,041 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.881s 2022-01-11 15:21:42,041 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e64588e1-87f0-4a38-9e41-fad577f76326', 'x-compute-request-id': 'req-e64588e1-87f0-4a38-9e41-fad577f76326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "ACTIVE", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:21:41Z", "addresses": {"tempest-AttachVolumeTestJSON-1499020669-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:cd:03"}, {"version": 4, "addr": "172.27.0.140", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:cd:03"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": "2022-01-11T15:11:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:21:43,244 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.193s 2022-01-11 15:21:43,244 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d79fa670-0a63-4299-a592-702c6f587540', 'x-compute-request-id': 'req-d79fa670-0a63-4299-a592-702c6f587540', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "ACTIVE", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:21:41Z", "addresses": {"tempest-AttachVolumeTestJSON-1499020669-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:cd:03"}, {"version": 4, "addr": "172.27.0.140", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:cd:03"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": "2022-01-11T15:11:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--926130141"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:21:44,413 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.159s 2022-01-11 15:21:44,414 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-225e7211-937d-4f6a-b34c-a67bfd5beaa7', 'x-compute-request-id': 'req-225e7211-937d-4f6a-b34c-a67bfd5beaa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"server": {"id": "556650b4-5ee6-4ed5-ad51-cb3c36cca0b4", "name": "tempest-AttachVolumeTestJSON-server-1874287338", "status": "DELETED", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:11:22Z", "updated": "2022-01-11T15:21:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1576827656", "OS-SRV-USG:launched_at": "2022-01-11T15:11:58.000000", "OS-SRV-USG:terminated_at": "2022-01-11T15:21:44.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:21:44,421 117574 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2022-01-11 15:21:45,612 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 0.190s 2022-01-11 15:21:45,613 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-21ba5375-9cd0-4235-9fdb-c06ef7b69c11', 'x-compute-request-id': 'req-21ba5375-9cd0-4235-9fdb-c06ef7b69c11', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/556650b4-5ee6-4ed5-ad51-cb3c36cca0b4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 556650b4-5ee6-4ed5-ad51-cb3c36cca0b4 could not be found."}}' 2022-01-11 15:21:45,706 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1576827656 0.091s 2022-01-11 15:21:45,706 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbdb8501-da00-4730-932a-dfc4e2aaa260', 'x-compute-request-id': 'req-bbdb8501-da00-4730-932a-dfc4e2aaa260', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1576827656'} Body: b'' 2022-01-11 15:21:46,057 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/v2.0/security-groups/ca109a10-67bc-4616-87b5-b57864100ad0 0.350s 2022-01-11 15:21:46,057 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-463a3cf5-fdfb-4873-a701-7fd51cbc80a1', 'content-length': '0', 'date': 'Tue, 11 Jan 2022 15:21:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups/ca109a10-67bc-4616-87b5-b57864100ad0'} Body: b'' 2022-01-11 15:21:46,075 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.52:9696/v2.0/security-groups/ca109a10-67bc-4616-87b5-b57864100ad0 0.017s 2022-01-11 15:21:46,075 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-7ff3915b-003f-4805-95cd-27a6c8a63e89', 'date': 'Tue, 11 Jan 2022 15:21:46 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups/ca109a10-67bc-4616-87b5-b57864100ad0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ca109a10-67bc-4616-87b5-b57864100ad0 does not exist", "detail": ""}}' 2022-01-11 15:21:46,650 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/v2.0/floatingips/009974f2-a86d-433d-a4be-63d0cf520a4e 0.574s 2022-01-11 15:21:46,650 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-ac5a7736-979a-4bc1-8f78-514d94431a27', 'content-length': '0', 'date': 'Tue, 11 Jan 2022 15:21:46 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips/009974f2-a86d-433d-a4be-63d0cf520a4e'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 536, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 775e52f5-47e4-4b87-a0ba-8ad96cfffab1 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
ft13.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:21:46,744 117574 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-01-11 15:21:46,744 117574 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-01-11 15:21:47,320 117574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.575s 2022-01-11 15:21:47,321 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1103885072"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2301', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-147cdf06-1d26-440c-86b1-27ca556cfa15', 'x-compute-request-id': 'req-147cdf06-1d26-440c-86b1-27ca556cfa15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEA1h3ZhOJk0u/19dlYHmfTExU3jC0alm5vS/u4E2NMbn9l/GMA\\ndSfot8ittA2YQBvGhRP4gMIHvkB8hj25KY2dYvLcm68oYZqIcRRAq5lP6gQ0vn/H\\nIqCG1pOrdC9Z43Qrb/eyv1SYJEeSzypxuuFYF3vfXR5eZq0/rcfgOxWg6lfc6OhB\\nbW4Y0lFxW2QxVRnNhZCE+LnQZG0fwifSGPPB+Q5m/f2G/XpEf899izYG9D+Lptli\\nPi2oXYscWdJeuMjX39owftuISOsEFnmsca2kdhtK9raA+Z1Ks7F8zWEeF8qAH6PD\\nyDzPHr+bj7YuYlAddcNL1LXvgPW7oNklO+Y50QIDAQABAoIBAFsc+KMDc8QPOKsV\\ngdnudHN6Y9jSmK3K8LF0vDAD4VJkBBISTu+LvAv46XHlFxSwvRmEFgs0hfb/mf3F\\n5jU4ffDNR/M35gciq0zzQVHEO61pfMhTt3mUtcw5qowWWjngBVvwG7AvX06Q5ngh\\np6POoJ3dqH8HnUQ0FRTuKQz7dy5AzaOqZPrd2Evfx5mq8Lve0ccwxaNr/rP0vFuj\\nNiqvC4ihCV2YUqY12RInPA0Z0ydGs3/QoUHpYLALZF8HVROa2qTw+cwZazgHEC+u\\nLGfTbZE7ZsrEq58xtfne6Ogd3llmZmlxVq+vm36T1nFRw6PpIvn4BrwOZfdBIjJF\\nUvw9gAECgYEA+c2v2lJBFFpFzJhBA9Faa2nq5N788+WSsXnzxnnpm0URhoU1cyIK\\nGuZeB9v1j6gpAnCWK9nz0xuA/SdIB2B+cKbQkDQDvCDPqzEavGJihgIkxwK37/NK\\nKo88a5zUHOjAd2v0nPfw58ulecc5zBMto1G2oEHot1GG1YcKX6OfZlECgYEA222K\\n3bs94Pu3dA989/2Cc9MRdZ2daTNUL5BSbnx6AvFD8fZXt6JfkopP/TVwo1lc76tt\\n8VZ4FVrlqCJsfP2rpju4tejZWI3ed2I6ZvjSx8FIZaP9es+2XUg/36D+VNWyWjfM\\nhmswoSLJc9aCp28uwFFVEn58a6+WnV4I4qlPO4ECgYAsE+svrsvk93jRfRwbvFkk\\nEvBrqh0gPCYCQu6M2v4pc6p//glMY3k8/eEhqeJOkvGJiKw22KJ5YaUFBmVjR9eH\\nsSekCkmObIu4PVXmX8Xat44dv5ENOfSgRd33bxjOcRNk/xuOhwFvJTPxpQHBzLCE\\n3OpIpNiXYD9WdhmSfqClwQKBgDHvMcTX0XMblVoCFExTEpbNF5IOdj30gln4m+ms\\nxg9ZXD758mhFuT4d36oduS5TLcUU3AYpyVYCw3SJsOqYx7EishwjiyKN1myQm/3G\\n7iCrKZCHyy1hi3ya7n4zou0nXFkPjamhRwXEZtfHnx//O0Jkv9lfk2zmHn5dYeRC\\n51cBAoGAb6QGxbRX55veBAEuuIIcZ4tA/fuU5+ybaskxCsWkigYY99r3L7B/Bzmm\\nybd+9AUSutvPecfW/Xf+fYahGycHziSFcrnzs4gJ7p3lOLq8GgFIeHKOZfblhd2x\\nsl8wPfYRV/BimDVqn2s0s52z1SZ8VybmAi5zQMSyNK2peQ7nvg8=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-keypair-1103885072", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWHdmE4mTS7/X12VgeZ9MTFTeMLRqWbm9L+7gTY0xuf2X8YwB1J+i3yK20DZhAG8aFE/iAwge+QHyGPbkpjZ1i8tybryhhmohxFECrmU/qBDS+f8cioIbWk6t0L1njdCtv97K/VJgkR5LPKnG64VgXe99dHl5mrT+tx+A7FaDqV9zo6EFtbhjSUXFbZDFVGc2FkIT4udBkbR/CJ9IY88H5Dmb9/Yb9ekR/z32LNgb0P4um2WI+LahdixxZ0l64yNff2jB+24hI6wQWeaxxraR2G0r2toD5nUqzsXzNYR4XyoAfo8PIPM8ev5uPti5iUB11w0vUte+A9bug2SU75jnR Generated-by-Nova", "fingerprint": "b8:f5:3f:ea:db:fe:cc:fe:7f:76:fb:6a:ea:8b:12:cb", "user_id": "b805c31cc5924c6d98c83718d1884440"}}' 2022-01-11 15:21:47,324 117574 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1103885072 created 2022-01-11 15:21:47,783 117574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/security-groups 0.454s 2022-01-11 15:21:47,783 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-securitygroup--830660079", "description": "tempest-description--1974441607"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-c7549feb-49e8-4cbe-934f-080bbc128a34', 'date': 'Tue, 11 Jan 2022 15:21:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15", "name": "tempest-securitygroup--830660079", "stateful": true, "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "description": "tempest-description--1974441607", "shared": false, "security_group_rules": [{"id": "b46936aa-3ef2-45fa-af43-f782ad83073f", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "security_group_id": "c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 372, "description": null, "tags": [], "created_at": "2022-01-11T15:21:47Z", "updated_at": "2022-01-11T15:21:47Z", "revision_number": 0, "project_id": "9d979bb0d7f04bbe99fa7215278f1051"}, {"id": "ffae2f28-d75b-4eda-86e5-d2fdde381689", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "security_group_id": "c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 373, "description": null, "tags": [], "created_at": "2022-01-11T15:21:47Z", "updated_at": "2022-01-11T15:21:47Z", "revision_number": 0, "project_id": "9d979bb0d7f04bbe99fa7215278f1051"}], "tags": [], "created_at": "2022-01-11T15:21:47Z", "updated_at": "2022-01-11T15:21:47Z", "revision_number": 1, "project_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:21:48,106 117574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.322s 2022-01-11 15:21:48,106 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-a6129cac-b3f1-4270-9927-97eb5497db09', 'date': 'Tue, 11 Jan 2022 15:21:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8874aa27-26bf-4c54-ba45-2cf5fc46fa0c", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "security_group_id": "c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:21:47Z", "updated_at": "2022-01-11T15:21:47Z", "revision_number": 0, "project_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:21:48,470 117574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.363s 2022-01-11 15:21:48,471 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7bd4d9bf-6d34-4153-850b-37180af92c06', 'date': 'Tue, 11 Jan 2022 15:21:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "af1740b3-3e13-4e26-a2d2-1f6a8a2095a1", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "security_group_id": "c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:21:48Z", "updated_at": "2022-01-11T15:21:48Z", "revision_number": 0, "project_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:21:48,471 117574 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--830660079 created 2022-01-11 15:21:49,705 117574 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.52:9696/v2.0/floatingips 1.233s 2022-01-11 15:21:49,705 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-7332a929-3605-40e9-952f-fe347cae9450', 'date': 'Tue, 11 Jan 2022 15:21:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "21a4c4d3-6745-44c9-8c5e-1a724ed51e39", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "floating_ip_address": "172.27.0.161", "floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9d979bb0d7f04bbe99fa7215278f1051", "description": "", "port_details": null, "tags": [], "created_at": "2022-01-11T15:21:49Z", "updated_at": "2022-01-11T15:21:49Z", "revision_number": 0}}' 2022-01-11 15:21:49,706 117574 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '21a4c4d3-6745-44c9-8c5e-1a724ed51e39', 'tenant_id': '9d979bb0d7f04bbe99fa7215278f1051', 'floating_ip_address': '172.27.0.161', 'floating_network_id': 'df6a89ec-3082-4c59-9ce9-72fab83d6f65', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9d979bb0d7f04bbe99fa7215278f1051', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-01-11T15:21:49Z', 'updated_at': '2022-01-11T15:21:49Z', 'revision_number': 0, 'ip': '172.27.0.161'} created 2022-01-11 15:21:49,814 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.102s 2022-01-11 15:21:49,814 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-48f7eec0-253a-4cf6-bb81-84381ddaaa34', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b805c31cc5924c6d98c83718d1884440", "name": "tempest-AttachVolumeTestJSON-1217129543-project", "password_expires_at": null}, "audit_ids": ["DH0_eEXUSPa3BsedWcnQnw"], "expires_at": "2022-01-11T16:21:49.000000Z", "issued_at": "2022-01-11T15:21:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9d979bb0d7f04bbe99fa7215278f1051", "name": "tempest-AttachVolumeTestJSON-1217129543"}, "is_domain": false, "roles": [{"id": "cf228c05981940539fde033ddb1617c9", "name": "reader"}, {"id": "742b589cf4e2420f92ec1c79533345d0", "name": "member"}], "catalog": [{"endpoints": [{"id": "ff8c9dccb172431da602af7a4808d86c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/9d979bb0d7f04bbe99fa7215278f1051", "region": "RegionOne"}], "id": "2445f88179714e8897b1240b3d3ca8c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "fc838db8edd34bc09fbb2fd5c470c27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "37b3181e80ea4d928d4344eaf6a0aa87", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "360a5cfc010e4b139e7fec6ddf825e5f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051", "region": "RegionOne"}], "id": "6212d811c2074dc5b0bf4f3ed48f4e78", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b8ae968d4b4f4d1b94ba3917b2c41d7a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_9d979bb0d7f04bbe99fa7215278f1051", "region": "RegionOne"}, {"id": "c868e46136b0404ba0579acdc8e8ce78", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}], "id": "801c08a0a2894e8d816219b6d4f835f9", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "1c66ab2e63bf4bb49dc80313a47cae5f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "98fbbb52124f44019a2b46287838ae9f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "156980714c084ee9b7e3c1a9aabd25f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9d979bb0d7f04bbe99fa7215278f1051", "region": "RegionOne"}], "id": "b2e3f71e9e7c4c4e9e86900c61ced593", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "78e1c6d028784ac990fbb9593baa8bd1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "bb3c804324544028b524a4e3b489d54c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "958e1704315446638b87d2c5fc109d6d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/", "region": "RegionOne"}], "id": "d6fd01671887417e85e932aec3bf7964", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bc5f74abe8a4c0da27b847317aad02e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "fb282cf9369148db81877e30974a02dd", "type": "image", "name": "glance"}]}}' 2022-01-11 15:21:49,815 117574 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '3f4d94b5-b203-4c46-b51c-c22a8f4a2dc1', 'name': 'tempest-AttachVolumeTestJSON-1499020669-network', 'tenant_id': '9d979bb0d7f04bbe99fa7215278f1051', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9d979bb0d7f04bbe99fa7215278f1051', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 574, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-01-11T15:10:56Z', 'updated_at': '2022-01-11T15:10:56Z', 'revision_number': 1} available for tenant 2022-01-11 15:21:49,815 117574 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'private_key': '-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA1h3ZhOJk0u/19dlYHmfTExU3jC0alm5vS/u4E2NMbn9l/GMA\ndSfot8ittA2YQBvGhRP4gMIHvkB8hj25KY2dYvLcm68oYZqIcRRAq5lP6gQ0vn/H\nIqCG1pOrdC9Z43Qrb/eyv1SYJEeSzypxuuFYF3vfXR5eZq0/rcfgOxWg6lfc6OhB\nbW4Y0lFxW2QxVRnNhZCE+LnQZG0fwifSGPPB+Q5m/f2G/XpEf899izYG9D+Lptli\nPi2oXYscWdJeuMjX39owftuISOsEFnmsca2kdhtK9raA+Z1Ks7F8zWEeF8qAH6PD\nyDzPHr+bj7YuYlAddcNL1LXvgPW7oNklO+Y50QIDAQABAoIBAFsc+KMDc8QPOKsV\ngdnudHN6Y9jSmK3K8LF0vDAD4VJkBBISTu+LvAv46XHlFxSwvRmEFgs0hfb/mf3F\n5jU4ffDNR/M35gciq0zzQVHEO61pfMhTt3mUtcw5qowWWjngBVvwG7AvX06Q5ngh\np6POoJ3dqH8HnUQ0FRTuKQz7dy5AzaOqZPrd2Evfx5mq8Lve0ccwxaNr/rP0vFuj\nNiqvC4ihCV2YUqY12RInPA0Z0ydGs3/QoUHpYLALZF8HVROa2qTw+cwZazgHEC+u\nLGfTbZE7ZsrEq58xtfne6Ogd3llmZmlxVq+vm36T1nFRw6PpIvn4BrwOZfdBIjJF\nUvw9gAECgYEA+c2v2lJBFFpFzJhBA9Faa2nq5N788+WSsXnzxnnpm0URhoU1cyIK\nGuZeB9v1j6gpAnCWK9nz0xuA/SdIB2B+cKbQkDQDvCDPqzEavGJihgIkxwK37/NK\nKo88a5zUHOjAd2v0nPfw58ulecc5zBMto1G2oEHot1GG1YcKX6OfZlECgYEA222K\n3bs94Pu3dA989/2Cc9MRdZ2daTNUL5BSbnx6AvFD8fZXt6JfkopP/TVwo1lc76tt\n8VZ4FVrlqCJsfP2rpju4tejZWI3ed2I6ZvjSx8FIZaP9es+2XUg/36D+VNWyWjfM\nhmswoSLJc9aCp28uwFFVEn58a6+WnV4I4qlPO4ECgYAsE+svrsvk93jRfRwbvFkk\nEvBrqh0gPCYCQu6M2v4pc6p//glMY3k8/eEhqeJOkvGJiKw22KJ5YaUFBmVjR9eH\nsSekCkmObIu4PVXmX8Xat44dv5ENOfSgRd33bxjOcRNk/xuOhwFvJTPxpQHBzLCE\n3OpIpNiXYD9WdhmSfqClwQKBgDHvMcTX0XMblVoCFExTEpbNF5IOdj30gln4m+ms\nxg9ZXD758mhFuT4d36oduS5TLcUU3AYpyVYCw3SJsOqYx7EishwjiyKN1myQm/3G\n7iCrKZCHyy1hi3ya7n4zou0nXFkPjamhRwXEZtfHnx//O0Jkv9lfk2zmHn5dYeRC\n51cBAoGAb6QGxbRX55veBAEuuIIcZ4tA/fuU5+ybaskxCsWkigYY99r3L7B/Bzmm\nybd+9AUSutvPecfW/Xf+fYahGycHziSFcrnzs4gJ7p3lOLq8GgFIeHKOZfblhd2x\nsl8wPfYRV/BimDVqn2s0s52z1SZ8VybmAi5zQMSyNK2peQ7nvg8=\n-----END RSA PRIVATE KEY-----\n', 'name': 'tempest-keypair-1103885072', 'public_key': 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWHdmE4mTS7/X12VgeZ9MTFTeMLRqWbm9L+7gTY0xuf2X8YwB1J+i3yK20DZhAG8aFE/iAwge+QHyGPbkpjZ1i8tybryhhmohxFECrmU/qBDS+f8cioIbWk6t0L1njdCtv97K/VJgkR5LPKnG64VgXe99dHl5mrT+tx+A7FaDqV9zo6EFtbhjSUXFbZDFVGc2FkIT4udBkbR/CJ9IY88H5Dmb9/Yb9ekR/z32LNgb0P4um2WI+LahdixxZ0l64yNff2jB+24hI6wQWeaxxraR2G0r2toD5nUqzsXzNYR4XyoAfo8PIPM8ev5uPti5iUB11w0vUte+A9bug2SU75jnR Generated-by-Nova', 'fingerprint': 'b8:f5:3f:ea:db:fe:cc:fe:7f:76:fb:6a:ea:8b:12:cb', 'user_id': 'b805c31cc5924c6d98c83718d1884440'}, 'security_group': {'id': 'c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15', 'name': 'tempest-securitygroup--830660079', 'stateful': True, 'tenant_id': '9d979bb0d7f04bbe99fa7215278f1051', 'description': 'tempest-description--1974441607', 'shared': False, 'security_group_rules': [{'id': 'b46936aa-3ef2-45fa-af43-f782ad83073f', 'tenant_id': '9d979bb0d7f04bbe99fa7215278f1051', 'security_group_id': 'c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 372, 'description': None, 'tags': [], 'created_at': '2022-01-11T15:21:47Z', 'updated_at': '2022-01-11T15:21:47Z', 'revision_number': 0, 'project_id': '9d979bb0d7f04bbe99fa7215278f1051'}, {'id': 'ffae2f28-d75b-4eda-86e5-d2fdde381689', 'tenant_id': '9d979bb0d7f04bbe99fa7215278f1051', 'security_group_id': 'c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 373, 'description': None, 'tags': [], 'created_at': '2022-01-11T15:21:47Z', 'updated_at': '2022-01-11T15:21:47Z', 'revision_number': 0, 'project_id': '9d979bb0d7f04bbe99fa7215278f1051'}], 'tags': [], 'created_at': '2022-01-11T15:21:47Z', 'updated_at': '2022-01-11T15:21:47Z', 'revision_number': 1, 'project_id': '9d979bb0d7f04bbe99fa7215278f1051'}, 'floating_ip': {'id': '21a4c4d3-6745-44c9-8c5e-1a724ed51e39', 'tenant_id': '9d979bb0d7f04bbe99fa7215278f1051', 'floating_ip_address': '172.27.0.161', 'floating_network_id': 'df6a89ec-3082-4c59-9ce9-72fab83d6f65', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9d979bb0d7f04bbe99fa7215278f1051', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-01-11T15:21:49Z', 'updated_at': '2022-01-11T15:21:49Z', 'revision_number': 0, 'ip': '172.27.0.161'}} 2022-01-11 15:21:50,752 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.222.0.52/compute/v2.1/servers 0.936s 2022-01-11 15:21:50,752 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1543090489", "imageRef": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "3f4d94b5-b203-4c46-b51c-c22a8f4a2dc1"}], "security_groups": [{"name": "tempest-securitygroup--830660079"}], "key_name": "tempest-keypair-1103885072", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f280611b-b469-439f-bed8-bac9a531a079', 'x-compute-request-id': 'req-f280611b-b469-439f-bed8-bac9a531a079', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--830660079"}], "adminPass": "password"}}' 2022-01-11 15:21:51,049 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08 0.294s 2022-01-11 15:21:51,050 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f21fa113-77ac-4b01-abd1-6aef2e6e8aa0', 'x-compute-request-id': 'req-f21fa113-77ac-4b01-abd1-6aef2e6e8aa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08'} Body: b'{"server": {"id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "name": "tempest-AttachVolumeTestJSON-server-1543090489", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:51Z", "updated": "2022-01-11T15:21:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1103885072", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:21:52,240 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08 0.182s 2022-01-11 15:21:52,240 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0e41e2d-299e-49da-9c94-13b446b46bd7', 'x-compute-request-id': 'req-f0e41e2d-299e-49da-9c94-13b446b46bd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08'} Body: b'{"server": {"id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "name": "tempest-AttachVolumeTestJSON-server-1543090489", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:50Z", "updated": "2022-01-11T15:21:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1103885072", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:21:52,247 117574 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-01-11 15:21:53,595 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08 0.347s 2022-01-11 15:21:53,596 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1296', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3aa58fe-ef06-4762-af82-4b0cb33c2234', 'x-compute-request-id': 'req-f3aa58fe-ef06-4762-af82-4b0cb33c2234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08'} Body: b'{"server": {"id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "name": "tempest-AttachVolumeTestJSON-server-1543090489", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:50Z", "updated": "2022-01-11T15:21:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1103885072", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:21:53,603 117574 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2022-01-11 15:21:54,930 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08 0.326s 2022-01-11 15:21:54,930 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-296b4ea2-c033-4c48-9e8c-f5cff5c41532', 'x-compute-request-id': 'req-296b4ea2-c033-4c48-9e8c-f5cff5c41532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08'} Body: b'{"server": {"id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "name": "tempest-AttachVolumeTestJSON-server-1543090489", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:50Z", "updated": "2022-01-11T15:21:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1103885072", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--830660079"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:21:56,085 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08 0.146s 2022-01-11 15:21:56,085 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e405a7c9-4ef3-4fc5-b84a-e6602e534789', 'x-compute-request-id': 'req-e405a7c9-4ef3-4fc5-b84a-e6602e534789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08'} Body: b'{"server": {"id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "name": "tempest-AttachVolumeTestJSON-server-1543090489", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:50Z", "updated": "2022-01-11T15:21:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1103885072", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--830660079"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:21:57,241 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08 0.148s 2022-01-11 15:21:57,242 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8263e689-a8a2-418b-9caf-b80552609985', 'x-compute-request-id': 'req-8263e689-a8a2-418b-9caf-b80552609985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08'} Body: b'{"server": {"id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "name": "tempest-AttachVolumeTestJSON-server-1543090489", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:50Z", "updated": "2022-01-11T15:21:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1103885072", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--830660079"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:21:58,401 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08 0.151s 2022-01-11 15:21:58,402 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28b54662-a94a-4547-8619-d79b5ff90322', 'x-compute-request-id': 'req-28b54662-a94a-4547-8619-d79b5ff90322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08'} Body: b'{"server": {"id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "name": "tempest-AttachVolumeTestJSON-server-1543090489", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:50Z", "updated": "2022-01-11T15:21:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1103885072", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--830660079"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:21:59,555 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08 0.144s 2022-01-11 15:21:59,555 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fce18e55-55a0-4187-9734-2f97bd0670a8', 'x-compute-request-id': 'req-fce18e55-55a0-4187-9734-2f97bd0670a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08'} Body: b'{"server": {"id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "name": "tempest-AttachVolumeTestJSON-server-1543090489", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:50Z", "updated": "2022-01-11T15:21:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1103885072", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--830660079"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:22:00,725 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08 0.162s 2022-01-11 15:22:00,726 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3733179c-feda-476c-8b9c-2ad6a7eb577c', 'x-compute-request-id': 'req-3733179c-feda-476c-8b9c-2ad6a7eb577c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08'} Body: b'{"server": {"id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "name": "tempest-AttachVolumeTestJSON-server-1543090489", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:50Z", "updated": "2022-01-11T15:21:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1103885072", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--830660079"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:22:01,884 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08 0.150s 2022-01-11 15:22:01,885 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dee7d9fd-a46d-4c21-aa3d-3381d5b097a8', 'x-compute-request-id': 'req-dee7d9fd-a46d-4c21-aa3d-3381d5b097a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08'} Body: b'{"server": {"id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "name": "tempest-AttachVolumeTestJSON-server-1543090489", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:50Z", "updated": "2022-01-11T15:21:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1103885072", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--830660079"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:22:03,195 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08 0.302s 2022-01-11 15:22:03,196 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-117141eb-dc79-418e-978e-d7d64b8d8e30', 'x-compute-request-id': 'req-117141eb-dc79-418e-978e-d7d64b8d8e30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08'} Body: b'{"server": {"id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "name": "tempest-AttachVolumeTestJSON-server-1543090489", "status": "BUILD", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:50Z", "updated": "2022-01-11T15:22:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1103885072", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--830660079"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:22:04,463 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08 0.258s 2022-01-11 15:22:04,463 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb126457-a32d-45ba-bdb8-a575fe50e378', 'x-compute-request-id': 'req-eb126457-a32d-45ba-bdb8-a575fe50e378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08'} Body: b'{"server": {"id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "name": "tempest-AttachVolumeTestJSON-server-1543090489", "status": "ACTIVE", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "user_id": "b805c31cc5924c6d98c83718d1884440", "metadata": {}, "hostId": "e54d8dd5939b5c8a917eb63869f42d9f686dde1c3c1365d93d4f34d1", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:21:50Z", "updated": "2022-01-11T15:22:04Z", "addresses": {"tempest-AttachVolumeTestJSON-1499020669-network": [{"version": 4, "addr": "172.20.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bb:69:c3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1103885072", "OS-SRV-USG:launched_at": "2022-01-11T15:22:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--830660079"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:22:04,471 117574 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 13 second wait 2022-01-11 15:22:04,697 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/os-interface 0.226s 2022-01-11 15:22:04,698 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6016da88-317a-4d77-8d21-363bbf5fda50', 'x-compute-request-id': 'req-6016da88-317a-4d77-8d21-363bbf5fda50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3f4d94b5-b203-4c46-b51c-c22a8f4a2dc1", "port_id": "ec1fb3ae-0012-43de-9cf3-275eb887651d", "mac_addr": "fa:16:3e:bb:69:c3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e8568937-397a-4d6b-b39e-cf45c925616b", "ip_address": "172.20.0.11"}]}]}' 2022-01-11 15:22:06,208 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.222.0.52:9696/v2.0/floatingips/21a4c4d3-6745-44c9-8c5e-1a724ed51e39 1.506s 2022-01-11 15:22:06,208 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "ec1fb3ae-0012-43de-9cf3-275eb887651d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '798', 'x-openstack-request-id': 'req-2dcf2329-267d-4a52-8c24-7d456962574a', 'date': 'Tue, 11 Jan 2022 15:22:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips/21a4c4d3-6745-44c9-8c5e-1a724ed51e39'} Body: b'{"floatingip": {"id": "21a4c4d3-6745-44c9-8c5e-1a724ed51e39", "tenant_id": "9d979bb0d7f04bbe99fa7215278f1051", "floating_ip_address": "172.27.0.161", "floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65", "router_id": "6d66a926-8a28-4f33-b478-fbffaf743f57", "port_id": "ec1fb3ae-0012-43de-9cf3-275eb887651d", "fixed_ip_address": "172.20.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3f4d94b5-b203-4c46-b51c-c22a8f4a2dc1", "mac_address": "fa:16:3e:bb:69:c3", "admin_state_up": true, "status": "ACTIVE", "device_id": "4d028c6b-fa47-42d1-859e-8576f3b3cb08", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-01-11T15:21:49Z", "updated_at": "2022-01-11T15:22:05Z", "revision_number": 1, "project_id": "9d979bb0d7f04bbe99fa7215278f1051"}}' 2022-01-11 15:22:06,299 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.090s 2022-01-11 15:22:06,300 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2de2ac36-d168-44cb-a783-9d2c5a67e831', 'x-compute-request-id': 'req-2de2ac36-d168-44cb-a783-9d2c5a67e831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": ""}' 2022-01-11 15:22:07,379 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.077s 2022-01-11 15:22:07,380 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ba84b25-cd00-41b0-a4a6-6846e15ae602', 'x-compute-request-id': 'req-2ba84b25-cd00-41b0-a4a6-6846e15ae602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": ""}' 2022-01-11 15:22:08,458 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.075s 2022-01-11 15:22:08,458 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10864ae5-05c4-4fc5-8935-747c5ca0fa35', 'x-compute-request-id': 'req-10864ae5-05c4-4fc5-8935-747c5ca0fa35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": ""}' 2022-01-11 15:22:09,537 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.077s 2022-01-11 15:22:09,538 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b37891c1-f930-4fca-9b1a-6fa9ca59320c', 'x-compute-request-id': 'req-b37891c1-f930-4fca-9b1a-6fa9ca59320c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": ""}' 2022-01-11 15:22:10,636 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.096s 2022-01-11 15:22:10,637 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56dc78bf-9357-4a1a-81a1-5e2a36a899ca', 'x-compute-request-id': 'req-56dc78bf-9357-4a1a-81a1-5e2a36a899ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": ""}' 2022-01-11 15:22:11,806 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.167s 2022-01-11 15:22:11,806 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddff9c86-2efa-438f-889e-30afb8ac7220', 'x-compute-request-id': 'req-ddff9c86-2efa-438f-889e-30afb8ac7220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": ""}' 2022-01-11 15:22:12,977 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.169s 2022-01-11 15:22:12,977 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21e0664b-58b4-4048-8196-5c750b7dd642', 'x-compute-request-id': 'req-21e0664b-58b4-4048-8196-5c750b7dd642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": ""}' 2022-01-11 15:22:14,140 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.160s 2022-01-11 15:22:14,141 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6b9b92a-e9e9-45df-9e83-b2e7671d16e8', 'x-compute-request-id': 'req-a6b9b92a-e9e9-45df-9e83-b2e7671d16e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": ""}' 2022-01-11 15:22:15,328 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.185s 2022-01-11 15:22:15,334 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '14', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2d16e26-0f1c-42a1-8530-7842bbe391f7', 'x-compute-request-id': 'req-a2d16e26-0f1c-42a1-8530-7842bbe391f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": ""}' 2022-01-11 15:22:16,493 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.156s 2022-01-11 15:22:16,493 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '9290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a054815-36e9-49e1-9b5e-6cdbed35d3e5', 'x-compute-request-id': 'req-1a054815-36e9-49e1-9b5e-6cdbed35d3e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:17,672 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.176s 2022-01-11 15:22:17,672 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '16877', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46b7ef40-a6be-4c5d-8bcb-93f5d4b748f8', 'x-compute-request-id': 'req-46b7ef40-a6be-4c5d-8bcb-93f5d4b748f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:18,840 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.165s 2022-01-11 15:22:18,841 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '18083', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3defd4c4-6a74-416e-8f23-d2352c4fe684', 'x-compute-request-id': 'req-3defd4c4-6a74-416e-8f23-d2352c4fe684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:20,007 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.163s 2022-01-11 15:22:20,007 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '21112', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e122a002-7985-423d-ace3-0248de00f03f', 'x-compute-request-id': 'req-e122a002-7985-423d-ace3-0248de00f03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:21,166 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.155s 2022-01-11 15:22:21,166 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '23043', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e8a498f-8a47-4517-bd8c-21236cc5f3b9', 'x-compute-request-id': 'req-3e8a498f-8a47-4517-bd8c-21236cc5f3b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:22,346 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.177s 2022-01-11 15:22:22,347 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '24859', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-236f86a0-7ac5-43db-b06b-2ef726bde196', 'x-compute-request-id': 'req-236f86a0-7ac5-43db-b06b-2ef726bde196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:23,515 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.165s 2022-01-11 15:22:23,515 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '26441', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe87f387-e442-428b-ba87-dd4433729171', 'x-compute-request-id': 'req-fe87f387-e442-428b-ba87-dd4433729171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:24,688 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.169s 2022-01-11 15:22:24,688 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27529', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83095fae-1e7f-4c53-94d1-97d6162d7195', 'x-compute-request-id': 'req-83095fae-1e7f-4c53-94d1-97d6162d7195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:25,881 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.190s 2022-01-11 15:22:25,882 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '27944', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8383a078-71f0-4b20-b0bc-1dfbf40bdea0', 'x-compute-request-id': 'req-8383a078-71f0-4b20-b0bc-1dfbf40bdea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:27,005 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.120s 2022-01-11 15:22:27,006 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b211795c-4459-4113-bfa0-34cb573ecf15', 'x-compute-request-id': 'req-b211795c-4459-4113-bfa0-34cb573ecf15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:28,173 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.165s 2022-01-11 15:22:28,174 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-512863ef-b4a2-4eb2-bd17-0a5aadf4ddf6', 'x-compute-request-id': 'req-512863ef-b4a2-4eb2-bd17-0a5aadf4ddf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:29,318 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.141s 2022-01-11 15:22:29,319 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-164f86d4-1cee-48f3-9130-188db88bc9c1', 'x-compute-request-id': 'req-164f86d4-1cee-48f3-9130-188db88bc9c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:30,474 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.153s 2022-01-11 15:22:30,474 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-078644cc-ba8e-436b-9e0a-6729f272293d', 'x-compute-request-id': 'req-078644cc-ba8e-436b-9e0a-6729f272293d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:31,637 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.160s 2022-01-11 15:22:31,638 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b371fba-fe28-42b6-a4dc-a842c8346024', 'x-compute-request-id': 'req-9b371fba-fe28-42b6-a4dc-a842c8346024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:32,794 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.153s 2022-01-11 15:22:32,795 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2392d9a-8cca-4609-8190-7b7fd43787f4', 'x-compute-request-id': 'req-c2392d9a-8cca-4609-8190-7b7fd43787f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:33,963 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.165s 2022-01-11 15:22:33,964 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a73e9b99-432b-455a-b5c7-ebbc577e155f', 'x-compute-request-id': 'req-a73e9b99-432b-455a-b5c7-ebbc577e155f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:35,129 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.162s 2022-01-11 15:22:35,130 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c13e5d6-de5e-4091-9c1d-2ca8a1bc07e8', 'x-compute-request-id': 'req-3c13e5d6-de5e-4091-9c1d-2ca8a1bc07e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:36,317 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.185s 2022-01-11 15:22:36,318 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a468db7f-575b-4e26-871e-32aa5bbfd147', 'x-compute-request-id': 'req-a468db7f-575b-4e26-871e-32aa5bbfd147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:37,486 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.165s 2022-01-11 15:22:37,487 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5239a264-d3b1-49c7-aa0b-13b695f7920f', 'x-compute-request-id': 'req-5239a264-d3b1-49c7-aa0b-13b695f7920f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:38,636 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.146s 2022-01-11 15:22:38,636 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbad43d1-d5f1-4eeb-a725-1f260e305bdf', 'x-compute-request-id': 'req-fbad43d1-d5f1-4eeb-a725-1f260e305bdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:22:39,800 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 POST http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action 0.161s 2022-01-11 15:22:39,801 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d6a5f60-ec45-412c-9674-393424adcfd6', 'x-compute-request-id': 'req-0d6a5f60-ec45-412c-9674-393424adcfd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/4d028c6b-fa47-42d1-859e-8576f3b3cb08/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-01-11 15:23:41,862 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1103885072 0.995s 2022-01-11 15:23:41,862 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65bf6053-7e39-4ad1-b255-ed9e3cda00fb', 'x-compute-request-id': 'req-65bf6053-7e39-4ad1-b255-ed9e3cda00fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-keypair-1103885072'} Body: b'' 2022-01-11 15:23:41,907 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 409 DELETE http://10.222.0.52:9696/v2.0/security-groups/c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15 0.044s 2022-01-11 15:23:41,908 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '136', 'x-openstack-request-id': 'req-7a182df8-46a9-4f52-836d-37248c9b1b92', 'date': 'Tue, 11 Jan 2022 15:23:41 GMT', 'connection': 'close', 'status': '409', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups/c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15'} Body: b'{"NeutronError": {"type": "SecurityGroupInUse", "message": "Security Group c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15 in use.", "detail": ""}}' 2022-01-11 15:23:41,908 117574 ERROR [tempest.lib.common.validation_resources] Conflict while deleting security group c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15 VM might not be deleted 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources Traceback (most recent call last): 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources security_group_client.delete_security_group(sec_id) 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources return self.delete_resource(uri) 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources resp, body = self.delete(req_uri) 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources return self.request('DELETE', url, extra_headers, headers, body) 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources self._error_checker(resp, resp_body) 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 824, in _error_checker 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources raise exceptions.Conflict(resp_body, resp=resp) 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources tempest.lib.exceptions.Conflict: Conflict with state of target resource 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15 in use.', 'detail': ''} 2022-01-11 15:23:41.908 117574 ERROR tempest.lib.common.validation_resources 2022-01-11 15:23:43,178 117574 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52:9696/v2.0/floatingips/21a4c4d3-6745-44c9-8c5e-1a724ed51e39 1.268s 2022-01-11 15:23:43,178 117574 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-24622781-1571-4adc-886f-e0a3a0d18423', 'content-length': '0', 'date': 'Tue, 11 Jan 2022 15:23:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips/21a4c4d3-6745-44c9-8c5e-1a724ed51e39'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/fixture.py", line 125, in cleanUp return self._cleanups(raise_errors=raise_first) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/callmany.py", line 89, in __call__ reraise(error[0], error[1], error[2]) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/fixtures/callmany.py", line 83, in __call__ cleanup(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 346, in clear_validation_resources raise has_exception File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 315, in clear_validation_resources security_group_client.delete_security_group(sec_id) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 824, in _error_checker raise exceptions.Conflict(resp_body, resp=resp) tempest.lib.exceptions.Conflict: Conflict with state of target resource Details: {'type': 'SecurityGroupInUse', 'message': 'Security Group c1fcdd80-74e0-4d1a-ae4d-8e00ac3baf15 in use.', 'detail': ''} }}} Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 140, in test_list_get_volume_attachments server, validation_resources = self._create_server() File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 270, in create_test_server waiters.wait_for_guest_os_boot(clients.servers_client, server['id']) File "/opt/stack/tempest/tempest/common/waiters.py", line 532, in wait_for_guest_os_boot console_output = client.get_console_output(server_id)['output'] File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 649, in get_console_output return self.action(server_id, 'os-getConsoleOutput', File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 221, in action resp, body = self.post('servers/%s/action' % server_id, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60) |
||||||
tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
fail
ft14.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 53, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 530, in create_volume volume = cls.volumes_client.create_volume(**kwargs)['volume'] File "/opt/stack/tempest/tempest/lib/services/compute/volumes_client.py", line 69, in create_volume resp, body = self.post('os-volumes', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60) |
||||||
tempest.api.volume.admin.test_groups.GroupsTest | 2 | 0 | 2 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
fail
ft15.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:32:51,375 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.222.0.52/volume/v3/560e16dcf4cb4d2a864539123083e07e/types 52.024s 2022-01-11 15:32:51,375 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-796828002"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54eafff2-1e04-4ab5-8b89-4e937c1c495e', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54eafff2-1e04-4ab5-8b89-4e937c1c495e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/560e16dcf4cb4d2a864539123083e07e/types'} Body: b'{"volume_type": {"id": "7e8f2feb-aae8-454d-abee-ba80fc486596", "name": "tempest-GroupsTest-volume-type-796828002", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-01-11 15:33:44,752 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.222.0.52/volume/v3/560e16dcf4cb4d2a864539123083e07e/group_types 53.375s 2022-01-11 15:33:44,753 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupsTest-group-type-1520335140"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ae504dc-a310-419a-9be7-8b6e79297fc3', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ae504dc-a310-419a-9be7-8b6e79297fc3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/560e16dcf4cb4d2a864539123083e07e/group_types'} Body: b'{"group_type": {"id": "5135688b-5f9e-4973-ac97-d7e08162848b", "name": "tempest-GroupsTest-group-type-1520335140", "description": null, "is_public": true, "group_specs": {}}}' 2022-01-11 15:34:52,223 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 400 DELETE http://10.222.0.52/volume/v3/560e16dcf4cb4d2a864539123083e07e/group_types/5135688b-5f9e-4973-ac97-d7e08162848b 7.429s 2022-01-11 15:34:52,223 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '185', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdab6a59-2dc3-4576-9de3-f5509e1778c0', 'x-openstack-request-id': 'req-cdab6a59-2dc3-4576-9de3-f5509e1778c0', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.52/volume/v3/560e16dcf4cb4d2a864539123083e07e/group_types/5135688b-5f9e-4973-ac97-d7e08162848b'} Body: b'{"badRequest": {"code": 400, "message": "Target group type is still in use. Group Type 5135688b-5f9e-4973-ac97-d7e08162848b deletion is not allowed with groups present with the type."}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/services/volume/v3/group_types_client.py", line 48, in delete_group_type resp, body = self.delete("group_types/%s" % group_type_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Target group type is still in use. Group Type 5135688b-5f9e-4973-ac97-d7e08162848b deletion is not allowed with groups present with the type.'} }}} Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 42, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 222, in create_group group = self.groups_client.create_group(**kwargs)['group'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/groups_client.py", line 39, in create_group resp, body = self.post('groups', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60) |
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
fail
ft15.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:34:52,439 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.222.0.52/volume/v3/560e16dcf4cb4d2a864539123083e07e/types 0.211s 2022-01-11 15:34:52,439 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-2081525275"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e5103e3-3fae-4c81-8484-b48681806c58', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e5103e3-3fae-4c81-8484-b48681806c58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/560e16dcf4cb4d2a864539123083e07e/types'} Body: b'{"volume_type": {"id": "173eae7b-21c9-4726-a720-810b1fc40178", "name": "tempest-GroupsTest-volume-type-2081525275", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-01-11 15:34:52,814 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.222.0.52/volume/v3/560e16dcf4cb4d2a864539123083e07e/group_types 0.372s 2022-01-11 15:34:52,814 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupsTest-group-type-1241657160"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd820a1d-6fbf-4e49-962a-091b278a36c3', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd820a1d-6fbf-4e49-962a-091b278a36c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/560e16dcf4cb4d2a864539123083e07e/group_types'} Body: b'{"group_type": {"id": "25a175ff-80eb-4da8-ae0b-de245fc8bf8d", "name": "tempest-GroupsTest-group-type-1241657160", "description": null, "is_public": true, "group_specs": {}}}' 2022-01-11 15:34:53,220 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/groups 0.403s 2022-01-11 15:34:53,220 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"group": {"group_type": "25a175ff-80eb-4da8-ae0b-de245fc8bf8d", "volume_types": ["173eae7b-21c9-4726-a720-810b1fc40178"], "name": "tempest-GroupsTest-Group-114102616"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9c4e0e8-f9f9-4e2b-a54d-37ea091620e6', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9c4e0e8-f9f9-4e2b-a54d-37ea091620e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/groups'} Body: b'{"group": {"id": "52e91c98-305a-4ca5-89af-5ea197547034", "name": "tempest-GroupsTest-Group-114102616"}}' 2022-01-11 15:34:53,265 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/groups/52e91c98-305a-4ca5-89af-5ea197547034 0.043s 2022-01-11 15:34:53,273 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66379e49-d2f6-4c93-8b4f-45fc03b014f1', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66379e49-d2f6-4c93-8b4f-45fc03b014f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/groups/52e91c98-305a-4ca5-89af-5ea197547034'} Body: b'{"group": {"id": "52e91c98-305a-4ca5-89af-5ea197547034", "status": "creating", "availability_zone": "nova", "created_at": "2022-01-11T15:34:53.000000", "name": "tempest-GroupsTest-Group-114102616", "description": null, "group_type": "25a175ff-80eb-4da8-ae0b-de245fc8bf8d", "volume_types": ["173eae7b-21c9-4726-a720-810b1fc40178"]}}' 2022-01-11 15:34:54,309 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/groups/52e91c98-305a-4ca5-89af-5ea197547034 0.030s 2022-01-11 15:34:54,309 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-071abcca-c0a7-4785-b583-89e41fac4eb7', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-071abcca-c0a7-4785-b583-89e41fac4eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/groups/52e91c98-305a-4ca5-89af-5ea197547034'} Body: b'{"group": {"id": "52e91c98-305a-4ca5-89af-5ea197547034", "status": "available", "availability_zone": "nova", "created_at": "2022-01-11T15:34:53.000000", "name": "tempest-GroupsTest-Group-114102616", "description": null, "group_type": "25a175ff-80eb-4da8-ae0b-de245fc8bf8d", "volume_types": ["173eae7b-21c9-4726-a720-810b1fc40178"]}}' 2022-01-11 15:34:54,312 117576 INFO [tempest.common.waiters] group 52e91c98-305a-4ca5-89af-5ea197547034 reached available after waiting for 1.312138 seconds 2022-01-11 15:34:54,972 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes 0.660s 2022-01-11 15:34:54,973 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"volume_type": "173eae7b-21c9-4726-a720-810b1fc40178", "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "size": 1, "name": "tempest-GroupsTest-Volume-1890298032"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bac290b-eef8-4993-8d54-7748215cfc2e', 'content-length': '892', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bac290b-eef8-4993-8d54-7748215cfc2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:54.665861", "updated_at": null, "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034"}}' 2022-01-11 15:34:55,071 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.092s 2022-01-11 15:34:55,071 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1c8bab6-570c-4707-a0a0-5ddd52765d42', 'content-length': '960', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1c8bab6-570c-4707-a0a0-5ddd52765d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": null, "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:34:56,146 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.067s 2022-01-11 15:34:56,146 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-736d99e0-194a-47ce-8fb7-db95e0bc5444', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-736d99e0-194a-47ce-8fb7-db95e0bc5444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:34:57,518 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.363s 2022-01-11 15:34:57,518 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c23d7fd-7d07-49fa-9e0b-ead90db4d67e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c23d7fd-7d07-49fa-9e0b-ead90db4d67e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:34:58,583 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:34:58,583 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c8951ab-a988-44c0-ab80-f7651fcd8928', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c8951ab-a988-44c0-ab80-f7651fcd8928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:34:59,645 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:34:59,646 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2fe46dc-44a9-44dc-bf22-608a3b4ccbff', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2fe46dc-44a9-44dc-bf22-608a3b4ccbff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:00,711 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:35:00,716 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28136dc6-8948-406a-8127-6c827958f416', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28136dc6-8948-406a-8127-6c827958f416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:01,874 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.150s 2022-01-11 15:35:01,874 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fb40611-8981-467a-a199-70d363a285d9', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fb40611-8981-467a-a199-70d363a285d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:02,934 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.052s 2022-01-11 15:35:02,935 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-787c2c0b-cac0-4763-b3e5-0782dbbfd467', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-787c2c0b-cac0-4763-b3e5-0782dbbfd467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:03,998 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:35:03,998 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29c4aa1b-3b1e-486c-9beb-024cbf72640f', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29c4aa1b-3b1e-486c-9beb-024cbf72640f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:05,069 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.063s 2022-01-11 15:35:05,069 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b295450e-f00c-4fcc-8faf-df51bce07871', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b295450e-f00c-4fcc-8faf-df51bce07871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:06,131 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:35:06,131 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a86787e-8f3b-4f88-a49c-7c6c381ef0da', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a86787e-8f3b-4f88-a49c-7c6c381ef0da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:07,192 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:35:07,193 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6169507-82bf-43de-81a6-4e4c713754f4', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6169507-82bf-43de-81a6-4e4c713754f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:08,256 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:35:08,257 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-723a3160-72ae-47d2-b034-f3a0fb2967eb', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-723a3160-72ae-47d2-b034-f3a0fb2967eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:09,319 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:35:09,320 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddd83cbf-aebc-4583-bc42-879a28f1dcd7', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddd83cbf-aebc-4583-bc42-879a28f1dcd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:10,380 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:35:10,380 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d99331c-2e72-47c8-b663-ad9eab28db16', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d99331c-2e72-47c8-b663-ad9eab28db16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:11,442 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:11,443 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87ebcfe0-7df6-4ebb-a997-cae006de01ca', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87ebcfe0-7df6-4ebb-a997-cae006de01ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:12,504 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:35:12,505 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03beeadd-7ac6-427d-947a-944aa0cad0d2', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03beeadd-7ac6-427d-947a-944aa0cad0d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:13,566 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:13,567 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3efd81c-dde9-4828-bdc9-ac35de70469c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3efd81c-dde9-4828-bdc9-ac35de70469c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:14,628 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:35:14,628 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1ce89f2-7945-45d6-9dca-d33c59b725df', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1ce89f2-7945-45d6-9dca-d33c59b725df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:15,689 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:15,690 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fed32de-ec75-4aa1-a029-ed1e0986b2c9', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fed32de-ec75-4aa1-a029-ed1e0986b2c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:16,756 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.058s 2022-01-11 15:35:16,757 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02344288-5564-4f97-b3a8-2f929d9dc4a1', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02344288-5564-4f97-b3a8-2f929d9dc4a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:17,821 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:35:17,821 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc12caa9-9c8c-4be3-8eed-3f7444fcce58', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc12caa9-9c8c-4be3-8eed-3f7444fcce58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:18,884 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:18,884 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f033b8fa-0afd-4c3e-a26f-b0f6a2049672', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f033b8fa-0afd-4c3e-a26f-b0f6a2049672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:19,947 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:35:19,947 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-000277b4-eff3-449a-a6da-55fa45282a92', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-000277b4-eff3-449a-a6da-55fa45282a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:21,010 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:21,010 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e59b5bf-9418-4b5a-8a53-dfbe8e10c634', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e59b5bf-9418-4b5a-8a53-dfbe8e10c634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:22,072 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:35:22,073 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8ccd0d7-ac80-4b7e-b881-2a1146641a5e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8ccd0d7-ac80-4b7e-b881-2a1146641a5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:23,136 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:35:23,137 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17435e17-d443-4d07-b860-b5cd19877b86', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17435e17-d443-4d07-b860-b5cd19877b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:24,200 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:35:24,200 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c7636be-b6b1-471e-98a3-634e0be9e0ad', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c7636be-b6b1-471e-98a3-634e0be9e0ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:25,263 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:35:25,264 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a96b2d8-aab6-4e59-9c74-eadb6ee0af5e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a96b2d8-aab6-4e59-9c74-eadb6ee0af5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:26,326 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:35:26,326 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5edb9300-a24f-439c-8d92-b3909ee7e1af', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5edb9300-a24f-439c-8d92-b3909ee7e1af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:27,390 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:35:27,391 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0ac3a8c-fe0e-4f0f-8679-9db25c34a954', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0ac3a8c-fe0e-4f0f-8679-9db25c34a954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:28,453 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:35:28,454 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a37aeeab-c5bd-41ed-aaea-02caa8a56172', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a37aeeab-c5bd-41ed-aaea-02caa8a56172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:29,517 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:35:29,518 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92af6819-9cf9-4240-8f62-e2e8506f7868', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92af6819-9cf9-4240-8f62-e2e8506f7868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:30,579 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:35:30,579 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18d5a763-6cca-42f2-bb82-61447d3d1bba', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d5a763-6cca-42f2-bb82-61447d3d1bba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:31,641 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:31,642 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bee3eaa9-a0b3-4339-a424-242e76693e61', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bee3eaa9-a0b3-4339-a424-242e76693e61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:32,704 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:35:32,704 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5188ec17-7979-482f-8ec3-ac724bf94d9f', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5188ec17-7979-482f-8ec3-ac724bf94d9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:33,766 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:35:33,767 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a93550e6-fc84-4807-b1e7-bd89d7986e5e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a93550e6-fc84-4807-b1e7-bd89d7986e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:34,829 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:35:34,830 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c9a011b-3fd6-4703-b925-c3ec121cf427', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c9a011b-3fd6-4703-b925-c3ec121cf427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:35,890 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:35:35,891 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-158c6ce2-a234-45e8-a24d-3e19da616651', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-158c6ce2-a234-45e8-a24d-3e19da616651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:36,952 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:36,953 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08d6f4e6-7234-42cf-9c61-054b8063dad3', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08d6f4e6-7234-42cf-9c61-054b8063dad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:38,014 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:35:38,015 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efbceb49-8484-4d46-b3da-af01b9153e26', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efbceb49-8484-4d46-b3da-af01b9153e26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:39,076 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:39,076 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8e8aa3b-326f-4bda-a576-639b5425e7b3', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8e8aa3b-326f-4bda-a576-639b5425e7b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:40,138 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:40,138 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-419f8b19-55fe-4afa-bbf2-120f3a8e9681', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-419f8b19-55fe-4afa-bbf2-120f3a8e9681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:41,201 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:35:41,202 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10372476-bc00-491a-8e22-d1b26efa3a2c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10372476-bc00-491a-8e22-d1b26efa3a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:42,265 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:35:42,266 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df2cdcb4-3a06-474a-9edb-4b75ff00fa1e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df2cdcb4-3a06-474a-9edb-4b75ff00fa1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:43,327 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:43,328 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-311fb0cf-089a-4db7-8a6f-64091d50ea19', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-311fb0cf-089a-4db7-8a6f-64091d50ea19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:44,390 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:44,390 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a770574-b77c-4ab2-8431-fb9355e7b530', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a770574-b77c-4ab2-8431-fb9355e7b530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:45,452 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:45,453 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f263d95-5759-45ab-a4ca-54beca63931e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f263d95-5759-45ab-a4ca-54beca63931e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:46,552 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.091s 2022-01-11 15:35:46,552 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcef2886-e193-456b-a943-1e8817796727', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcef2886-e193-456b-a943-1e8817796727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:47,622 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.061s 2022-01-11 15:35:47,623 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-244d9e14-35d0-4079-89fa-869dcd482c59', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-244d9e14-35d0-4079-89fa-869dcd482c59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:48,684 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:48,685 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-518e0789-9b01-41da-9966-a1a51b6667cc', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-518e0789-9b01-41da-9966-a1a51b6667cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:49,746 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:35:49,746 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afaac397-b421-429d-aebc-891961568a9c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afaac397-b421-429d-aebc-891961568a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:50,807 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:50,807 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9b7d561-6ce3-44b1-8d14-991241408f6c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9b7d561-6ce3-44b1-8d14-991241408f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:51,869 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:51,869 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aad9c08-704c-46c7-89e7-b9d8600629ae', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aad9c08-704c-46c7-89e7-b9d8600629ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:52,930 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:35:52,930 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98342c82-8f08-471d-ac00-10254573351a', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98342c82-8f08-471d-ac00-10254573351a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:53,993 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:53,993 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e83a7805-2aed-4da2-ac30-113a19763e86', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e83a7805-2aed-4da2-ac30-113a19763e86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:55,056 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:35:55,059 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b8a2b62-321d-4287-9360-dbd6b347acc2', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b8a2b62-321d-4287-9360-dbd6b347acc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:56,121 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:56,121 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-147cf662-e09c-486a-9044-03ed27144e2e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-147cf662-e09c-486a-9044-03ed27144e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:57,183 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:57,184 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8cfe74b-fac9-4bef-973b-596cead9dd44', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8cfe74b-fac9-4bef-973b-596cead9dd44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:58,245 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:35:58,245 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c71544c-42ad-4185-8eab-db58e20032be', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c71544c-42ad-4185-8eab-db58e20032be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:35:59,319 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.067s 2022-01-11 15:35:59,320 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bc1746c-e2f8-4a8c-8bd4-cb94495b8da8', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bc1746c-e2f8-4a8c-8bd4-cb94495b8da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:00,380 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:36:00,381 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17e279e2-c1f1-488f-9e0c-bc2dcdba3321', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17e279e2-c1f1-488f-9e0c-bc2dcdba3321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:01,443 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:01,444 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64f7a040-5511-4eec-b9d3-a064136bd62c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64f7a040-5511-4eec-b9d3-a064136bd62c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:02,505 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:36:02,506 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76599e00-e1ad-48fe-a8e6-05b91f9848d7', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76599e00-e1ad-48fe-a8e6-05b91f9848d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:03,569 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:36:03,569 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1ba1917-9ac3-4180-a8d6-9977a5fce220', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1ba1917-9ac3-4180-a8d6-9977a5fce220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:04,630 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:36:04,631 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-286f2eb8-084c-452b-ae66-ff56c840b6bd', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-286f2eb8-084c-452b-ae66-ff56c840b6bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:05,692 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:05,692 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88953259-ea0b-43c4-a93d-7b8ecb28da91', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88953259-ea0b-43c4-a93d-7b8ecb28da91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:06,754 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:36:06,755 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed2a1f52-4029-4978-9155-580e0da28b18', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed2a1f52-4029-4978-9155-580e0da28b18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:07,818 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:07,818 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6e1dd8e-a506-4b56-a15a-dccb9fce0263', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6e1dd8e-a506-4b56-a15a-dccb9fce0263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:08,880 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:36:08,880 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-000012cf-f5b4-45eb-a4a0-2d22392c3f8f', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-000012cf-f5b4-45eb-a4a0-2d22392c3f8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:09,942 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:09,943 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba7ffccb-8ddb-41f2-9abb-16a3f7746cf6', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba7ffccb-8ddb-41f2-9abb-16a3f7746cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:11,013 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.062s 2022-01-11 15:36:11,013 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42ca4ad8-f4bf-4985-8afb-56619179ca8b', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42ca4ad8-f4bf-4985-8afb-56619179ca8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:12,077 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:36:12,077 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfd2ea7a-f8cb-43f7-8b22-57279552aba9', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfd2ea7a-f8cb-43f7-8b22-57279552aba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:13,139 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:13,139 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9539b464-ac07-4eac-9725-23cdb5dbd968', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9539b464-ac07-4eac-9725-23cdb5dbd968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:14,201 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:36:14,201 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b83660f-161c-4f29-868c-2755ef82a9a5', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b83660f-161c-4f29-868c-2755ef82a9a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:15,265 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:36:15,266 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7425dc9c-2158-480e-a9c5-0073c9f22d72', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7425dc9c-2158-480e-a9c5-0073c9f22d72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:16,327 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:36:16,328 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba308b7b-16cd-445f-8173-c31c1aa93e9d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba308b7b-16cd-445f-8173-c31c1aa93e9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:17,389 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:36:17,389 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-796c1797-814a-4856-902d-2d3107c0d537', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-796c1797-814a-4856-902d-2d3107c0d537', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:18,451 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:18,451 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80818bb6-ac61-406b-a71b-b2db44ebd9e3', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80818bb6-ac61-406b-a71b-b2db44ebd9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:19,513 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:19,514 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-138d2e14-4233-4840-adb9-b4e218170adf', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-138d2e14-4233-4840-adb9-b4e218170adf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:20,579 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:36:20,579 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb7ea054-0cb2-4acf-b18c-f9a0ef434bec', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb7ea054-0cb2-4acf-b18c-f9a0ef434bec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:21,647 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.059s 2022-01-11 15:36:21,647 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c56018c6-c557-4cf7-b1eb-50b44c61f7b8', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c56018c6-c557-4cf7-b1eb-50b44c61f7b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:22,709 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:22,709 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd87d7cf-6e6c-44d9-8d44-0618d0e91645', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd87d7cf-6e6c-44d9-8d44-0618d0e91645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:23,772 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:23,772 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37a86904-cbf0-46e5-8bf2-baf6c10ff250', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37a86904-cbf0-46e5-8bf2-baf6c10ff250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:24,835 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:24,835 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a42924d-d8ec-41a9-b5ff-48edfe299b08', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a42924d-d8ec-41a9-b5ff-48edfe299b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:25,897 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:25,898 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-271a21e3-1dd5-47c9-b46d-c09da82e86cc', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-271a21e3-1dd5-47c9-b46d-c09da82e86cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:26,963 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:36:26,963 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44ae181d-9209-4d63-89b5-d4f143bcf8f7', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44ae181d-9209-4d63-89b5-d4f143bcf8f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:28,025 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:28,025 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb2fb194-98b1-4673-9def-00ee6e4e58aa', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb2fb194-98b1-4673-9def-00ee6e4e58aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:29,089 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:36:29,089 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6dffd6b-f44d-446f-82bb-4d85166d785a', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6dffd6b-f44d-446f-82bb-4d85166d785a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:30,151 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:36:30,152 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a970b01-c2a9-4853-8bdf-949c1efcbd11', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a970b01-c2a9-4853-8bdf-949c1efcbd11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:31,215 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:36:31,215 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8699dce1-462e-42a2-88d2-a29cb8af580a', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8699dce1-462e-42a2-88d2-a29cb8af580a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:32,282 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.059s 2022-01-11 15:36:32,282 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a27d6c5e-01ee-44cc-9d93-9770fdbd7d7e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a27d6c5e-01ee-44cc-9d93-9770fdbd7d7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:33,345 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:33,345 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48698f7e-51f7-455c-a4b8-cdb62ebe3672', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48698f7e-51f7-455c-a4b8-cdb62ebe3672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:34,407 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:36:34,407 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-064d92f7-b277-4503-b757-232ddacd0d69', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-064d92f7-b277-4503-b757-232ddacd0d69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:35,480 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.065s 2022-01-11 15:36:35,480 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b4fcc1f-1dfd-4795-b591-994f142f65ac', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b4fcc1f-1dfd-4795-b591-994f142f65ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:36,543 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:36,543 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03375b62-cbb4-4577-928a-c8d6f7b08746', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03375b62-cbb4-4577-928a-c8d6f7b08746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:37,605 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:37,606 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59611d40-71ca-4ca6-8c3b-cffa423e906d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59611d40-71ca-4ca6-8c3b-cffa423e906d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:38,667 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:38,668 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d29a7078-b3a7-4a74-8a9c-3ea7772b931d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d29a7078-b3a7-4a74-8a9c-3ea7772b931d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:39,730 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:36:39,730 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f515ed2-f85f-4c0b-929a-8ecaf1ec58df', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f515ed2-f85f-4c0b-929a-8ecaf1ec58df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:40,795 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:36:40,796 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af016385-74b8-4f11-b763-7b519f769bac', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af016385-74b8-4f11-b763-7b519f769bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:41,858 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:41,858 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30afeaba-1af7-4389-bdb0-2b6980619f4f', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30afeaba-1af7-4389-bdb0-2b6980619f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:42,920 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:36:42,921 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c32fb821-9286-4ad3-85df-4fa92836a12e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c32fb821-9286-4ad3-85df-4fa92836a12e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:43,983 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:36:43,984 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7ae49b7-0f98-44bb-8614-17e20e09240d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7ae49b7-0f98-44bb-8614-17e20e09240d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:45,046 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:36:45,047 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79e52f9c-ec51-40b3-b9b3-66bc952583ac', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79e52f9c-ec51-40b3-b9b3-66bc952583ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:46,111 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:36:46,112 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef117ef6-3b28-464e-ba25-d47ece57eeac', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef117ef6-3b28-464e-ba25-d47ece57eeac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:47,175 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:47,175 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9eedcff-70d3-46be-807a-7a7edc39ca43', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9eedcff-70d3-46be-807a-7a7edc39ca43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:48,241 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:36:48,241 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7733d5f5-d245-4b32-b5b5-c27d30183282', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7733d5f5-d245-4b32-b5b5-c27d30183282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:49,304 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:49,304 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-314f8f92-a0af-4ad8-bffe-e1a9ec547e3b', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-314f8f92-a0af-4ad8-bffe-e1a9ec547e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:50,367 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:36:50,368 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-862f18c5-ed76-4e97-bf22-17e417637f3f', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-862f18c5-ed76-4e97-bf22-17e417637f3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:51,430 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:51,430 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd7ca84d-6a5e-4fde-825e-a381469d727a', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd7ca84d-6a5e-4fde-825e-a381469d727a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:52,491 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:36:52,492 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e72a118-fbd1-4bdd-b2aa-6292a6093c71', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e72a118-fbd1-4bdd-b2aa-6292a6093c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:53,554 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:53,555 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc9c6faa-f373-4235-970c-d12008a636c0', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc9c6faa-f373-4235-970c-d12008a636c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:54,617 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:36:54,618 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6488072e-ee45-40ad-8fd7-938ad01040a0', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6488072e-ee45-40ad-8fd7-938ad01040a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:55,681 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:36:55,681 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fec80baa-4356-4ade-a218-e57084d31187', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fec80baa-4356-4ade-a218-e57084d31187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:56,743 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:56,744 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8af53cb6-0089-4288-92f4-82d5a1aeb29a', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8af53cb6-0089-4288-92f4-82d5a1aeb29a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:57,806 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:36:57,807 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e784a3f-97c3-4f7e-bbd6-9818821487b7', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e784a3f-97c3-4f7e-bbd6-9818821487b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:58,869 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:36:58,870 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0fb2ca5-69ca-432f-a48a-efb74e896bcf', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0fb2ca5-69ca-432f-a48a-efb74e896bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:36:59,932 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:36:59,932 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4775596-3609-456d-972f-c0702c4d5aa9', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4775596-3609-456d-972f-c0702c4d5aa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:00,997 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:37:00,997 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82841bf3-a851-4afd-ae65-ca4fde5548eb', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82841bf3-a851-4afd-ae65-ca4fde5548eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:02,059 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:02,059 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f4ae307-0f14-4de8-a779-645c1350e790', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f4ae307-0f14-4de8-a779-645c1350e790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:03,125 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.058s 2022-01-11 15:37:03,125 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f3cfd1b-8856-47dd-86c8-00aeac8d712e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f3cfd1b-8856-47dd-86c8-00aeac8d712e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:04,187 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:37:04,187 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0af03f7b-4a69-4bb5-ab10-6cbec874fe63', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0af03f7b-4a69-4bb5-ab10-6cbec874fe63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:05,256 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.061s 2022-01-11 15:37:05,256 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-265bc7b0-9e9a-4d64-8dbf-e9c49e45eb8d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-265bc7b0-9e9a-4d64-8dbf-e9c49e45eb8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:06,318 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:06,319 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be55516-0ee8-4f85-aa49-d43cbf4e0788', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be55516-0ee8-4f85-aa49-d43cbf4e0788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:07,382 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:37:07,383 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0c45859-4593-419e-a594-6f0d2e3024d4', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0c45859-4593-419e-a594-6f0d2e3024d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:08,444 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:08,444 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be97055a-5783-4293-b2ee-9efdd70510d3', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be97055a-5783-4293-b2ee-9efdd70510d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:09,506 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:09,507 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7f719b8-dcf3-4b5e-a2b1-fdfbf6e6c161', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7f719b8-dcf3-4b5e-a2b1-fdfbf6e6c161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:10,569 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:10,569 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38699981-6086-4602-876f-fe70a5ffed71', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38699981-6086-4602-876f-fe70a5ffed71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:11,633 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:37:11,633 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67db5272-ba8b-400c-97fa-a3747c41a6fc', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67db5272-ba8b-400c-97fa-a3747c41a6fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:12,695 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:12,696 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f48ed0e-04bc-49a0-9e01-1e66b409ef91', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f48ed0e-04bc-49a0-9e01-1e66b409ef91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:13,758 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:13,758 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-524eb64f-beee-4036-b39d-b93918df2c13', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-524eb64f-beee-4036-b39d-b93918df2c13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:14,820 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:37:14,820 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3d64bc4-9879-48b3-a2b9-2e73b84bb2b0', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3d64bc4-9879-48b3-a2b9-2e73b84bb2b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:15,882 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:15,882 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ba24999-e6e4-4fa6-93ff-055da10710d9', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ba24999-e6e4-4fa6-93ff-055da10710d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:16,947 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:37:16,948 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3859b88a-787a-4340-b32a-fd09929e0e3c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3859b88a-787a-4340-b32a-fd09929e0e3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:18,009 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:18,010 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82886ca9-22c7-410a-8e19-30cc9c5268f0', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82886ca9-22c7-410a-8e19-30cc9c5268f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:19,073 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:37:19,074 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a98f83-aaf2-4b45-9cff-a0f74fc68c86', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a98f83-aaf2-4b45-9cff-a0f74fc68c86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:20,136 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:20,136 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db191bd5-e40c-4ab3-af72-0987e6423bad', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db191bd5-e40c-4ab3-af72-0987e6423bad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:21,199 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:37:21,199 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-819999e9-b4f8-4786-8f7d-b212472b4445', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-819999e9-b4f8-4786-8f7d-b212472b4445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:22,264 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:37:22,264 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51f68233-5643-4698-88c5-0e7b13580599', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51f68233-5643-4698-88c5-0e7b13580599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:23,333 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.061s 2022-01-11 15:37:23,333 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89f42f08-e866-461a-b461-4e77a5afacf5', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89f42f08-e866-461a-b461-4e77a5afacf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:24,396 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:24,396 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5766f09-4f4a-4d87-92eb-3aca5e9ee583', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5766f09-4f4a-4d87-92eb-3aca5e9ee583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:25,459 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:37:25,459 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e544e2-cf72-4ca8-8561-5c64e0119f28', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e544e2-cf72-4ca8-8561-5c64e0119f28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:26,521 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:26,521 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84779523-e92d-45d5-9839-ca6cbe3d7621', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84779523-e92d-45d5-9839-ca6cbe3d7621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:27,584 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:27,584 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea7a763-c531-4f0a-8946-4ea09d1354ab', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea7a763-c531-4f0a-8946-4ea09d1354ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:28,651 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.058s 2022-01-11 15:37:28,651 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bec620db-e581-475b-8300-39d34333f08c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bec620db-e581-475b-8300-39d34333f08c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:29,714 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:37:29,715 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7cc8caf-dc85-49b7-a514-96072e0cb184', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7cc8caf-dc85-49b7-a514-96072e0cb184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:30,777 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:30,777 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64d59f5-3ebd-4781-9625-11ca656e848b', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64d59f5-3ebd-4781-9625-11ca656e848b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:31,840 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:37:31,840 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eae1d73-ce08-4f0d-ba87-ad8f82403a0c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eae1d73-ce08-4f0d-ba87-ad8f82403a0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:32,903 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:32,903 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3db2d98c-24b9-4665-a835-bb88d8f21650', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3db2d98c-24b9-4665-a835-bb88d8f21650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:33,969 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.058s 2022-01-11 15:37:33,969 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2a4e800-2f00-460d-996b-d4a6b9709ae9', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2a4e800-2f00-460d-996b-d4a6b9709ae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:35,032 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:35,032 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c2b0152-b0b2-4a83-8bbb-5a9c7e933211', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c2b0152-b0b2-4a83-8bbb-5a9c7e933211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:36,092 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:37:36,093 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd73a33a-69f2-4cab-b9fa-ab4f557aa014', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd73a33a-69f2-4cab-b9fa-ab4f557aa014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:37,155 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:37,155 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d27acb7-c0c8-44e0-bcad-147db8c0bd8e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d27acb7-c0c8-44e0-bcad-147db8c0bd8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:38,217 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:38,221 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b3ef647-c0ff-402e-9d85-cba2b5d23493', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b3ef647-c0ff-402e-9d85-cba2b5d23493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:39,285 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:37:39,285 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d2b6cb-c3f0-482d-a937-ffce7d0d48f1', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d2b6cb-c3f0-482d-a937-ffce7d0d48f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:40,346 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:37:40,347 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8db8d890-2f8b-438f-93a9-b45864835f1f', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8db8d890-2f8b-438f-93a9-b45864835f1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:41,410 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:37:41,411 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16ec0294-80a5-449a-b76c-5434717dc825', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16ec0294-80a5-449a-b76c-5434717dc825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:42,473 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:42,474 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f14beb9-0737-4522-b3bf-e9fb03ab9c6b', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f14beb9-0737-4522-b3bf-e9fb03ab9c6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:43,536 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:43,536 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4129250-796c-4df0-8f0b-cb2c128c494a', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4129250-796c-4df0-8f0b-cb2c128c494a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:44,738 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.194s 2022-01-11 15:37:44,739 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7236d6a6-67af-4dce-9efe-8a5aec6d34ac', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7236d6a6-67af-4dce-9efe-8a5aec6d34ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:45,800 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:45,801 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5cc8bf7-58a3-4093-9bae-5eb89f6d9a90', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5cc8bf7-58a3-4093-9bae-5eb89f6d9a90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:46,863 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:37:46,863 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2020bf9-97fb-4a4a-8657-eee2a8558996', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2020bf9-97fb-4a4a-8657-eee2a8558996', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:47,925 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:37:47,925 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b3ff6da-b55b-435f-a6aa-ee11f79e6858', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b3ff6da-b55b-435f-a6aa-ee11f79e6858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:48,988 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:48,988 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e917f22-f209-4e0f-89af-b61e0bb72d27', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e917f22-f209-4e0f-89af-b61e0bb72d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:50,051 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:50,052 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78a78195-cc19-487a-a82f-f4978f3d89c4', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78a78195-cc19-487a-a82f-f4978f3d89c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:51,114 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:37:51,114 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b1b4896-40f8-4477-9fd8-c95020d7b3bd', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b1b4896-40f8-4477-9fd8-c95020d7b3bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:52,175 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:52,176 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc917e9d-eb30-4057-9114-6579c5f51380', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc917e9d-eb30-4057-9114-6579c5f51380', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:53,237 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:53,238 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-839a685c-671a-41c7-b75d-0387d0e7382c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-839a685c-671a-41c7-b75d-0387d0e7382c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:54,300 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:54,301 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b121f772-6e72-480d-9424-f0fc078e783d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b121f772-6e72-480d-9424-f0fc078e783d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:55,364 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:37:55,364 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02debd09-8461-43ae-865b-4458b29f66fa', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02debd09-8461-43ae-865b-4458b29f66fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:56,425 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:56,426 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6104ffa3-e767-4801-8d97-fa494208c9e0', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6104ffa3-e767-4801-8d97-fa494208c9e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:57,488 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:57,488 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ff9f401-614f-46da-ac2a-7781a4ecac66', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ff9f401-614f-46da-ac2a-7781a4ecac66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:58,549 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:37:58,550 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52afaf7c-1436-49d6-9120-cb17d8f1afd8', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52afaf7c-1436-49d6-9120-cb17d8f1afd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:37:59,612 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:37:59,612 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6cc1331-53b6-4574-a5e9-bf30bd201831', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6cc1331-53b6-4574-a5e9-bf30bd201831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:00,674 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:00,674 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf992eca-0f7e-4b08-a536-df3f662ee13d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf992eca-0f7e-4b08-a536-df3f662ee13d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:01,736 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:01,736 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1519d657-aefe-42f2-ab33-f955d3d8255a', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1519d657-aefe-42f2-ab33-f955d3d8255a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:02,800 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:38:02,801 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee9defa-9213-4753-b7e1-7bc8ddd01cf8', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee9defa-9213-4753-b7e1-7bc8ddd01cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:03,862 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:03,863 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82917a0-beb2-4cdd-967d-496df0c73794', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b82917a0-beb2-4cdd-967d-496df0c73794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:04,925 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:04,925 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17fce491-bc40-40d5-89fe-7b23475af144', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17fce491-bc40-40d5-89fe-7b23475af144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:05,987 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:38:05,988 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c136192-6ae9-4ac0-8b8c-45e1e15e82f4', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c136192-6ae9-4ac0-8b8c-45e1e15e82f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:07,049 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:07,049 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e81f205-a509-436b-9220-9c0054727183', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e81f205-a509-436b-9220-9c0054727183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:08,110 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:38:08,111 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31ed16f8-9881-407a-970c-fda5ff2785b5', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31ed16f8-9881-407a-970c-fda5ff2785b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:09,173 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:09,173 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac75665-4c65-420c-90bb-94f331f68f74', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac75665-4c65-420c-90bb-94f331f68f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:10,235 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:10,235 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d114d2d-2760-4a71-83b2-bc3691163d53', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d114d2d-2760-4a71-83b2-bc3691163d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:11,298 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:38:11,299 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84eb6e07-ca70-4f8c-be8a-1a42a91dc88b', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84eb6e07-ca70-4f8c-be8a-1a42a91dc88b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:12,360 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:38:12,361 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96471943-dc98-4547-a58f-8fcaecc97e16', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96471943-dc98-4547-a58f-8fcaecc97e16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:13,423 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:13,423 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8b1b8b4-0136-4673-93d6-3b1c18a12bb7', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8b1b8b4-0136-4673-93d6-3b1c18a12bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:14,485 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:38:14,485 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb629c5-1ba2-4f4d-a748-80b9a5577097', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb629c5-1ba2-4f4d-a748-80b9a5577097', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:15,547 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:15,548 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62597ce9-3577-486e-89fd-b555b9bd297b', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62597ce9-3577-486e-89fd-b555b9bd297b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:16,609 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:38:16,609 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-018f3d46-5d3d-4166-ba1d-47fba00d5837', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-018f3d46-5d3d-4166-ba1d-47fba00d5837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:17,671 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:17,671 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21b948a8-bcdb-4376-812b-1c9c2b999e41', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21b948a8-bcdb-4376-812b-1c9c2b999e41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:18,735 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:38:18,735 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cea1523-e105-44a7-b8d9-0367badf9ab0', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cea1523-e105-44a7-b8d9-0367badf9ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:19,801 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.058s 2022-01-11 15:38:19,801 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56c1a737-df71-45ce-adc2-3855e68f9c23', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56c1a737-df71-45ce-adc2-3855e68f9c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:20,865 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:38:20,865 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6535dc3-59d3-4f34-8475-74899803bbfb', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6535dc3-59d3-4f34-8475-74899803bbfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:21,928 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:38:21,928 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-715a609b-72da-4f30-ac46-14fc811632c5', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-715a609b-72da-4f30-ac46-14fc811632c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:22,992 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:38:22,992 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0c2472e-f257-4c12-8e85-55f81c1c5794', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0c2472e-f257-4c12-8e85-55f81c1c5794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:24,055 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:24,055 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc391717-ff43-4dc5-924e-c89b193d6c8c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc391717-ff43-4dc5-924e-c89b193d6c8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:25,117 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:25,118 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04c674ab-b4a6-4afd-9231-a64cd106a807', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04c674ab-b4a6-4afd-9231-a64cd106a807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:26,179 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:38:26,179 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df65c268-01d0-42dc-8e71-deaf54d2c74e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df65c268-01d0-42dc-8e71-deaf54d2c74e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:27,243 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:38:27,243 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9b657c1-e55a-4f1b-8c44-c9d4bc61c71c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b657c1-e55a-4f1b-8c44-c9d4bc61c71c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:28,307 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:38:28,308 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-840afdfc-847d-4c7b-a715-5b4246791352', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-840afdfc-847d-4c7b-a715-5b4246791352', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:29,376 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.060s 2022-01-11 15:38:29,376 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efdf47b7-52ad-453c-9781-2f9691251e34', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efdf47b7-52ad-453c-9781-2f9691251e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:30,438 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:30,438 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83fb2f27-14a1-4f40-b3e4-f3db7c2090fc', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83fb2f27-14a1-4f40-b3e4-f3db7c2090fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:31,501 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:38:31,501 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57641ddf-b3b8-45fd-8b37-81bd40c7dba8', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57641ddf-b3b8-45fd-8b37-81bd40c7dba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:32,563 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:32,564 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e21d61ee-fb56-489f-a9d5-3cbe91a907fc', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e21d61ee-fb56-489f-a9d5-3cbe91a907fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:33,628 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:38:33,629 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c7fbd84-73a7-4b14-a03d-ead3daf55844', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c7fbd84-73a7-4b14-a03d-ead3daf55844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:34,692 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:38:34,692 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d1906d0-ad90-43de-a611-fc405e659101', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d1906d0-ad90-43de-a611-fc405e659101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:35,756 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:38:35,756 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ad12e99-8c6f-4247-bd1c-3f6fa5a335a2', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ad12e99-8c6f-4247-bd1c-3f6fa5a335a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:36,822 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:36,822 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eea0fd9-eb38-48ed-8d2d-b0456af1c722', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eea0fd9-eb38-48ed-8d2d-b0456af1c722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:37,883 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:38:37,883 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9a61d6b-e0e6-423e-9b06-f626c860f6b2', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9a61d6b-e0e6-423e-9b06-f626c860f6b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:38,945 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:38,945 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1c49e29-29f7-4259-984a-ce4e4ff78187', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1c49e29-29f7-4259-984a-ce4e4ff78187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:40,006 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:38:40,007 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed97b347-c814-480d-8e79-882c4a6c366c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed97b347-c814-480d-8e79-882c4a6c366c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:41,069 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:41,070 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88b5a6fc-e2ee-4d4d-a492-ee041766096e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88b5a6fc-e2ee-4d4d-a492-ee041766096e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:42,132 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:42,132 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d20436b6-cc0a-4ea3-aa40-ddda471e3322', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d20436b6-cc0a-4ea3-aa40-ddda471e3322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:43,193 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:43,193 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f59e2cd-96ea-4a5c-9b6d-8d3eee96d491', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f59e2cd-96ea-4a5c-9b6d-8d3eee96d491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:44,264 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.062s 2022-01-11 15:38:44,264 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d65e5383-5f91-4b03-85f4-0924ffa2762f', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d65e5383-5f91-4b03-85f4-0924ffa2762f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:45,325 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:45,326 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26e88091-59ef-4e70-acfe-fc87e6d9f44a', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26e88091-59ef-4e70-acfe-fc87e6d9f44a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:46,388 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:46,389 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-587f885a-a5cf-437b-afbe-e170dedb7e66', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-587f885a-a5cf-437b-afbe-e170dedb7e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:47,451 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:47,451 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec0fa018-bb4b-467c-af08-aec715a56e62', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec0fa018-bb4b-467c-af08-aec715a56e62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:48,513 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:48,513 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a60a592-9856-4262-82b7-1fb5e473f684', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a60a592-9856-4262-82b7-1fb5e473f684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:49,576 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:38:49,577 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dff414c9-ef61-425f-b88e-eb4b12c3cb3f', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dff414c9-ef61-425f-b88e-eb4b12c3cb3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:50,638 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:50,639 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3042067-9dbc-4828-9e4a-170796a4266f', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3042067-9dbc-4828-9e4a-170796a4266f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:51,702 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:38:51,702 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dba30c1d-0336-41cb-8b4d-0b923f760214', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dba30c1d-0336-41cb-8b4d-0b923f760214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:52,766 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:38:52,766 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ba9d2b9-0bcb-4602-86c2-6af3e33f97ea', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ba9d2b9-0bcb-4602-86c2-6af3e33f97ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:53,829 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:38:53,830 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aac923d0-4de7-4b20-93c5-62e7f7c8e9ef', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aac923d0-4de7-4b20-93c5-62e7f7c8e9ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:54,892 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:38:54,892 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18fb3b6f-f90f-45e1-8214-89d710ad3a22', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18fb3b6f-f90f-45e1-8214-89d710ad3a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:55,966 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.066s 2022-01-11 15:38:55,966 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57db21de-aa44-4506-81b0-6f7c1463e776', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57db21de-aa44-4506-81b0-6f7c1463e776', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:57,042 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.068s 2022-01-11 15:38:57,043 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85cc475b-5570-43b4-b32b-1f17d07a6a6c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85cc475b-5570-43b4-b32b-1f17d07a6a6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:58,110 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.059s 2022-01-11 15:38:58,111 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a0b5531-90ec-42a4-9835-ea42e708e527', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a0b5531-90ec-42a4-9835-ea42e708e527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:38:59,180 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.061s 2022-01-11 15:38:59,180 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32372eb5-416b-492d-8389-86cb40630078', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32372eb5-416b-492d-8389-86cb40630078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:00,261 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.073s 2022-01-11 15:39:00,262 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8601ea8f-f720-4ab2-99e8-f8771274c3cf', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8601ea8f-f720-4ab2-99e8-f8771274c3cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:01,336 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.066s 2022-01-11 15:39:01,336 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e86d0d99-a89c-4a5a-8309-7b5a20100bac', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e86d0d99-a89c-4a5a-8309-7b5a20100bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:02,406 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.062s 2022-01-11 15:39:02,406 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-233057b4-d13f-4a22-b85a-8d8ab1e48828', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-233057b4-d13f-4a22-b85a-8d8ab1e48828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:03,525 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.110s 2022-01-11 15:39:03,525 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd696e3b-fa4c-4179-88b9-1a1bf56261f9', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd696e3b-fa4c-4179-88b9-1a1bf56261f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:04,600 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.067s 2022-01-11 15:39:04,600 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08122eae-b174-4c14-8b92-9e2133a6a12b', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08122eae-b174-4c14-8b92-9e2133a6a12b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:05,672 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.062s 2022-01-11 15:39:05,672 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2941a371-d3ad-430e-afb5-7416b9d6aee9', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2941a371-d3ad-430e-afb5-7416b9d6aee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:06,737 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.058s 2022-01-11 15:39:06,737 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78ddec37-edae-442f-82d8-e95fc4c7f489', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78ddec37-edae-442f-82d8-e95fc4c7f489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:07,812 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.067s 2022-01-11 15:39:07,812 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c3f9619-51bb-467f-8b89-7d40e8e5d129', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c3f9619-51bb-467f-8b89-7d40e8e5d129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:08,882 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.062s 2022-01-11 15:39:08,882 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1be6aaa0-2b06-472d-a772-5f5421514965', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1be6aaa0-2b06-472d-a772-5f5421514965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:09,943 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:39:09,944 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91aea114-f7fa-4941-bfd6-26f2e0b10aa8', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91aea114-f7fa-4941-bfd6-26f2e0b10aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:11,007 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:11,007 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb3fe15-eb67-4e33-a4d4-57ed3ea65559', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb3fe15-eb67-4e33-a4d4-57ed3ea65559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:12,074 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.059s 2022-01-11 15:39:12,075 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5a67b8d-f43a-4adb-891c-fe8c23276984', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5a67b8d-f43a-4adb-891c-fe8c23276984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:13,137 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:13,137 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-205d19db-5987-4750-8c0e-611f7f62470d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-205d19db-5987-4750-8c0e-611f7f62470d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:14,200 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:39:14,201 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92ae1748-1005-49d6-aef3-9667c7433372', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92ae1748-1005-49d6-aef3-9667c7433372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:15,281 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.072s 2022-01-11 15:39:15,281 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fba2c0e-4323-4b99-a7da-93d5b9dfc312', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fba2c0e-4323-4b99-a7da-93d5b9dfc312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:16,343 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:16,343 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e028da4-bdfc-4932-a7e0-1401570ee34c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e028da4-bdfc-4932-a7e0-1401570ee34c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:17,405 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:17,405 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a7cf1cb-ce4d-4008-a674-767a25626c57', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a7cf1cb-ce4d-4008-a674-767a25626c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:18,475 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.061s 2022-01-11 15:39:18,475 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0d49728-2ad5-4532-b527-068afef5de4d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0d49728-2ad5-4532-b527-068afef5de4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:19,541 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:39:19,541 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07176eb8-dfa6-4601-ab85-7f171e3d8378', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07176eb8-dfa6-4601-ab85-7f171e3d8378', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:20,604 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:39:20,604 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be76ec72-d62b-45db-b621-5fb765e71734', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be76ec72-d62b-45db-b621-5fb765e71734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:21,665 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:21,666 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8565550-da70-49b5-8af7-471921164912', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8565550-da70-49b5-8af7-471921164912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:22,730 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:39:22,730 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67457d10-650e-4f30-9d2a-bed2a128d8e9', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67457d10-650e-4f30-9d2a-bed2a128d8e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:23,792 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:23,792 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcd37cc6-4184-40d5-9200-bd49adc15b9d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcd37cc6-4184-40d5-9200-bd49adc15b9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:24,854 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:24,855 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ce163f3-65d4-4675-84ce-b07aadb8afbe', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ce163f3-65d4-4675-84ce-b07aadb8afbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:25,917 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:25,917 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6775a027-4a38-4a2e-88d7-92c08014ab1a', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6775a027-4a38-4a2e-88d7-92c08014ab1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:26,978 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:26,979 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29d9ddde-2acd-41ca-9c9b-33f4a4b57271', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d9ddde-2acd-41ca-9c9b-33f4a4b57271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:28,041 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:28,041 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91f3118f-1fbf-436b-a0e9-9108c8416fc6', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91f3118f-1fbf-436b-a0e9-9108c8416fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:29,105 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:39:29,106 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e241dd8-de62-4a1c-a30f-f9bff29b62ec', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e241dd8-de62-4a1c-a30f-f9bff29b62ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:30,172 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.058s 2022-01-11 15:39:30,172 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9b06412-c5f3-49c9-95d7-f530acbd98f9', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9b06412-c5f3-49c9-95d7-f530acbd98f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:31,235 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:31,235 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5358e749-ad8e-4434-afe0-f824cffa1135', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5358e749-ad8e-4434-afe0-f824cffa1135', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:32,298 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:39:32,298 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b102b33-24c4-4661-a813-658a618666c2', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b102b33-24c4-4661-a813-658a618666c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:33,360 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:39:33,360 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ee54563-a229-4b30-a3e3-81f63678c46c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ee54563-a229-4b30-a3e3-81f63678c46c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:34,421 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:34,422 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2653a985-8c1b-434d-a86a-9d7661e170a7', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2653a985-8c1b-434d-a86a-9d7661e170a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:35,487 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:39:35,487 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df9a4924-4356-4423-bcd1-aba1182ff8ad', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df9a4924-4356-4423-bcd1-aba1182ff8ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:36,549 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:36,549 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aabf88c-5feb-4ae3-b807-656d0a8a9cb7', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aabf88c-5feb-4ae3-b807-656d0a8a9cb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:37,610 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:39:37,610 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19b340f3-3b4e-41c3-969f-3cd24de7f9b7', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19b340f3-3b4e-41c3-969f-3cd24de7f9b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:38,673 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:39:38,674 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52be3cb8-f8d9-4248-8f1a-d623392363ef', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52be3cb8-f8d9-4248-8f1a-d623392363ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:39,736 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:39,736 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c34a545-0fa2-4816-adfb-933e3b12638e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c34a545-0fa2-4816-adfb-933e3b12638e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:40,797 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:39:40,798 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f84d74b0-83d2-4786-a2aa-3b50dfcf7e19', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f84d74b0-83d2-4786-a2aa-3b50dfcf7e19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:41,860 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:41,860 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-628bda17-91de-4c5b-8622-c5ca1ff84e12', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-628bda17-91de-4c5b-8622-c5ca1ff84e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:42,922 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:39:42,922 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f77da199-e19a-4be0-bc5b-04c50118b0c3', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f77da199-e19a-4be0-bc5b-04c50118b0c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:43,984 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:43,984 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49eddf74-fe38-4c3d-8c27-fd0a9c238641', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49eddf74-fe38-4c3d-8c27-fd0a9c238641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:45,045 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:39:45,046 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5579ad76-07f0-4dee-85a9-1c5a3e704e2d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5579ad76-07f0-4dee-85a9-1c5a3e704e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:46,107 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:46,107 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-764373fa-4bb4-49c3-9660-c7de55211a9d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-764373fa-4bb4-49c3-9660-c7de55211a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:47,182 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.067s 2022-01-11 15:39:47,182 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b71f10f0-e964-4bdc-af32-a92b8e49e59c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b71f10f0-e964-4bdc-af32-a92b8e49e59c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:48,248 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:39:48,248 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e56367a-8cda-46e6-9770-978867ffe15d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e56367a-8cda-46e6-9770-978867ffe15d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:49,312 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:39:49,312 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b06bf83-34c8-417f-9049-b08f34e34108', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b06bf83-34c8-417f-9049-b08f34e34108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:50,374 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:50,374 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c95b2874-7381-4dd3-bc73-292b3e05c449', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c95b2874-7381-4dd3-bc73-292b3e05c449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:51,570 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.188s 2022-01-11 15:39:51,571 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49966e28-66b9-411b-ae79-069ae59241fd', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49966e28-66b9-411b-ae79-069ae59241fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:52,633 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:52,633 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a5e8d73-cd6b-4a74-8df6-d783819a0561', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a5e8d73-cd6b-4a74-8df6-d783819a0561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:53,697 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:39:53,697 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05cf57ff-a30e-4a76-ae80-9660069fe4b1', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05cf57ff-a30e-4a76-ae80-9660069fe4b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:54,759 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:54,759 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e465a0c-91ef-4f45-ac6e-33f0ca1477a9', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e465a0c-91ef-4f45-ac6e-33f0ca1477a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:55,823 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:39:55,823 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5726ac2-a34b-4301-bbed-aa7b56990429', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5726ac2-a34b-4301-bbed-aa7b56990429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:56,885 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:56,885 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-792023be-7be6-402b-873f-5fb991301b1f', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-792023be-7be6-402b-873f-5fb991301b1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:57,947 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:57,948 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d7ba4cb-1cde-4d22-8994-5f876cc39fe8', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d7ba4cb-1cde-4d22-8994-5f876cc39fe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:39:59,009 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:39:59,009 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d214751-35b3-47b9-ab58-88d7c8fd4d7c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d214751-35b3-47b9-ab58-88d7c8fd4d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:00,073 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:40:00,073 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-341093f5-61ea-4932-ad9a-0176e6132bd4', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-341093f5-61ea-4932-ad9a-0176e6132bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:01,136 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:01,136 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcdee26d-a1a2-4cf1-b679-574c4604e7a1', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcdee26d-a1a2-4cf1-b679-574c4604e7a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:02,200 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:02,200 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c35c1df5-b583-4780-b667-5c70bf838226', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c35c1df5-b583-4780-b667-5c70bf838226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:03,263 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:40:03,263 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-882d5502-48f0-461a-9453-c14c600908bb', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-882d5502-48f0-461a-9453-c14c600908bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:04,326 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:04,327 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c051a6e-c879-44f3-94df-ef706e38ad19', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c051a6e-c879-44f3-94df-ef706e38ad19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:05,388 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:05,389 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ece4bcc-84b0-47a4-846c-9c16dae48d69', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ece4bcc-84b0-47a4-846c-9c16dae48d69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:06,452 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:06,452 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a690b2e-296b-4469-ad0a-15562a985a6c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a690b2e-296b-4469-ad0a-15562a985a6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:07,515 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:07,516 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa000739-51fc-4c77-a0e2-5beac0535eaa', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa000739-51fc-4c77-a0e2-5beac0535eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:08,581 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.058s 2022-01-11 15:40:08,582 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ab8f183-7710-4418-9a14-cc02a833a826', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ab8f183-7710-4418-9a14-cc02a833a826', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:09,644 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:09,644 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95cc2d9c-8e6a-440f-866e-b770f6642f8c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95cc2d9c-8e6a-440f-866e-b770f6642f8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:10,712 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.059s 2022-01-11 15:40:10,712 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-565b9a9b-f70a-4f6e-88c5-7773bf75d15d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-565b9a9b-f70a-4f6e-88c5-7773bf75d15d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:11,775 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:40:11,776 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43d22942-2d08-4dea-bfc8-45fc0330f96d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43d22942-2d08-4dea-bfc8-45fc0330f96d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:12,841 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:12,842 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fd2e9ae-e7ac-4b25-bb73-5579c3c2cba2', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fd2e9ae-e7ac-4b25-bb73-5579c3c2cba2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:13,904 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:13,905 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4b38545-8eac-451f-adfd-7f4bf296e070', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4b38545-8eac-451f-adfd-7f4bf296e070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:14,966 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:14,967 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09fa47c3-f0d5-4f3c-bcdd-21da4edbe4a1', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09fa47c3-f0d5-4f3c-bcdd-21da4edbe4a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:16,029 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:16,029 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd2d62a6-804d-4767-8471-99aa523c8745', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd2d62a6-804d-4767-8471-99aa523c8745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:17,091 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:40:17,091 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-659a9df0-2742-4f5d-858f-169e9074ff15', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-659a9df0-2742-4f5d-858f-169e9074ff15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:18,154 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:18,154 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02942f11-5706-4aae-9c6e-489ef3aae750', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02942f11-5706-4aae-9c6e-489ef3aae750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:19,216 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:19,217 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2230e1f7-8f8b-4828-abd2-acdbf9145ed1', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2230e1f7-8f8b-4828-abd2-acdbf9145ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:20,284 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.059s 2022-01-11 15:40:20,285 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c19f4cb6-9066-4a9f-9a3b-f81f484934db', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c19f4cb6-9066-4a9f-9a3b-f81f484934db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:21,348 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:21,348 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e96ef0e9-c009-42d0-b357-66a3ee64999a', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e96ef0e9-c009-42d0-b357-66a3ee64999a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:22,411 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:22,412 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51b468aa-93f9-4520-ab46-8080a4eb1e17', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51b468aa-93f9-4520-ab46-8080a4eb1e17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:23,475 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:23,476 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a5ef95d-ba56-47e3-bcf6-13611a1ecdf4', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a5ef95d-ba56-47e3-bcf6-13611a1ecdf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:24,539 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:24,539 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-499854a5-bd28-4a21-9306-89b6dbaa25ef', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-499854a5-bd28-4a21-9306-89b6dbaa25ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:25,601 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:25,601 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1647f12-ece8-4c7f-9e49-8db1eafffe1b', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1647f12-ece8-4c7f-9e49-8db1eafffe1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:26,664 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:26,664 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df598572-bccf-419d-92d6-1c08d967ba88', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df598572-bccf-419d-92d6-1c08d967ba88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:27,726 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:27,727 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-761fea2b-5c1e-49f3-a20d-8ba352f8181c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-761fea2b-5c1e-49f3-a20d-8ba352f8181c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:28,790 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:40:28,791 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dc7e854-4b29-4e3e-9411-963caa9c911f', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dc7e854-4b29-4e3e-9411-963caa9c911f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:29,855 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:40:29,855 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38aa4a23-f4c2-47e4-a7ef-6811f1287eb7', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38aa4a23-f4c2-47e4-a7ef-6811f1287eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:30,919 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:40:30,919 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edf40f5d-66e5-443c-b7e6-a70e6367ad5d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edf40f5d-66e5-443c-b7e6-a70e6367ad5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:31,981 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:31,982 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e318f7cf-1473-4a68-97d8-d07fa83b06d5', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e318f7cf-1473-4a68-97d8-d07fa83b06d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:33,045 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:40:33,046 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2dc1b85-de30-4a64-9756-d9c368d7635e', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2dc1b85-de30-4a64-9756-d9c368d7635e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:34,108 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:34,109 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8abad50-5c7b-4fb0-a70f-9d425ece6d8d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8abad50-5c7b-4fb0-a70f-9d425ece6d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:35,171 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:35,171 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c8deaa3-03c9-4b56-a50b-f6a3aa70d2d2', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c8deaa3-03c9-4b56-a50b-f6a3aa70d2d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:36,233 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:36,241 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84839ff4-d6ea-44a6-96bf-25fe954f4ff7', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84839ff4-d6ea-44a6-96bf-25fe954f4ff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:37,305 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:40:37,305 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10b1a159-4f62-4a26-85bd-db3836315b62', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10b1a159-4f62-4a26-85bd-db3836315b62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:38,368 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:38,368 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2fb4ab6-d062-4448-93fc-5d3d4d5d5326', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2fb4ab6-d062-4448-93fc-5d3d4d5d5326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:39,430 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:39,431 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd43e3ab-7411-452a-8559-72aa6792fea4', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd43e3ab-7411-452a-8559-72aa6792fea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:40,493 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:40,494 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02a59990-a6fb-4a70-9515-5a18ed891ad7', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02a59990-a6fb-4a70-9515-5a18ed891ad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:41,557 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:41,557 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1e605a1-8ac3-43a9-a117-455106c6b6ba', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1e605a1-8ac3-43a9-a117-455106c6b6ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:42,621 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:40:42,622 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-535475e8-b3fa-4b26-b3c9-32d473ecda23', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-535475e8-b3fa-4b26-b3c9-32d473ecda23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:43,684 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:43,684 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb218549-a516-45d3-85fd-585400a55168', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb218549-a516-45d3-85fd-585400a55168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:44,750 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.057s 2022-01-11 15:40:44,750 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f98446d-0b92-4d3f-bd56-d73b7eab40be', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f98446d-0b92-4d3f-bd56-d73b7eab40be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:45,813 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:45,814 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e7a0ac5-1659-47ee-a452-896932074e59', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e7a0ac5-1659-47ee-a452-896932074e59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:46,876 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:46,877 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69bc2107-cf5a-4ab6-a0b6-bfc84eeea057', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69bc2107-cf5a-4ab6-a0b6-bfc84eeea057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:47,948 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.063s 2022-01-11 15:40:47,948 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-406b7719-88da-4a88-8f51-f40269920f1c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-406b7719-88da-4a88-8f51-f40269920f1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:49,010 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:49,010 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79e027ae-bb5f-4a8f-a8fb-0eb3cea450e8', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79e027ae-bb5f-4a8f-a8fb-0eb3cea450e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:50,072 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:50,072 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04c49681-8a95-47aa-9fb9-1a1b6b3d48de', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04c49681-8a95-47aa-9fb9-1a1b6b3d48de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:51,135 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:51,135 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c9c53a9-0b90-42ba-8660-861c263225e1', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c9c53a9-0b90-42ba-8660-861c263225e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:52,197 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:52,198 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6f84883-b347-4508-b2ee-df0632330664', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6f84883-b347-4508-b2ee-df0632330664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:53,261 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:40:53,262 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d807830c-2f46-4bdd-804c-b8409a9d53a1', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d807830c-2f46-4bdd-804c-b8409a9d53a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:54,325 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:40:54,326 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-372df318-0552-4506-8302-f599c134e61d', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-372df318-0552-4506-8302-f599c134e61d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:55,389 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:40:55,389 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f64cf1de-5c74-40ea-8f29-2c4b113b7c7c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f64cf1de-5c74-40ea-8f29-2c4b113b7c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:55,501 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/detail 0.105s 2022-01-11 15:40:55,502 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-188ea46b-8a9a-4f2b-9bb7-ce02923788ef', 'content-length': '987', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-188ea46b-8a9a-4f2b-9bb7-ce02923788ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/detail'} Body: b'{"volumes": [{"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:34:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}]}' 2022-01-11 15:40:55,806 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/groups/52e91c98-305a-4ca5-89af-5ea197547034/action 0.297s 2022-01-11 15:40:55,807 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a0e99c5-8973-448d-9e51-cf32b81a0d2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/groups/52e91c98-305a-4ca5-89af-5ea197547034/action'} Body: b'' 2022-01-11 15:40:55,863 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.056s 2022-01-11 15:40:55,864 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1efb23a2-c4c4-492e-81c5-13d444548a53', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1efb23a2-c4c4-492e-81c5-13d444548a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:40:56.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:56,926 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:40:56,927 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ed12796-baba-4032-91ff-5a7140d68493', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ed12796-baba-4032-91ff-5a7140d68493', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:40:56.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:40:57,996 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.061s 2022-01-11 15:40:57,997 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4f38af0-4c99-4827-8e79-d3aa40393255', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4f38af0-4c99-4827-8e79-d3aa40393255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:40:56.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:41:47,026 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 48.022s 2022-01-11 15:41:47,027 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6820c230-05d2-4fe5-8773-4d06b6a1b4c0', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6820c230-05d2-4fe5-8773-4d06b6a1b4c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:40:56.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:42:48,095 117576 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 2022-01-11 15:42:58,528 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 70.493s 2022-01-11 15:42:58,528 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5bef82f-db4b-4758-a650-884bd638f5b3', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5bef82f-db4b-4758-a650-884bd638f5b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:40:56.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:43:47,842 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 48.305s 2022-01-11 15:43:47,843 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e81dffdc-6e8b-43ff-bf78-c42b256346e0', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e81dffdc-6e8b-43ff-bf78-c42b256346e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:40:56.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:44:48,912 117576 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 2022-01-11 15:44:59,911 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 71.061s 2022-01-11 15:44:59,912 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42dbcc13-04a2-43da-8427-e07d671f4e4c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42dbcc13-04a2-43da-8427-e07d671f4e4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:40:56.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:45:48,027 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 47.108s 2022-01-11 15:45:48,027 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59ebc5ed-2376-4712-ac9e-01aca5f027ef', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59ebc5ed-2376-4712-ac9e-01aca5f027ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:40:56.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:45:49,088 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.053s 2022-01-11 15:45:49,089 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fbaa410-bd84-4b45-8c01-b8962d80c8a1', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fbaa410-bd84-4b45-8c01-b8962d80c8a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:40:56.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:45:50,149 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.052s 2022-01-11 15:45:50,149 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df86e8ce-364a-470f-925c-9bd04fcd5f0c', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df86e8ce-364a-470f-925c-9bd04fcd5f0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:40:56.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:45:51,212 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:45:51,212 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-213aa9e6-890a-4c17-b996-3b247597c8c7', 'content-length': '984', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-213aa9e6-890a-4c17-b996-3b247597c8c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:40:56.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:45:52,276 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.055s 2022-01-11 15:45:52,276 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b17976b-350f-4730-8b51-7b2cdadffcaf', 'content-length': '985', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b17976b-350f-4730-8b51-7b2cdadffcaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:45:52.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:45:53,338 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.054s 2022-01-11 15:45:53,338 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89d28292-4c57-4d73-b765-87b388a53d67', 'content-length': '985', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89d28292-4c57-4d73-b765-87b388a53d67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:45:52.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:45:54,566 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.220s 2022-01-11 15:45:54,567 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06bea62e-378b-473a-b908-63ab25799020', 'content-length': '985', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06bea62e-378b-473a-b908-63ab25799020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:45:52.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:45:55,643 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.068s 2022-01-11 15:45:55,643 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-378a223c-ab8c-46cd-adc3-23e81731e050', 'content-length': '983', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-378a223c-ab8c-46cd-adc3-23e81731e050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"volume": {"id": "691a520a-b24e-4544-b27c-e7c568e88baf", "status": "deleted", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:34:55.000000", "updated_at": "2022-01-11T15:45:55.000000", "name": "tempest-GroupsTest-Volume-1890298032", "description": null, "volume_type": "tempest-GroupsTest-volume-type-2081525275", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf"}], "user_id": "a17f27f6edc143f2adc9e5861ca5d4d6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "52e91c98-305a-4ca5-89af-5ea197547034", "os-vol-tenant-attr:tenant_id": "0d2740cb66f7410184f5d94ab5aa1b53"}}' 2022-01-11 15:45:56,672 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf 0.020s 2022-01-11 15:45:56,672 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c12966d4-7178-4699-b4f8-5ad16afc2729', 'x-openstack-request-id': 'req-c12966d4-7178-4699-b4f8-5ad16afc2729', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/volumes/691a520a-b24e-4544-b27c-e7c568e88baf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 691a520a-b24e-4544-b27c-e7c568e88baf could not be found."}}' 2022-01-11 15:45:56,686 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/groups/52e91c98-305a-4ca5-89af-5ea197547034 0.013s 2022-01-11 15:45:56,686 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5ebf86e-67ab-4173-a676-dce947dca518', 'x-openstack-request-id': 'req-c5ebf86e-67ab-4173-a676-dce947dca518', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.52/volume/v3/0d2740cb66f7410184f5d94ab5aa1b53/groups/52e91c98-305a-4ca5-89af-5ea197547034'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 52e91c98-305a-4ca5-89af-5ea197547034 could not be found."}}' 2022-01-11 15:45:56,962 117576 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.222.0.52/volume/v3/560e16dcf4cb4d2a864539123083e07e/group_types/25a175ff-80eb-4da8-ae0b-de245fc8bf8d 0.276s 2022-01-11 15:45:56,963 117576 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87143fe1-a60d-4b00-9146-1740f47580ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/560e16dcf4cb4d2a864539123083e07e/group_types/25a175ff-80eb-4da8-ae0b-de245fc8bf8d'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 114, in test_group_update vol = self.create_volume(volume_type=volume_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 130, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 691a520a-b24e-4544-b27c-e7c568e88baf failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
fail
ft16.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:22:47,145 117582 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.222.0.52/volume/v3/5da4bf71fa2c42b29e8ec0802c69c539/types 59.325s 2022-01-11 15:22:47,146 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume_type": {"name": "tempest-GroupsV314Test-volume-type-1147673299"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4568d602-ca0b-4ebd-98b6-22a3d3c97b58', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4568d602-ca0b-4ebd-98b6-22a3d3c97b58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/5da4bf71fa2c42b29e8ec0802c69c539/types'} Body: b'{"volume_type": {"id": "1cd9b65f-a1b2-48dc-98c4-e2b095779dfa", "name": "tempest-GroupsV314Test-volume-type-1147673299", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2022-01-11 15:23:40,950 117582 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.222.0.52/volume/v3/5da4bf71fa2c42b29e8ec0802c69c539/group_types 53.802s 2022-01-11 15:23:40,950 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: {"group_type": {"name": "tempest-GroupsV314Test-group-type-1043996738"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3de78716-50c6-43cf-b68b-0687e6e6b7b5', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3de78716-50c6-43cf-b68b-0687e6e6b7b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/5da4bf71fa2c42b29e8ec0802c69c539/group_types'} Body: b'{"group_type": {"id": "d1780c19-6d68-45ad-9b24-2fc7f0354f0e", "name": "tempest-GroupsV314Test-group-type-1043996738", "description": null, "is_public": true, "group_specs": {}}}' 2022-01-11 15:24:48,018 117582 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 400 DELETE http://10.222.0.52/volume/v3/5da4bf71fa2c42b29e8ec0802c69c539/group_types/d1780c19-6d68-45ad-9b24-2fc7f0354f0e 7.003s 2022-01-11 15:24:48,019 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '185', 'content-type': 'application/json', 'x-compute-request-id': 'req-afe1d6df-c632-4997-ad8f-6639f1a24b0e', 'x-openstack-request-id': 'req-afe1d6df-c632-4997-ad8f-6639f1a24b0e', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.52/volume/v3/5da4bf71fa2c42b29e8ec0802c69c539/group_types/d1780c19-6d68-45ad-9b24-2fc7f0354f0e'} Body: b'{"badRequest": {"code": 400, "message": "Target group type is still in use. Group Type d1780c19-6d68-45ad-9b24-2fc7f0354f0e deletion is not allowed with groups present with the type."}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/services/volume/v3/group_types_client.py", line 48, in delete_group_type resp, body = self.delete("group_types/%s" % group_type_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Target group type is still in use. Group Type d1780c19-6d68-45ad-9b24-2fc7f0354f0e deletion is not allowed with groups present with the type.'} }}} Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 171, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 222, in create_group group = self.groups_client.create_group(**kwargs)['group'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/groups_client.py", line 39, in create_group resp, body = self.post('groups', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60) |
||||||
tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 0 | 1 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
fail
ft17.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 202, in test_reset_group_status volume_type = self.create_volume_type() File "/opt/stack/tempest/tempest/api/volume/base.py", line 294, in create_volume_type volume_type = cls.admin_volume_types_client.create_volume_type( File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 90, in create_volume_type resp, body = self.post('types', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60) |
||||||
tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 5 | 2 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
fail
ft18.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_qos.py", line 133, in test_associate_disassociate_qos vol_type.append(self.create_volume_type()) File "/opt/stack/tempest/tempest/api/volume/base.py", line 294, in create_volume_type volume_type = cls.admin_volume_types_client.create_volume_type( File "/opt/stack/tempest/tempest/lib/services/volume/v3/types_client.py", line 90, in create_volume_type resp, body = self.post('types', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60) |
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt18.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt18.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
fail
ft18.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_qos.py", line 64, in test_create_delete_qos_with_front_end_consumer self._create_delete_test_qos_with_given_consumer('front-end') File "/opt/stack/tempest/tempest/api/volume/admin/test_qos.py", line 43, in _create_delete_test_qos_with_given_consumer body = self.create_test_qos_specs(name, consumer) File "/opt/stack/tempest/tempest/api/volume/base.py", line 285, in create_test_qos_specs qos_specs = cls.admin_volume_qos_client.create_qos( File "/opt/stack/tempest/tempest/lib/services/volume/v3/qos_client.py", line 48, in create_qos resp, body = self.post('qos-specs', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60) |
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt18.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt18.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt18.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
||||||
tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
fail
ft19.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:14:47,521 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes 0.963s 2022-01-11 15:14:47,521 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-441274291", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9f52205-36e1-4c9c-bc71-59a967900fe8', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9f52205-36e1-4c9c-bc71-59a967900fe8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes'} Body: b'{"volume": {"id": "58907b83-b9e1-45b9-8b10-42d1fe4d9b9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:47.211898", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:14:47,613 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c 0.085s 2022-01-11 15:14:47,614 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c5ff5ee-b847-4b3b-9c3a-67aa740c0543', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c5ff5ee-b847-4b3b-9c3a-67aa740c0543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c'} Body: b'{"volume": {"id": "58907b83-b9e1-45b9-8b10-42d1fe4d9b9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:47.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:48,671 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c 0.049s 2022-01-11 15:14:48,671 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1336f3c4-6922-41ed-bbcc-50a12560bace', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1336f3c4-6922-41ed-bbcc-50a12560bace', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c'} Body: b'{"volume": {"id": "58907b83-b9e1-45b9-8b10-42d1fe4d9b9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:47.000000", "updated_at": "2022-01-11T15:14:48.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:49,719 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c 0.040s 2022-01-11 15:14:49,720 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be264f51-bfdd-46aa-aedc-815bc45fa506', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be264f51-bfdd-46aa-aedc-815bc45fa506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c'} Body: b'{"volume": {"id": "58907b83-b9e1-45b9-8b10-42d1fe4d9b9c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:47.000000", "updated_at": "2022-01-11T15:14:49.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:49,726 117589 INFO [tempest.common.waiters] volume 58907b83-b9e1-45b9-8b10-42d1fe4d9b9c reached available after waiting for 2.726549 seconds 2022-01-11 15:14:49,763 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c 0.036s 2022-01-11 15:14:49,764 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7859bb5-446b-4e0b-aadc-6dff83e7ec62', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7859bb5-446b-4e0b-aadc-6dff83e7ec62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c'} Body: b'{"volume": {"id": "58907b83-b9e1-45b9-8b10-42d1fe4d9b9c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:47.000000", "updated_at": "2022-01-11T15:14:49.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:49,879 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 PUT http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c 0.108s 2022-01-11 15:14:49,879 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-VolumesGetTest-Volume-441274291"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b37d3ad0-b2a2-44ad-b2d4-07d6acdd99c7', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b37d3ad0-b2a2-44ad-b2d4-07d6acdd99c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c'} Body: b'{"volume": {"id": "58907b83-b9e1-45b9-8b10-42d1fe4d9b9c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:47.000000", "updated_at": "2022-01-11T15:14:49.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:14:49,987 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 PUT http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c 0.101s 2022-01-11 15:14:49,987 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-VolumesGetTest-new-Volume-2062953769", "description": "This is the new description of volume"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3da2c98-da91-49b1-94d0-cd8e660f704a', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3da2c98-da91-49b1-94d0-cd8e660f704a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c'} Body: b'{"volume": {"id": "58907b83-b9e1-45b9-8b10-42d1fe4d9b9c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:47.000000", "updated_at": "2022-01-11T15:14:50.000000", "name": "tempest-VolumesGetTest-new-Volume-2062953769", "description": "This is the new description of volume", "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:14:50,032 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c 0.038s 2022-01-11 15:14:50,033 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95b36cda-4229-4b43-9cbf-0cfa6eeac3c0', 'content-length': '960', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95b36cda-4229-4b43-9cbf-0cfa6eeac3c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c'} Body: b'{"volume": {"id": "58907b83-b9e1-45b9-8b10-42d1fe4d9b9c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:47.000000", "updated_at": "2022-01-11T15:14:50.000000", "name": "tempest-VolumesGetTest-new-Volume-2062953769", "description": "This is the new description of volume", "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:50,573 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes 0.532s 2022-01-11 15:14:50,573 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"description": "tempest-@#$%^* description-1196725555", "availability_zone": "nova", "size": 1}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-209936e6-03df-44ae-a86b-24f10f5330a9', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-209936e6-03df-44ae-a86b-24f10f5330a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.251458", "updated_at": null, "name": null, "description": "tempest-@#$%^* description-1196725555", "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:14:50,617 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:14:50,618 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a813d595-8ce8-4381-9a59-4729c2547503', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a813d595-8ce8-4381-9a59-4729c2547503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": null, "name": null, "description": "tempest-@#$%^* description-1196725555", "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:51,665 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.039s 2022-01-11 15:14:51,665 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ece3f7b-0536-4b12-85ca-66bd110751eb', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ece3f7b-0536-4b12-85ca-66bd110751eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:51.000000", "name": null, "description": "tempest-@#$%^* description-1196725555", "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:52,710 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:14:52,710 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2413b4c-7cb6-438e-a2fe-05d5fc750f31', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2413b4c-7cb6-438e-a2fe-05d5fc750f31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:52.000000", "name": null, "description": "tempest-@#$%^* description-1196725555", "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:52,717 117589 INFO [tempest.common.waiters] volume 44348967-6ec4-4822-91f8-bcdd5ae259cd reached available after waiting for 2.717885 seconds 2022-01-11 15:14:52,837 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 PUT http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.115s 2022-01-11 15:14:52,837 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-VolumesGetTest-Volume-441274291", "description": null}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39bec1f8-f2fa-408f-8fb1-bc5da1074116', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39bec1f8-f2fa-408f-8fb1-bc5da1074116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:52.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:14:53,099 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.256s 2022-01-11 15:14:53,100 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ccada0-2e5f-461c-b6eb-4f248d9056aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'' 2022-01-11 15:14:53,139 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.038s 2022-01-11 15:14:53,140 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-974bb11b-f636-4b16-9493-62fab09bb63f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-974bb11b-f636-4b16-9493-62fab09bb63f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:54,184 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:14:54,185 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4509d33a-db0c-48f1-8e25-39dc25abe1ef', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4509d33a-db0c-48f1-8e25-39dc25abe1ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:55,229 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.038s 2022-01-11 15:14:55,230 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e00367f-6431-40f5-931d-5328c11ed407', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e00367f-6431-40f5-931d-5328c11ed407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:56,275 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:14:56,275 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b33f1c9-8767-4caa-8c63-0458d04917b4', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b33f1c9-8767-4caa-8c63-0458d04917b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:57,323 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.040s 2022-01-11 15:14:57,323 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20a6744a-47f9-4b9b-b1e6-49fee22df007', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20a6744a-47f9-4b9b-b1e6-49fee22df007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:58,368 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:14:58,368 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b0bd166-f2bd-4c3e-9ed2-44c4881880aa', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b0bd166-f2bd-4c3e-9ed2-44c4881880aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:14:59,411 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:14:59,412 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5333752-fcaa-4ef4-9b4d-fce6743cdba6', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5333752-fcaa-4ef4-9b4d-fce6743cdba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:00,456 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:00,456 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ff234a0-e7b7-45aa-b083-f32b2ab4fa52', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ff234a0-e7b7-45aa-b083-f32b2ab4fa52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:01,502 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:01,502 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43025d77-8350-4412-a383-4b95672a684a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43025d77-8350-4412-a383-4b95672a684a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:02,548 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:02,549 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a21bff5-83fc-4f23-81d7-c5726f24d219', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a21bff5-83fc-4f23-81d7-c5726f24d219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:03,592 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:15:03,592 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5134f35a-b451-4241-b2a2-92bfd39aa1ca', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5134f35a-b451-4241-b2a2-92bfd39aa1ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:04,648 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.047s 2022-01-11 15:15:04,648 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b49714f1-f128-4cce-b941-b0a32c53046e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b49714f1-f128-4cce-b941-b0a32c53046e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:05,693 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:05,693 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e26418d7-fe74-4071-b86f-6244d4f52aed', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e26418d7-fe74-4071-b86f-6244d4f52aed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:06,738 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:06,738 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-824411db-5ba5-4ccf-a149-fe124a3f310d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-824411db-5ba5-4ccf-a149-fe124a3f310d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:07,781 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:07,782 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4584f40c-289c-4dbe-b630-8f04c7c500ed', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4584f40c-289c-4dbe-b630-8f04c7c500ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:08,827 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:08,827 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef795b63-ee01-4d74-8421-8b4c08ec3ac7', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef795b63-ee01-4d74-8421-8b4c08ec3ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:09,871 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:09,871 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73f39f44-e5dd-434a-879a-d933f54ca6a8', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73f39f44-e5dd-434a-879a-d933f54ca6a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:10,916 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:10,917 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-850b87ed-214d-499d-95e4-06e3795eb214', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-850b87ed-214d-499d-95e4-06e3795eb214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:11,963 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.039s 2022-01-11 15:15:11,963 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a7dc6e9-2e7d-44c0-b196-404e7587e75a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a7dc6e9-2e7d-44c0-b196-404e7587e75a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:13,008 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:13,009 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75e2ec9b-35a7-4619-8502-578820c4c5bf', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75e2ec9b-35a7-4619-8502-578820c4c5bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:14,055 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.038s 2022-01-11 15:15:14,055 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02be889b-4744-4f31-9825-9fc2aca38d8f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02be889b-4744-4f31-9825-9fc2aca38d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:15,101 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:15,101 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5edc279d-750f-43fa-9c42-7cc3a026c177', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5edc279d-750f-43fa-9c42-7cc3a026c177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:16,145 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:16,146 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8934ae90-6a8c-4e7e-90e0-b429c93eb022', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8934ae90-6a8c-4e7e-90e0-b429c93eb022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:17,189 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:17,190 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd6fbfb0-e948-4599-9da1-f8d5d3704bdf', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd6fbfb0-e948-4599-9da1-f8d5d3704bdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:18,236 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.038s 2022-01-11 15:15:18,236 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61169dca-11e2-4d30-99a0-242e7948549d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61169dca-11e2-4d30-99a0-242e7948549d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:19,282 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.038s 2022-01-11 15:15:19,282 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e134eb73-203e-4d64-8a40-6e55b7d79249', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e134eb73-203e-4d64-8a40-6e55b7d79249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:20,327 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:20,327 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aed75fd-fd51-46ff-8a5f-7799ee594069', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aed75fd-fd51-46ff-8a5f-7799ee594069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:21,371 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:15:21,371 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f14b73f-0370-4ded-a90a-6c89a5d15638', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f14b73f-0370-4ded-a90a-6c89a5d15638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:22,415 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:22,415 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64509088-7ae3-46df-a9d1-ca3975392989', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64509088-7ae3-46df-a9d1-ca3975392989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:23,459 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:15:23,459 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c61158f7-f30e-427d-9da9-7701f4513d0d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c61158f7-f30e-427d-9da9-7701f4513d0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:24,504 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:24,505 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1c75def-0665-4da3-a8ba-3ce90330f1e0', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1c75def-0665-4da3-a8ba-3ce90330f1e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:25,554 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:25,555 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dd901fe-f26e-40a9-83cf-d9608a65ebf1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dd901fe-f26e-40a9-83cf-d9608a65ebf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:26,599 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:26,600 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-769df4ff-7b15-48f8-98fc-67cfdef8d8e3', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-769df4ff-7b15-48f8-98fc-67cfdef8d8e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:27,645 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:27,645 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b963337e-8cf8-4dda-b54b-0174768567f9', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b963337e-8cf8-4dda-b54b-0174768567f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:28,690 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:28,690 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1c9e10e-4997-4b02-95b6-0cf2c6137e3a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1c9e10e-4997-4b02-95b6-0cf2c6137e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:29,734 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:29,734 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c2a7137-3e83-4875-906b-6f0c928a6242', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c2a7137-3e83-4875-906b-6f0c928a6242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:30,777 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:15:30,778 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf6c1906-99c2-44b8-a9c1-47d1bc658a4f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf6c1906-99c2-44b8-a9c1-47d1bc658a4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:31,821 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:15:31,821 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe90dfc8-9708-4d44-8c93-05d626145e21', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe90dfc8-9708-4d44-8c93-05d626145e21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:32,865 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:32,866 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e3749e2-ee84-47dd-94c1-023db9f9f5ae', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e3749e2-ee84-47dd-94c1-023db9f9f5ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:33,910 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:33,910 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2c030df-82a7-4acc-a0dc-48e992215f94', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2c030df-82a7-4acc-a0dc-48e992215f94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:34,954 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:34,955 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-765725bb-2648-4dd5-af8d-d635dc10c3d1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-765725bb-2648-4dd5-af8d-d635dc10c3d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:35,999 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:35,999 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-343b5872-325a-4034-8e98-ceae4fa1a951', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-343b5872-325a-4034-8e98-ceae4fa1a951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:37,047 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.040s 2022-01-11 15:15:37,048 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb1e1f33-178b-4bda-8e6c-37b81e779305', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb1e1f33-178b-4bda-8e6c-37b81e779305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:38,092 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:38,093 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e411161c-427d-425d-854c-41bba778fd21', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e411161c-427d-425d-854c-41bba778fd21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:39,138 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:39,138 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7c8358e-c3b6-4dc0-b0ee-ff0ef326b591', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7c8358e-c3b6-4dc0-b0ee-ff0ef326b591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:40,183 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:40,183 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce8e3b25-184c-49eb-a800-595488ed0625', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce8e3b25-184c-49eb-a800-595488ed0625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:41,227 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:41,228 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f824d2a-7514-4da3-b97b-86edc54ba236', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f824d2a-7514-4da3-b97b-86edc54ba236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:42,271 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:42,272 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03100be9-c699-4bee-82c9-de9c68db29fd', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03100be9-c699-4bee-82c9-de9c68db29fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:43,318 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.038s 2022-01-11 15:15:43,319 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1edf5108-1667-46f2-b065-8c09bd078206', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1edf5108-1667-46f2-b065-8c09bd078206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:44,364 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:44,364 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b5300fd-a639-4815-9101-8652479ae087', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b5300fd-a639-4815-9101-8652479ae087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:45,407 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:45,407 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-578bb825-7ffc-43b4-b89d-175bb36beaf2', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-578bb825-7ffc-43b4-b89d-175bb36beaf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:46,452 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:46,453 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c1d190d-adee-4e66-84e5-dbfc1914b305', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c1d190d-adee-4e66-84e5-dbfc1914b305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:47,496 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:47,497 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b548616b-854f-49ed-a558-b68c4eccc400', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b548616b-854f-49ed-a558-b68c4eccc400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:48,540 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:48,541 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ce5c5b8-ccc7-400f-bb0d-cd5c34271fe7', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ce5c5b8-ccc7-400f-bb0d-cd5c34271fe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:49,586 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:49,587 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2334382b-e8ae-47ec-88e7-37d486f2961e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2334382b-e8ae-47ec-88e7-37d486f2961e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:50,634 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.039s 2022-01-11 15:15:50,634 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93bdc0e0-f2be-4cdc-a5bc-605787251a39', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93bdc0e0-f2be-4cdc-a5bc-605787251a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:51,683 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.041s 2022-01-11 15:15:51,683 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05dd0a7f-2e77-46d7-9138-4dbbf0d968c5', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05dd0a7f-2e77-46d7-9138-4dbbf0d968c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:52,728 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:52,729 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-219b3cba-d842-4c96-ad1b-f124e610ea14', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-219b3cba-d842-4c96-ad1b-f124e610ea14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:53,773 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:53,773 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9a6d6a3-7b12-4444-b19b-2298ae6aa607', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9a6d6a3-7b12-4444-b19b-2298ae6aa607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:54,822 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:54,822 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e77246cf-ee70-4a05-8f6f-4d388a53d7a9', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e77246cf-ee70-4a05-8f6f-4d388a53d7a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:55,868 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:55,868 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edeadb18-7107-4885-b26f-6302dc8eeb38', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edeadb18-7107-4885-b26f-6302dc8eeb38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:56,911 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:15:56,911 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12d67b79-94db-475e-bbe4-66ff1cc87459', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12d67b79-94db-475e-bbe4-66ff1cc87459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:57,956 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:15:57,956 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49dd1908-afc6-4cbd-aaf5-a8cbc22ede9e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49dd1908-afc6-4cbd-aaf5-a8cbc22ede9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:15:59,001 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:15:59,001 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fc09629-e613-49cf-9853-d38e00fc0170', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc09629-e613-49cf-9853-d38e00fc0170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:00,045 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:00,046 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67653840-f6c9-47a7-93ea-68e1afc86194', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67653840-f6c9-47a7-93ea-68e1afc86194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:01,090 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:01,090 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ae3f5e3-131b-4ad4-8afa-e4082225a258', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ae3f5e3-131b-4ad4-8afa-e4082225a258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:02,134 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:02,134 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed75da5b-cf84-4cb0-bf25-3f83cb2849e0', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed75da5b-cf84-4cb0-bf25-3f83cb2849e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:03,179 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:03,179 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40542a21-c45f-49e3-8c39-03f776333896', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40542a21-c45f-49e3-8c39-03f776333896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:04,223 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:16:04,224 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6cd2d7f-8781-417b-a019-ae64aa08f4ed', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6cd2d7f-8781-417b-a019-ae64aa08f4ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:05,269 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.038s 2022-01-11 15:16:05,271 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5d80fc2-fb73-4607-b909-31031a1c9213', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5d80fc2-fb73-4607-b909-31031a1c9213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:06,315 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:16:06,316 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5183740-4c61-4e78-8986-baa78ce16fcc', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5183740-4c61-4e78-8986-baa78ce16fcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:07,361 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:07,361 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1abf07c-388a-4b2a-b033-ad5aea2445ed', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1abf07c-388a-4b2a-b033-ad5aea2445ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:08,405 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:16:08,406 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-673963b0-a1cd-49c8-b294-f9163ce5996c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-673963b0-a1cd-49c8-b294-f9163ce5996c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:09,449 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:09,450 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f570bc7-78cc-49c6-949d-5f8203757598', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f570bc7-78cc-49c6-949d-5f8203757598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:10,494 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:10,494 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d871c9a-ab90-4bc4-bbf2-2c710e11af42', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d871c9a-ab90-4bc4-bbf2-2c710e11af42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:11,537 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:11,537 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cad45a7d-d551-4784-bb6f-b86d23df3124', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad45a7d-d551-4784-bb6f-b86d23df3124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:12,581 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:12,581 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-328b562d-210b-430e-b736-54854680c149', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-328b562d-210b-430e-b736-54854680c149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:13,624 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:13,624 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07b7215c-5213-408f-8fa5-22fe57e5bdb6', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07b7215c-5213-408f-8fa5-22fe57e5bdb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:14,666 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:14,667 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9836a92a-50d9-4758-8c2b-46f43d69a423', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9836a92a-50d9-4758-8c2b-46f43d69a423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:15,710 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:15,710 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-425dcd58-53d7-4241-8d2f-d9e2c09755e1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-425dcd58-53d7-4241-8d2f-d9e2c09755e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:16,754 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:16,755 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4b63571-ac03-4390-895b-747d496cb899', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4b63571-ac03-4390-895b-747d496cb899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:17,798 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:17,798 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8086397e-40d7-47c1-a7e2-a42b5c53dbad', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8086397e-40d7-47c1-a7e2-a42b5c53dbad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:18,841 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:18,841 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2d557c5-c47d-41d6-b591-f2b2967ffcaa', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2d557c5-c47d-41d6-b591-f2b2967ffcaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:19,885 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:19,885 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb39583a-3a39-4b26-8d1a-95f12fa12948', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb39583a-3a39-4b26-8d1a-95f12fa12948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:20,928 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:20,928 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-677d9b7e-cf71-4a20-9886-d3d7d003eda7', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-677d9b7e-cf71-4a20-9886-d3d7d003eda7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:21,972 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:21,972 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9244a379-781f-4989-be04-84ada7186697', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9244a379-781f-4989-be04-84ada7186697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:23,016 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:23,016 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54ab9e03-e59d-417d-8d3a-1d86da93aba6', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54ab9e03-e59d-417d-8d3a-1d86da93aba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:24,059 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:24,059 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2130449e-a0e9-4727-950c-ad739f9e1f77', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2130449e-a0e9-4727-950c-ad739f9e1f77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:25,103 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:25,104 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60180c71-990b-4585-aaec-012c306dc8c4', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60180c71-990b-4585-aaec-012c306dc8c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:26,147 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:26,147 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd4c7e85-dbef-41fd-b534-fb11341c47ad', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd4c7e85-dbef-41fd-b534-fb11341c47ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:27,191 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:27,191 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f1417e-0df7-4cae-8112-2e3eedf4da5c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f1417e-0df7-4cae-8112-2e3eedf4da5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:28,235 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:28,235 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0cc99f3-a7b6-44b0-9d64-53e52d2d7960', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0cc99f3-a7b6-44b0-9d64-53e52d2d7960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:29,279 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:29,280 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7863995b-a1c0-409b-8068-f16c5c2e00b6', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7863995b-a1c0-409b-8068-f16c5c2e00b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:30,324 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:16:30,324 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f410883-9972-46c1-8d1d-3bb4cd1bdf2c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f410883-9972-46c1-8d1d-3bb4cd1bdf2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:31,369 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:16:31,370 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d54f97cc-523e-4058-b620-38c742644384', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d54f97cc-523e-4058-b620-38c742644384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:32,413 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:32,414 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bef304de-c09e-430a-a467-a1bc2b3ffc46', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bef304de-c09e-430a-a467-a1bc2b3ffc46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:33,458 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:33,458 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6cfcf79-885e-4ccd-9eaf-95478837b70c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6cfcf79-885e-4ccd-9eaf-95478837b70c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:34,502 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:34,503 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9615dd34-0e34-42df-9b9c-34b89066a100', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9615dd34-0e34-42df-9b9c-34b89066a100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:35,547 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:35,547 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c0ab41e-e63d-41fe-ad5c-62229105d6a3', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c0ab41e-e63d-41fe-ad5c-62229105d6a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:36,590 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:16:36,590 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de55c57f-d60d-4194-a729-cb4a0e78e29c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de55c57f-d60d-4194-a729-cb4a0e78e29c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:37,634 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:37,634 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cef0c8a-4178-4bd8-a454-b9f63fac39c7', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cef0c8a-4178-4bd8-a454-b9f63fac39c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:38,686 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.045s 2022-01-11 15:16:38,686 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88618cb1-88d1-4cd1-8bb1-6c359d750511', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88618cb1-88d1-4cd1-8bb1-6c359d750511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:39,730 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:39,730 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e884fd07-32a0-49ea-816f-fc4d0a74780d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e884fd07-32a0-49ea-816f-fc4d0a74780d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:40,774 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:40,775 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98ac5290-0af9-4eb4-a46f-8eb3acf9bb45', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98ac5290-0af9-4eb4-a46f-8eb3acf9bb45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:41,817 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:16:41,817 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e348bbf-2376-41f9-9057-3f14a728076f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e348bbf-2376-41f9-9057-3f14a728076f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:42,860 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:16:42,860 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-514414a3-3dfb-43a6-83f1-6523414179b7', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-514414a3-3dfb-43a6-83f1-6523414179b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:43,903 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:43,903 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-facdc04e-2baa-49d1-a404-c7c954f18105', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-facdc04e-2baa-49d1-a404-c7c954f18105', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:44,950 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.039s 2022-01-11 15:16:44,951 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c4a3684-26f8-4b22-bec3-d202e03bfdb2', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c4a3684-26f8-4b22-bec3-d202e03bfdb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:45,993 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:16:45,993 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-908fd0c7-def0-454c-8999-ca11d9c170d0', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-908fd0c7-def0-454c-8999-ca11d9c170d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:47,036 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:47,036 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e06769d-45fb-4bd4-9a01-d27f453b5897', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e06769d-45fb-4bd4-9a01-d27f453b5897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:48,080 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:48,080 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68e1d7bd-1541-4ad7-8773-664692cc4c95', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68e1d7bd-1541-4ad7-8773-664692cc4c95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:49,124 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:49,124 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3ef59cc-150d-44c8-9a26-946da6675807', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3ef59cc-150d-44c8-9a26-946da6675807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:50,166 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:16:50,166 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7887ab8d-32ee-4e40-a198-125c37176d7d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7887ab8d-32ee-4e40-a198-125c37176d7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:51,208 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:16:51,208 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ce2bf1d-3889-4301-a35f-d74a066761c0', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ce2bf1d-3889-4301-a35f-d74a066761c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:52,252 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:52,253 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-848e56ba-3e48-456d-b537-28c0f69af8f2', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-848e56ba-3e48-456d-b537-28c0f69af8f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:53,297 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:16:53,297 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3ac14cb-0ef5-404d-b05d-a94702ecb39b', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3ac14cb-0ef5-404d-b05d-a94702ecb39b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:54,339 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:54,340 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ae32b7b-bca1-43f6-8259-4bdffdbb6024', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ae32b7b-bca1-43f6-8259-4bdffdbb6024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:55,386 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.039s 2022-01-11 15:16:55,386 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39281d92-8fe2-415b-ac18-4a6604056b04', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39281d92-8fe2-415b-ac18-4a6604056b04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:56,437 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.042s 2022-01-11 15:16:56,437 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d7920de-29eb-4893-93fe-7d86b7f028bf', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d7920de-29eb-4893-93fe-7d86b7f028bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:57,480 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:57,480 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2b442ad-62e1-4705-9905-b725c71d4d5d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2b442ad-62e1-4705-9905-b725c71d4d5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:58,524 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:16:58,524 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a47240fd-5334-4d78-ae16-869dd15cc1df', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a47240fd-5334-4d78-ae16-869dd15cc1df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:16:59,565 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:16:59,566 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12589e49-2090-47f6-823b-4bee67cad94b', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12589e49-2090-47f6-823b-4bee67cad94b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:00,610 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:17:00,611 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cb16633-d57e-4921-b247-6fadcd08cb48', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb16633-d57e-4921-b247-6fadcd08cb48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:01,655 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:17:01,655 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71b5b2bf-08eb-437f-ac3f-8e1f85f6053c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71b5b2bf-08eb-437f-ac3f-8e1f85f6053c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:02,699 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:02,699 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1afed55-e40e-475f-bc8e-e5454a923d7c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1afed55-e40e-475f-bc8e-e5454a923d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:03,744 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:17:03,744 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eed6b1b0-d2a9-4390-9b9d-0c459b2ccde5', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eed6b1b0-d2a9-4390-9b9d-0c459b2ccde5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:04,786 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:04,786 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9924f4ed-bac7-4866-a067-aa4abf13e0fe', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9924f4ed-bac7-4866-a067-aa4abf13e0fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:05,830 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:05,830 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-514ffa19-df4d-4ada-b1c4-204afdcc627a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-514ffa19-df4d-4ada-b1c4-204afdcc627a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:06,873 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:17:06,874 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33d084a4-484b-4413-9546-80091abf801f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33d084a4-484b-4413-9546-80091abf801f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:07,921 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.039s 2022-01-11 15:17:07,922 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc57bbe-8b5b-4143-865c-3a41adc4e535', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc57bbe-8b5b-4143-865c-3a41adc4e535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:08,965 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:08,965 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc46e9a5-42bb-4817-b896-299a636a2e63', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc46e9a5-42bb-4817-b896-299a636a2e63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:10,008 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:17:10,008 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4841e229-1399-461d-a99b-be149708f21f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4841e229-1399-461d-a99b-be149708f21f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:11,051 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:11,051 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a70a95c-7e74-4754-b210-184cb94a42e6', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a70a95c-7e74-4754-b210-184cb94a42e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:12,101 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.041s 2022-01-11 15:17:12,101 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fe39980-0533-435f-82fc-ada365fa9d57', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fe39980-0533-435f-82fc-ada365fa9d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:13,144 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:13,144 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9b86e09-36f0-4f47-85b5-2279eae45d5f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9b86e09-36f0-4f47-85b5-2279eae45d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:14,186 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:17:14,187 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aba0215-0942-49c8-a07b-941d843d8855', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aba0215-0942-49c8-a07b-941d843d8855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:15,228 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:17:15,229 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90d87a3e-de33-43e0-ac95-2d2e919ec30d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90d87a3e-de33-43e0-ac95-2d2e919ec30d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:16,272 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:17:16,272 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32ab92d8-e577-43e7-8cb7-fae7620b0d81', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32ab92d8-e577-43e7-8cb7-fae7620b0d81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:17,316 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:17,316 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a953abb7-a8e3-4b17-bb15-1fc173a74381', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a953abb7-a8e3-4b17-bb15-1fc173a74381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:18,364 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.039s 2022-01-11 15:17:18,365 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4c42a8f-645a-45d8-ae45-a9b69d19503e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4c42a8f-645a-45d8-ae45-a9b69d19503e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:19,407 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:17:19,407 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0a0dc3c-ec64-4f40-b431-dce1801e2cba', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0a0dc3c-ec64-4f40-b431-dce1801e2cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:20,450 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:17:20,450 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-272d1fd5-be8c-41fd-b930-880a94f0a745', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-272d1fd5-be8c-41fd-b930-880a94f0a745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:21,493 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:21,493 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3622819f-172f-4edd-97f8-a093b743301b', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3622819f-172f-4edd-97f8-a093b743301b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:22,535 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:17:22,535 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17f49d11-5f32-4a84-806b-9a84a7f72e0d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17f49d11-5f32-4a84-806b-9a84a7f72e0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:23,582 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:23,582 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1101304b-481a-493c-afba-9a0ea61d7900', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1101304b-481a-493c-afba-9a0ea61d7900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:24,627 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:17:24,628 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab53d3f9-fac4-4d9e-85a3-7a509ce9ff5d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab53d3f9-fac4-4d9e-85a3-7a509ce9ff5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:25,670 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:25,671 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5522b974-fc6f-4c95-8de8-894110a55cdc', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5522b974-fc6f-4c95-8de8-894110a55cdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:26,720 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.043s 2022-01-11 15:17:26,721 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e377a8ba-d954-41e1-9340-24c07a892b0c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e377a8ba-d954-41e1-9340-24c07a892b0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:27,764 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:27,764 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f0105e5-aeb3-4bad-8e48-e7b6e1902b0d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f0105e5-aeb3-4bad-8e48-e7b6e1902b0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:28,810 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.039s 2022-01-11 15:17:28,811 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c01238f4-f44b-4109-a712-186b03a579c1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c01238f4-f44b-4109-a712-186b03a579c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:29,855 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:17:29,856 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b44b50fa-1826-484b-b6a9-26280da704b4', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b44b50fa-1826-484b-b6a9-26280da704b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:30,903 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.039s 2022-01-11 15:17:30,904 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bce301d1-a6d9-4deb-997c-35c606ce515a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bce301d1-a6d9-4deb-997c-35c606ce515a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:31,947 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:17:31,947 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa08d1e8-7bc7-4e4c-b8fe-433b0967cba5', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa08d1e8-7bc7-4e4c-b8fe-433b0967cba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:32,992 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:17:32,992 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e58d3172-8c59-4a2b-9e86-96fbbf03756f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e58d3172-8c59-4a2b-9e86-96fbbf03756f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:34,036 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:34,036 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfa7b7f1-55eb-4fa9-8cc1-3d41c4c9069b', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfa7b7f1-55eb-4fa9-8cc1-3d41c4c9069b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:35,080 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:35,080 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1304fcc4-c303-426e-b5bd-2826fbf6f84d', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1304fcc4-c303-426e-b5bd-2826fbf6f84d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:36,123 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:36,124 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59cbc1b1-28ca-4d1b-88e1-ecc967e7d1d8', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59cbc1b1-28ca-4d1b-88e1-ecc967e7d1d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:37,167 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:17:37,168 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe4fac9f-e985-473a-824a-6545e45f77fa', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe4fac9f-e985-473a-824a-6545e45f77fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:38,215 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.039s 2022-01-11 15:17:38,215 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a91afc3-0212-408c-8a51-bd9c556489ff', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a91afc3-0212-408c-8a51-bd9c556489ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:39,268 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.045s 2022-01-11 15:17:39,269 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9690a4aa-738f-4099-a840-f96893bba4ae', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9690a4aa-738f-4099-a840-f96893bba4ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:40,313 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:40,313 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aece72d-03e5-4d6f-95b9-eb4e92d5d21a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aece72d-03e5-4d6f-95b9-eb4e92d5d21a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:41,358 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:17:41,359 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06c39ecc-ddb5-4bea-8649-78fd32427e4a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06c39ecc-ddb5-4bea-8649-78fd32427e4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:42,401 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.033s 2022-01-11 15:17:42,401 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54fee24e-6401-4557-a25d-0c8c7390056e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54fee24e-6401-4557-a25d-0c8c7390056e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:43,446 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:17:43,446 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa6ede9b-48bd-4b02-a67d-3b9df858377a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa6ede9b-48bd-4b02-a67d-3b9df858377a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:44,489 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:44,490 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dff57c8b-46de-4511-aa49-dfbdf65c256c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dff57c8b-46de-4511-aa49-dfbdf65c256c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:45,533 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:45,533 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1680e22e-cda8-4ff1-84a0-2b7f5d42e517', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1680e22e-cda8-4ff1-84a0-2b7f5d42e517', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:46,576 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:46,576 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae005bef-655a-4dbd-8501-6cf4124e9130', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae005bef-655a-4dbd-8501-6cf4124e9130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:47,622 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:17:47,622 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3744ee65-8d19-4bb2-bfc5-e9b6c62c5bfd', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3744ee65-8d19-4bb2-bfc5-e9b6c62c5bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:48,668 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.038s 2022-01-11 15:17:48,669 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54d796a7-1d6c-4079-a08f-d11194568870', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54d796a7-1d6c-4079-a08f-d11194568870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:49,712 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:49,712 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c98a7c5d-a060-4877-8f42-8e0ab56f2859', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c98a7c5d-a060-4877-8f42-8e0ab56f2859', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:50,757 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:17:50,757 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae48a3da-da07-4675-818b-2421838a3394', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae48a3da-da07-4675-818b-2421838a3394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:51,802 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:17:51,803 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-423a0f7f-20ef-4c0e-bd65-9ef16c4d4598', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-423a0f7f-20ef-4c0e-bd65-9ef16c4d4598', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:52,853 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.042s 2022-01-11 15:17:52,854 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22325616-bb43-4d67-aaed-6806e1e78f9e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22325616-bb43-4d67-aaed-6806e1e78f9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:53,895 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:17:53,896 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48643fe8-7172-4802-b208-819e9b650eb6', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48643fe8-7172-4802-b208-819e9b650eb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:54,938 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:17:54,939 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32a1b7eb-84bd-4182-966c-d1e68abaf198', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32a1b7eb-84bd-4182-966c-d1e68abaf198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:55,984 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.038s 2022-01-11 15:17:55,985 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6b7d290-d33c-4e7c-805d-c9506a2776c6', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6b7d290-d33c-4e7c-805d-c9506a2776c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:57,028 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:17:57,028 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a133461b-0b1a-4ecf-bf2c-eff6cac19740', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a133461b-0b1a-4ecf-bf2c-eff6cac19740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:58,071 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:17:58,072 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3828cefc-1f20-4eed-8d9b-d68b71746c8f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3828cefc-1f20-4eed-8d9b-d68b71746c8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:17:59,114 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:17:59,114 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d923e18a-3165-41ad-86ef-e8821feaadba', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d923e18a-3165-41ad-86ef-e8821feaadba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:00,158 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:00,158 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d4c27a1-c432-439e-a095-a38e976dd7a4', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d4c27a1-c432-439e-a095-a38e976dd7a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:01,201 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:01,201 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4807368-fa42-44c6-aa45-9f7a1783db1f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4807368-fa42-44c6-aa45-9f7a1783db1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:02,243 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:18:02,244 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7275d636-db31-414c-a6b0-eeec346c7367', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7275d636-db31-414c-a6b0-eeec346c7367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:03,293 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.042s 2022-01-11 15:18:03,293 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35c26bf1-2e32-4b15-a9f0-b6ba7f999369', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35c26bf1-2e32-4b15-a9f0-b6ba7f999369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:04,340 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.039s 2022-01-11 15:18:04,340 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abff6c0a-7c74-4eed-9eb1-a94e811a83dd', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abff6c0a-7c74-4eed-9eb1-a94e811a83dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:05,382 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:05,382 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-731d2fde-8604-4213-ae93-71ee8d8079f4', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-731d2fde-8604-4213-ae93-71ee8d8079f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:06,425 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:06,426 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-214dd64f-4272-49d1-9db2-5f6f8663a21f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-214dd64f-4272-49d1-9db2-5f6f8663a21f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:07,471 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:18:07,472 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e39591e6-a526-450c-8809-d515a6801e2f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e39591e6-a526-450c-8809-d515a6801e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:08,515 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:08,520 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e0fe00-2bed-4799-890d-2b8d4def3798', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e0fe00-2bed-4799-890d-2b8d4def3798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:09,564 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:18:09,564 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2075a72-deda-403e-b142-c8a988a5183f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2075a72-deda-403e-b142-c8a988a5183f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:10,609 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:18:10,609 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07f8a551-0b94-4deb-8829-c541b8bc905a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07f8a551-0b94-4deb-8829-c541b8bc905a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:11,653 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:11,653 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-903ca92b-2b9a-4232-b498-f881b3bd7934', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-903ca92b-2b9a-4232-b498-f881b3bd7934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:12,696 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:12,697 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07156d92-9994-47dc-84c4-d4f3bcfc4c76', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07156d92-9994-47dc-84c4-d4f3bcfc4c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:13,740 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:13,741 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc94a3ac-b496-4fb2-85be-7d7bef44960e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc94a3ac-b496-4fb2-85be-7d7bef44960e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:14,785 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:14,785 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a97021a-0608-45b4-9e29-b1a2870e2315', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a97021a-0608-45b4-9e29-b1a2870e2315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:15,828 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:18:15,828 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-023102c6-c404-4400-bc46-3a1795c9be52', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-023102c6-c404-4400-bc46-3a1795c9be52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:16,870 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:16,870 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0aa7f22-754f-4198-af66-8549fcf42cab', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0aa7f22-754f-4198-af66-8549fcf42cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:17,912 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:18:17,913 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62d2ef98-e825-4b89-8994-b9b171766258', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62d2ef98-e825-4b89-8994-b9b171766258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:18,967 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.046s 2022-01-11 15:18:18,968 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-715299ca-7005-4152-8c87-58b140e55392', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-715299ca-7005-4152-8c87-58b140e55392', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:20,011 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:20,011 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad420234-0637-4a5e-ba46-27a57e242585', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad420234-0637-4a5e-ba46-27a57e242585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:21,054 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:21,054 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e038382-d871-47bd-8da8-35fee48dd300', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e038382-d871-47bd-8da8-35fee48dd300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:22,097 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:18:22,097 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22f03122-a015-4251-86f3-12cebef77112', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22f03122-a015-4251-86f3-12cebef77112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:23,140 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:23,141 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf39fdc0-69a6-4928-b1e7-86fa14e976f2', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf39fdc0-69a6-4928-b1e7-86fa14e976f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:24,184 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:24,184 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9faaa95f-bfe9-47cd-b636-8813af1898fc', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9faaa95f-bfe9-47cd-b636-8813af1898fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:25,227 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:25,227 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38eb1c1c-bc82-4e95-9ea2-992901d38b76', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38eb1c1c-bc82-4e95-9ea2-992901d38b76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:26,271 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:18:26,272 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8832a3fe-f638-4b70-bd78-55ed97353be3', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8832a3fe-f638-4b70-bd78-55ed97353be3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:27,314 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:27,315 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7c5677c-a768-4d14-8291-7f584624fef8', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7c5677c-a768-4d14-8291-7f584624fef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:28,366 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:18:28,366 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d29557ec-1ea9-4f86-883f-3bb95bd15871', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d29557ec-1ea9-4f86-883f-3bb95bd15871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:29,408 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:18:29,409 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e28beb7-5bf3-4ed5-a518-50a0ebb93aef', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e28beb7-5bf3-4ed5-a518-50a0ebb93aef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:30,450 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:18:30,451 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-682063ea-1f7f-4ccb-b392-e7d534b12227', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-682063ea-1f7f-4ccb-b392-e7d534b12227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:31,494 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:31,494 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbfe12d2-8da1-4d5d-a4aa-84ddac9aed5f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbfe12d2-8da1-4d5d-a4aa-84ddac9aed5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:32,536 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.033s 2022-01-11 15:18:32,536 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29c64493-8395-4bbb-bb7d-0303b281fe53', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29c64493-8395-4bbb-bb7d-0303b281fe53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:33,578 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:18:33,578 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c9e3e6d-8b39-4b7f-bf25-c3c9941331f3', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c9e3e6d-8b39-4b7f-bf25-c3c9941331f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:34,621 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:18:34,621 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-185e71ee-bafe-4c45-8711-037cc0ff992f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-185e71ee-bafe-4c45-8711-037cc0ff992f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:35,666 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:18:35,667 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0310a5d-cf4a-4111-b965-b3233f458c9a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0310a5d-cf4a-4111-b965-b3233f458c9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:36,711 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:36,711 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c314c47b-96e9-4483-9220-6ed7b06f83f0', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c314c47b-96e9-4483-9220-6ed7b06f83f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:37,754 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:37,754 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b23b1ed-f95c-4add-8aee-9870eb493d75', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b23b1ed-f95c-4add-8aee-9870eb493d75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:38,797 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.035s 2022-01-11 15:18:38,798 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-494a6ea3-97a0-48b4-b702-461998163444', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-494a6ea3-97a0-48b4-b702-461998163444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:39,845 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.039s 2022-01-11 15:18:39,846 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbe9506a-4c5c-4de1-8634-65558c20c98a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbe9506a-4c5c-4de1-8634-65558c20c98a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:40,890 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:18:40,891 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4bcca49-1291-4da1-a730-9efbb3f26882', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4bcca49-1291-4da1-a730-9efbb3f26882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:41,934 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.036s 2022-01-11 15:18:41,935 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac7eefa-4b70-468c-a0d3-1ad6b2280da3', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac7eefa-4b70-468c-a0d3-1ad6b2280da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:42,977 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.034s 2022-01-11 15:18:42,978 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce058871-4c38-4943-8311-669aaed73478', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce058871-4c38-4943-8311-669aaed73478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:44,023 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.037s 2022-01-11 15:18:44,023 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-253da6a4-9e87-441f-8b7e-f6f7cbd7b398', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-253da6a4-9e87-441f-8b7e-f6f7cbd7b398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:18:45,072 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 0.040s 2022-01-11 15:18:45,072 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d322be49-3242-4cff-bc78-0f3ef4740f7e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d322be49-3242-4cff-bc78-0f3ef4740f7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:19:39,803 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 53.722s 2022-01-11 15:19:39,803 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c2f80c1-28a7-4b60-a51f-68d56eccf387', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c2f80c1-28a7-4b60-a51f-68d56eccf387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:20:40,871 117589 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 2022-01-11 15:20:46,530 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 65.719s 2022-01-11 15:20:46,530 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb6d0a7a-a3db-482e-a1f2-e272dd49cbb5', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb6d0a7a-a3db-482e-a1f2-e272dd49cbb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:21:40,013 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd 52.475s 2022-01-11 15:21:40,014 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07eb8a56-fb38-42dc-81ac-550c60378ec8', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07eb8a56-fb38-42dc-81ac-550c60378ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd'} Body: b'{"volume": {"id": "44348967-6ec4-4822-91f8-bcdd5ae259cd", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:14:50.000000", "updated_at": "2022-01-11T15:14:53.000000", "name": "tempest-VolumesGetTest-Volume-441274291", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/44348967-6ec4-4822-91f8-bcdd5ae259cd"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:22:40,080 117589 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c 2022-01-11 15:22:47,183 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 400 DELETE http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c 67.161s 2022-01-11 15:22:47,184 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '285', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d9a403f-a8d8-4174-b791-4e1767d76366', 'x-openstack-request-id': 'req-7d9a403f-a8d8-4174-b791-4e1767d76366', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/58907b83-b9e1-45b9-8b10-42d1fe4d9b9c'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer."}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/base.py", line 174, in delete_volume client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 128, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/base.py", line 175, in delete_volume client.wait_for_resource_deletion(volume_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 920, in wait_for_resource_deletion raise exceptions.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (VolumesGetTest:_run_cleanups) Failed to delete volume 44348967-6ec4-4822-91f8-bcdd5ae259cd within the required time (360 s). Timer started at 1641914093. Timer ended at 1641914500waited for 407 |
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
fail
ft19.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:23:41,367 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 202 POST http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes 54.142s 2022-01-11 15:23:41,368 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-1915971998"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70e6c6df-a336-4d98-bedb-10dea94a1df5', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70e6c6df-a336-4d98-bedb-10dea94a1df5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes'} Body: b'{"volume": {"id": "1ee3c4cc-19bd-400a-9c9c-e5dcbea91201", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:23:41.111331", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1915971998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:24:41,435 117589 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201 2022-01-11 15:24:48,053 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201 66.679s 2022-01-11 15:24:48,053 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c60a2f26-5c39-4e98-8a89-c154775e9f76', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c60a2f26-5c39-4e98-8a89-c154775e9f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201'} Body: b'{"volume": {"id": "1ee3c4cc-19bd-400a-9c9c-e5dcbea91201", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:23:41.000000", "updated_at": "2022-01-11T15:23:42.000000", "name": "tempest-VolumesGetTest-Volume-1915971998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:25:41,854 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201 52.791s 2022-01-11 15:25:41,854 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb8e8ae-b8ba-44ea-8bf1-ef53c72d256a', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb8e8ae-b8ba-44ea-8bf1-ef53c72d256a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201'} Body: b'{"volume": {"id": "1ee3c4cc-19bd-400a-9c9c-e5dcbea91201", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:23:41.000000", "updated_at": "2022-01-11T15:23:42.000000", "name": "tempest-VolumesGetTest-Volume-1915971998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:26:42,921 117589 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201 2022-01-11 15:26:49,136 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201 66.273s 2022-01-11 15:26:49,136 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49e5e58e-aacd-44fb-a439-548f9770a059', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49e5e58e-aacd-44fb-a439-548f9770a059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201'} Body: b'{"volume": {"id": "1ee3c4cc-19bd-400a-9c9c-e5dcbea91201", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:23:41.000000", "updated_at": "2022-01-11T15:23:42.000000", "name": "tempest-VolumesGetTest-Volume-1915971998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:27:42,595 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201 52.450s 2022-01-11 15:27:42,595 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-893cac42-e4b2-4b50-8b14-76978497bc52', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-893cac42-e4b2-4b50-8b14-76978497bc52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201'} Body: b'{"volume": {"id": "1ee3c4cc-19bd-400a-9c9c-e5dcbea91201", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:23:41.000000", "updated_at": "2022-01-11T15:23:42.000000", "name": "tempest-VolumesGetTest-Volume-1915971998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:28:43,662 117589 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201 2022-01-11 15:28:49,882 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201 66.279s 2022-01-11 15:28:49,882 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-258e45a0-2f2e-4308-acbc-4aeae9ddde78', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-258e45a0-2f2e-4308-acbc-4aeae9ddde78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201'} Body: b'{"volume": {"id": "1ee3c4cc-19bd-400a-9c9c-e5dcbea91201", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:23:41.000000", "updated_at": "2022-01-11T15:23:42.000000", "name": "tempest-VolumesGetTest-Volume-1915971998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:29:42,926 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201 52.037s 2022-01-11 15:29:42,926 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-036e3c49-6013-4fae-a452-973e3f6d6132', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-036e3c49-6013-4fae-a452-973e3f6d6132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201'} Body: b'{"volume": {"id": "1ee3c4cc-19bd-400a-9c9c-e5dcbea91201", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:23:41.000000", "updated_at": "2022-01-11T15:23:42.000000", "name": "tempest-VolumesGetTest-Volume-1915971998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:30:43,995 117589 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201 2022-01-11 15:30:50,632 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201 66.697s 2022-01-11 15:30:50,632 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3dc7ea5-0418-4046-b87f-f93f75511e55', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3dc7ea5-0418-4046-b87f-f93f75511e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201'} Body: b'{"volume": {"id": "1ee3c4cc-19bd-400a-9c9c-e5dcbea91201", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:23:41.000000", "updated_at": "2022-01-11T15:23:42.000000", "name": "tempest-VolumesGetTest-Volume-1915971998", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/1ee3c4cc-19bd-400a-9c9c-e5dcbea91201"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 138, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 130, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 1ee3c4cc-19bd-400a-9c9c-e5dcbea91201 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
fail
ft19.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:30:50,687 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/image/v2/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9 0.045s 2022-01-11 15:30:50,687 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9c3fe13f-8e26-4d61-85b4-cb3c4d15c03a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/image/v2/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "197efe17c5b34c5bb0eb19c5b2333c44", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "created_at": "2022-01-11T15:04:23Z", "updated_at": "2022-01-11T15:04:41Z", "tags": [], "self": "/v2/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9", "file": "/v2/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9/file", "schema": "/v2/schemas/image"}' 2022-01-11 15:31:43,682 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 202 POST http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes 52.994s 2022-01-11 15:31:43,682 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "size": 1, "name": "tempest-VolumesGetTest-Volume-614740417", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb58fe04-0d85-4495-ae78-01cb90270377', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb58fe04-0d85-4495-ae78-01cb90270377', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.389274", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:32:43,750 117589 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 2022-01-11 15:32:51,421 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 67.732s 2022-01-11 15:32:51,421 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6807a962-8ebd-4da1-bf49-361901a77bfd', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6807a962-8ebd-4da1-bf49-361901a77bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:33:44,888 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 52.457s 2022-01-11 15:33:44,888 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbd5c0ca-6142-47a3-a902-abe35c2e27c2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbd5c0ca-6142-47a3-a902-abe35c2e27c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:34:45,958 117589 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 2022-01-11 15:34:52,287 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 66.384s 2022-01-11 15:34:52,287 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9db1c004-4c1d-4fd7-8d32-e1bf7e7854f5', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9db1c004-4c1d-4fd7-8d32-e1bf7e7854f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:34:53,337 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.041s 2022-01-11 15:34:53,337 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a426aecf-a9e7-478b-9f0f-d5a1b8c490e9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a426aecf-a9e7-478b-9f0f-d5a1b8c490e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:34:55,007 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.661s 2022-01-11 15:34:55,008 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09275400-1a28-4c32-80e0-0bba64a95950', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09275400-1a28-4c32-80e0-0bba64a95950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:34:56,053 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:34:56,053 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d87b7c4-6de1-45da-95c8-aaaec510de1f', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d87b7c4-6de1-45da-95c8-aaaec510de1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:34:57,131 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.069s 2022-01-11 15:34:57,131 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-148bf4a4-8180-461b-9462-277c42fafa71', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-148bf4a4-8180-461b-9462-277c42fafa71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:34:58,329 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.189s 2022-01-11 15:34:58,330 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da8af843-4b66-4e9f-9b52-cb488b0b7894', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da8af843-4b66-4e9f-9b52-cb488b0b7894', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:34:59,377 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.038s 2022-01-11 15:34:59,377 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a503b01e-5f21-4b4e-be10-72e0818f336c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a503b01e-5f21-4b4e-be10-72e0818f336c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:00,429 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.044s 2022-01-11 15:35:00,430 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ed0d288-47d1-4b8a-9919-a0477641387d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ed0d288-47d1-4b8a-9919-a0477641387d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:01,785 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.347s 2022-01-11 15:35:01,786 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49caa537-9d80-4409-9fbd-c2cce504f17c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49caa537-9d80-4409-9fbd-c2cce504f17c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:02,831 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:35:02,832 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-840a97a0-c503-4b58-a021-a73580a420e1', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-840a97a0-c503-4b58-a021-a73580a420e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:03,878 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.038s 2022-01-11 15:35:03,879 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68cac6b-e1fb-4f8b-b0a5-f80dc2057238', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68cac6b-e1fb-4f8b-b0a5-f80dc2057238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:04,925 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:35:04,925 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6735089b-0439-41cf-9fe3-2fd40f627c56', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6735089b-0439-41cf-9fe3-2fd40f627c56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:05,970 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:05,970 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e79fdeb7-df23-48f3-8d72-982121514de7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e79fdeb7-df23-48f3-8d72-982121514de7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:07,015 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:07,015 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc02197e-8a41-4b41-b086-3b84d10bd09a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc02197e-8a41-4b41-b086-3b84d10bd09a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:08,059 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:08,060 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f745e94-27d3-4131-82d5-f9bc3628336c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f745e94-27d3-4131-82d5-f9bc3628336c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:09,106 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.039s 2022-01-11 15:35:09,107 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c912aecd-6788-44f0-af75-e9a45804e3d2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c912aecd-6788-44f0-af75-e9a45804e3d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:10,158 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:10,158 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80e34dfb-ceb9-42bd-9ea4-3d38c5677612', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80e34dfb-ceb9-42bd-9ea4-3d38c5677612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:11,202 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:11,202 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d04e6284-d9e0-43c6-af9f-8f398d1517f6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d04e6284-d9e0-43c6-af9f-8f398d1517f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:12,249 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.038s 2022-01-11 15:35:12,249 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2df7fdc-1be2-477f-bb08-301378e77013', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2df7fdc-1be2-477f-bb08-301378e77013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:13,295 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.038s 2022-01-11 15:35:13,296 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28f1883a-237c-4abf-8442-a37b9c829b16', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28f1883a-237c-4abf-8442-a37b9c829b16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:14,340 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:35:14,341 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-929978ea-4110-4fed-a351-102ed0cf8944', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-929978ea-4110-4fed-a351-102ed0cf8944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:15,385 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:15,385 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12ee9479-32b7-4739-bf50-2a1eec85d4eb', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12ee9479-32b7-4739-bf50-2a1eec85d4eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:16,431 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:35:16,431 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dd94992-16f6-4d31-9908-0914e7af0d47', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dd94992-16f6-4d31-9908-0914e7af0d47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:17,474 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.035s 2022-01-11 15:35:17,474 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa1ab9d4-322e-45a2-bc69-17383dfad48f', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa1ab9d4-322e-45a2-bc69-17383dfad48f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:18,518 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.035s 2022-01-11 15:35:18,519 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb3a6322-abc0-43ae-b820-9f9e8f5cee97', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb3a6322-abc0-43ae-b820-9f9e8f5cee97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:19,564 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:35:19,565 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be990245-e956-4bb4-9fe6-629ce05b25c6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be990245-e956-4bb4-9fe6-629ce05b25c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:20,608 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:20,609 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b22e62b-9cdc-4059-b22c-e1c8e62b64f9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b22e62b-9cdc-4059-b22c-e1c8e62b64f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:21,652 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.035s 2022-01-11 15:35:21,652 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a6857d7-40c0-43bc-8abd-cf64ceec2669', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a6857d7-40c0-43bc-8abd-cf64ceec2669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:22,697 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:35:22,697 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80b3111d-2b4b-4e9f-95b5-aad1e6e249ba', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80b3111d-2b4b-4e9f-95b5-aad1e6e249ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:23,740 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:23,741 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e865e3ab-a75a-4995-ab26-036f9054ff48', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e865e3ab-a75a-4995-ab26-036f9054ff48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:24,789 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.039s 2022-01-11 15:35:24,789 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b720b05-a951-4d73-837f-77cf70decbb0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b720b05-a951-4d73-837f-77cf70decbb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:25,833 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:25,833 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa27dbc9-bea0-428e-a1ce-ad974ec01bc2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa27dbc9-bea0-428e-a1ce-ad974ec01bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:26,880 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.038s 2022-01-11 15:35:26,880 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-395cb385-7b2b-411e-9453-b73f3b0f8852', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-395cb385-7b2b-411e-9453-b73f3b0f8852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:27,926 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:27,926 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-395d2ab2-142d-4811-afaf-c1c9678f2ac7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-395d2ab2-142d-4811-afaf-c1c9678f2ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:28,971 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:35:28,971 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7671e7c-ad52-496d-b8ee-3baa52ac255c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7671e7c-ad52-496d-b8ee-3baa52ac255c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:30,016 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:30,017 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69daea48-6b55-4e3e-b571-e8d5752c7a2a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69daea48-6b55-4e3e-b571-e8d5752c7a2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:31,062 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:35:31,062 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a0879e2-26bc-463c-b997-af35fd0e30a9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a0879e2-26bc-463c-b997-af35fd0e30a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:32,107 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:32,107 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bace524e-f1ef-478f-80a3-93c907ba65dd', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bace524e-f1ef-478f-80a3-93c907ba65dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:33,154 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.039s 2022-01-11 15:35:33,154 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbe4609f-78a4-4a64-b4cb-c69f38f5c707', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbe4609f-78a4-4a64-b4cb-c69f38f5c707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:34,200 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.038s 2022-01-11 15:35:34,201 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-613822fa-6071-43f5-ae89-60658158727b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-613822fa-6071-43f5-ae89-60658158727b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:35,246 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:35:35,246 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb761f3f-63ac-47de-bdb8-71c0d110efb2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb761f3f-63ac-47de-bdb8-71c0d110efb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:36,291 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:35:36,291 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0199662-e559-4a05-97a3-78b7225bb440', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0199662-e559-4a05-97a3-78b7225bb440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:37,336 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:35:37,336 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cd73b1e-89a7-4548-8bbc-9f38be46afb2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cd73b1e-89a7-4548-8bbc-9f38be46afb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:38,380 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:38,381 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec10ac3-a901-4eb3-99b8-c6b22f93192f', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec10ac3-a901-4eb3-99b8-c6b22f93192f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:39,426 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:35:39,426 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f44f96f-4fb6-4e8f-a0fa-33765ae67160', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f44f96f-4fb6-4e8f-a0fa-33765ae67160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:40,473 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.039s 2022-01-11 15:35:40,474 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2178ed23-c700-4096-ba5c-79f36df00889', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2178ed23-c700-4096-ba5c-79f36df00889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:41,518 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.035s 2022-01-11 15:35:41,518 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a805f90-54a2-4e06-b51a-3316ab3b9f51', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a805f90-54a2-4e06-b51a-3316ab3b9f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:42,563 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:42,564 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e437fae-9799-4eee-ab31-2da33d3d1a52', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e437fae-9799-4eee-ab31-2da33d3d1a52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:43,611 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.040s 2022-01-11 15:35:43,611 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dfce189-d1f1-477a-9ea9-68a46b9bfb44', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dfce189-d1f1-477a-9ea9-68a46b9bfb44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:44,655 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:44,656 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72db87c5-ab90-4de4-ac01-f035590612f2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72db87c5-ab90-4de4-ac01-f035590612f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:45,700 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:35:45,701 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c553c46-1032-4e07-971a-97e4e1c0c08e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c553c46-1032-4e07-971a-97e4e1c0c08e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:46,749 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.040s 2022-01-11 15:35:46,749 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6404bfb2-927f-4248-b16d-1e24f2379fd3', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6404bfb2-927f-4248-b16d-1e24f2379fd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:47,793 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:47,793 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-978a8211-18be-4612-ab3d-be8b1a8e2dde', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-978a8211-18be-4612-ab3d-be8b1a8e2dde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:48,838 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:48,838 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6faf8686-e68d-44ff-868e-a98dcc35da75', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6faf8686-e68d-44ff-868e-a98dcc35da75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:49,882 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:49,882 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5b5db85-4285-4fcb-9483-e3be4bb74405', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5b5db85-4285-4fcb-9483-e3be4bb74405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:50,929 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.038s 2022-01-11 15:35:50,929 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-206f06d1-b5ca-4478-aca4-506c410d5c84', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-206f06d1-b5ca-4478-aca4-506c410d5c84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:51,971 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.034s 2022-01-11 15:35:51,971 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf0f0ee4-5d9e-4971-ba15-f33dc0de9e57', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf0f0ee4-5d9e-4971-ba15-f33dc0de9e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:53,015 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:35:53,015 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c7f9c91-c3ac-43b7-8405-5d58191843e5', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c7f9c91-c3ac-43b7-8405-5d58191843e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:54,058 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.035s 2022-01-11 15:35:54,059 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cc5fd38-7ccb-4342-9d33-8a21ba1e4f44', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cc5fd38-7ccb-4342-9d33-8a21ba1e4f44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:55,122 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:35:55,123 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f5f5e2-e52a-49f8-9feb-e3ed1518bd25', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f5f5e2-e52a-49f8-9feb-e3ed1518bd25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:56,186 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:35:56,187 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da59d1bb-54d0-4529-b02c-d09766187911', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da59d1bb-54d0-4529-b02c-d09766187911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:57,250 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:35:57,250 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f42b5763-5724-4f25-a73d-d8a4f6c67316', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f42b5763-5724-4f25-a73d-d8a4f6c67316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:58,313 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:35:58,313 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a821e03e-a0b6-4125-bcee-2acd605da9f7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a821e03e-a0b6-4125-bcee-2acd605da9f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:35:59,385 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.064s 2022-01-11 15:35:59,386 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe18ed4c-8ef0-4b10-b0fc-4ef470f70da8', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe18ed4c-8ef0-4b10-b0fc-4ef470f70da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:00,444 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.051s 2022-01-11 15:36:00,445 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0010e7c6-0677-4645-a9c6-3584b89e2df6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0010e7c6-0677-4645-a9c6-3584b89e2df6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:01,508 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:36:01,508 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-539baf15-3e56-427c-8932-7f94dbf2448c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-539baf15-3e56-427c-8932-7f94dbf2448c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:02,572 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:36:02,573 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83ad976c-7e26-454c-bf50-39653467abfa', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83ad976c-7e26-454c-bf50-39653467abfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:03,632 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:36:03,633 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a892a33-8604-47a6-a9be-0b193dba3c7d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a892a33-8604-47a6-a9be-0b193dba3c7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:04,698 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.057s 2022-01-11 15:36:04,699 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12e83546-cd91-4571-9531-74cc61f025df', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12e83546-cd91-4571-9531-74cc61f025df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:05,756 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.049s 2022-01-11 15:36:05,757 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b83281d-ddd5-4b23-9c1c-1550602d9df9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b83281d-ddd5-4b23-9c1c-1550602d9df9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:06,821 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:36:06,821 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff6938d1-1175-4606-b710-5ba192c1c170', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff6938d1-1175-4606-b710-5ba192c1c170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:07,882 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:36:07,883 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10a1f7a2-f621-4bc9-8187-e298b7031ff1', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10a1f7a2-f621-4bc9-8187-e298b7031ff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:08,950 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.059s 2022-01-11 15:36:08,950 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e4884ca-b5a9-4808-aeed-783ef9fba06f', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e4884ca-b5a9-4808-aeed-783ef9fba06f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:10,011 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.052s 2022-01-11 15:36:10,011 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fab67404-03ab-4043-87c3-32cc6506fcf1', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fab67404-03ab-4043-87c3-32cc6506fcf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:11,079 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.060s 2022-01-11 15:36:11,080 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6f4e04b-7b26-48ec-86f9-e85f55a4a37c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6f4e04b-7b26-48ec-86f9-e85f55a4a37c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:12,144 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:36:12,145 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2712674-709a-495c-9541-2f44c8c31635', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2712674-709a-495c-9541-2f44c8c31635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:13,209 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:36:13,215 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-516bb145-f2b5-46e1-b6c7-2001d7bd653e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-516bb145-f2b5-46e1-b6c7-2001d7bd653e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:14,270 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.047s 2022-01-11 15:36:14,270 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f3c20c-d39a-4a12-98cc-79a4d2625b35', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f3c20c-d39a-4a12-98cc-79a4d2625b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:15,332 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:36:15,333 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d075319f-87d1-4671-b3c0-310643ed64cb', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d075319f-87d1-4671-b3c0-310643ed64cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:16,392 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.050s 2022-01-11 15:36:16,392 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28df38b8-ea3d-4983-a4c7-4fe40368b77d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28df38b8-ea3d-4983-a4c7-4fe40368b77d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:17,453 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:36:17,453 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d91ff07b-78df-44c8-b4c5-2fcb75f54883', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d91ff07b-78df-44c8-b4c5-2fcb75f54883', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:18,516 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:36:18,517 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee73772d-9f9a-43ca-a855-011113a4a2de', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee73772d-9f9a-43ca-a855-011113a4a2de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:19,740 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.215s 2022-01-11 15:36:19,740 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d86a1fb5-b488-4270-b3d7-a1ed82f7874f', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d86a1fb5-b488-4270-b3d7-a1ed82f7874f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:20,786 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:36:20,786 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47b267b3-988a-4fd4-bd4e-d0894cb76d1d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47b267b3-988a-4fd4-bd4e-d0894cb76d1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:21,832 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:36:21,832 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3309afdd-4ab8-4556-9eab-f87e394aa8c3', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3309afdd-4ab8-4556-9eab-f87e394aa8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:22,877 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.035s 2022-01-11 15:36:22,877 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-417e1056-d21f-4a98-9afa-fa1ebc23da73', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-417e1056-d21f-4a98-9afa-fa1ebc23da73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:23,921 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:36:23,921 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d10e8f99-af08-42eb-a669-bf27bbe1cf80', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d10e8f99-af08-42eb-a669-bf27bbe1cf80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:24,968 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.038s 2022-01-11 15:36:24,968 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-061b3ca9-34be-439c-a95c-3412ed121a52', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-061b3ca9-34be-439c-a95c-3412ed121a52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:26,013 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.038s 2022-01-11 15:36:26,013 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b669ff0-9ed6-4d01-ade0-d5cb1c11fb58', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b669ff0-9ed6-4d01-ade0-d5cb1c11fb58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:27,064 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.039s 2022-01-11 15:36:27,064 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-989cf4a4-0967-4a30-9d0a-0eb92e0f443d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-989cf4a4-0967-4a30-9d0a-0eb92e0f443d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:28,106 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.034s 2022-01-11 15:36:28,107 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db8b40b3-b655-40bb-8b3e-a7574b9b56a4', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db8b40b3-b655-40bb-8b3e-a7574b9b56a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:29,154 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.040s 2022-01-11 15:36:29,155 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1abd9fdc-3cc3-45b8-8668-9b695cf6b9cf', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1abd9fdc-3cc3-45b8-8668-9b695cf6b9cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:30,217 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:36:30,219 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd1a51b0-9f95-4788-b5eb-03e731101d65', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd1a51b0-9f95-4788-b5eb-03e731101d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:31,286 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.058s 2022-01-11 15:36:31,286 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a6e50c2-0332-443d-a710-23d1b5916541', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a6e50c2-0332-443d-a710-23d1b5916541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:32,351 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.057s 2022-01-11 15:36:32,352 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be141469-fd76-47b3-a3e3-c16ca57f7182', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be141469-fd76-47b3-a3e3-c16ca57f7182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:33,410 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.050s 2022-01-11 15:36:33,411 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25fa8cef-15c5-43c5-8507-f0e0a2e8c2bd', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25fa8cef-15c5-43c5-8507-f0e0a2e8c2bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:34,471 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.052s 2022-01-11 15:36:34,472 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88657a15-6967-431b-bb37-6c905aba1e1d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88657a15-6967-431b-bb37-6c905aba1e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:35,547 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.067s 2022-01-11 15:36:35,547 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a774f97-2b8b-4841-be95-a2489663cdfe', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a774f97-2b8b-4841-be95-a2489663cdfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:36,608 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.052s 2022-01-11 15:36:36,608 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd5ec3d9-bf05-4db4-a088-1c3fb327d685', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd5ec3d9-bf05-4db4-a088-1c3fb327d685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:37,672 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:36:37,672 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e8cea13-73a7-49d9-afe8-6e62dced7e05', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e8cea13-73a7-49d9-afe8-6e62dced7e05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:38,732 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.052s 2022-01-11 15:36:38,733 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45693da9-6bbb-445b-b35d-e66dceb03059', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45693da9-6bbb-445b-b35d-e66dceb03059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:39,797 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:36:39,798 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a084fffe-3b40-4410-8a11-5f7ea0537c36', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a084fffe-3b40-4410-8a11-5f7ea0537c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:40,862 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:36:40,862 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b59eeb36-1618-4e8c-ba51-b31fb03c1179', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b59eeb36-1618-4e8c-ba51-b31fb03c1179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:41,924 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:36:41,924 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6cc7377-b3ae-45f6-b902-670e41397cf3', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6cc7377-b3ae-45f6-b902-670e41397cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:42,986 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:36:42,986 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eadcf9a8-d528-4892-b279-aef9039db9ef', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eadcf9a8-d528-4892-b279-aef9039db9ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:44,049 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:36:44,050 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d2160b6-023e-44f8-897a-d6e4081c11b0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2160b6-023e-44f8-897a-d6e4081c11b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:45,113 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:36:45,114 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-905da690-5c10-4b2f-b9ae-dce2a1a45f2f', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-905da690-5c10-4b2f-b9ae-dce2a1a45f2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:46,184 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.062s 2022-01-11 15:36:46,184 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc91cf45-87d0-470b-bc40-8b6a8b52a593', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc91cf45-87d0-470b-bc40-8b6a8b52a593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:47,249 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:36:47,249 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83fe0f3f-9abc-4069-a852-36f9d3ef85e4', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83fe0f3f-9abc-4069-a852-36f9d3ef85e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:48,315 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.057s 2022-01-11 15:36:48,315 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70ad7d64-8f42-420b-b3c1-2ada6769b30f', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70ad7d64-8f42-420b-b3c1-2ada6769b30f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:49,374 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.051s 2022-01-11 15:36:49,375 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-617b574b-17d9-4f55-810f-6894557249b5', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-617b574b-17d9-4f55-810f-6894557249b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:50,434 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.051s 2022-01-11 15:36:50,434 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8bf2ddb-3ca6-444e-9cfd-ffd2fbece8e9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8bf2ddb-3ca6-444e-9cfd-ffd2fbece8e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:51,494 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.051s 2022-01-11 15:36:51,494 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84e26e8f-4e1f-41e4-a45a-5299b0f8d03e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84e26e8f-4e1f-41e4-a45a-5299b0f8d03e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:52,678 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.175s 2022-01-11 15:36:52,678 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a99194e-d135-4902-864e-1bf37e2e439c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a99194e-d135-4902-864e-1bf37e2e439c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:53,723 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.037s 2022-01-11 15:36:53,724 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb50b693-0f04-4bd5-b875-cde6729b57bd', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb50b693-0f04-4bd5-b875-cde6729b57bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:54,767 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:36:54,768 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49031adb-607b-4586-b1a3-44177a7ed45d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49031adb-607b-4586-b1a3-44177a7ed45d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:55,811 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.035s 2022-01-11 15:36:55,811 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa3dd4d-9b25-4efb-8391-2a127fa9fdad', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa3dd4d-9b25-4efb-8391-2a127fa9fdad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:56,855 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.036s 2022-01-11 15:36:56,855 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc62469-8f81-47c7-aaab-b6cad0e55760', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc62469-8f81-47c7-aaab-b6cad0e55760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:57,897 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.035s 2022-01-11 15:36:57,898 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bdbd6e2-d04c-4779-bafb-bf979d4b3047', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bdbd6e2-d04c-4779-bafb-bf979d4b3047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:58,942 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.035s 2022-01-11 15:36:58,942 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c91e3fa0-db5e-4dc0-9a82-6ca2630c8b97', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c91e3fa0-db5e-4dc0-9a82-6ca2630c8b97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:36:59,999 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.049s 2022-01-11 15:36:59,999 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05e4bbc3-a6ef-4660-87ac-51d7810f33f3', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05e4bbc3-a6ef-4660-87ac-51d7810f33f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:01,062 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:37:01,063 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f8bc33a-dbdd-4ae7-bf06-08be888a16af', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f8bc33a-dbdd-4ae7-bf06-08be888a16af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:02,125 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:37:02,125 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11ffdfbd-9c6a-42e8-85ac-44979b5ce684', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11ffdfbd-9c6a-42e8-85ac-44979b5ce684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:03,192 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.060s 2022-01-11 15:37:03,193 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06ff4acc-7056-4a0f-9c1d-0105c9e6acde', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06ff4acc-7056-4a0f-9c1d-0105c9e6acde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:04,253 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.052s 2022-01-11 15:37:04,253 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02b1d62b-f57c-4eda-a212-29cd4bbdc650', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02b1d62b-f57c-4eda-a212-29cd4bbdc650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:05,323 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.061s 2022-01-11 15:37:05,323 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71055eb1-e931-4917-9433-c448a45b42e3', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71055eb1-e931-4917-9433-c448a45b42e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:06,384 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.052s 2022-01-11 15:37:06,384 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90cd5467-f82b-4177-bbda-d579bba18ff2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90cd5467-f82b-4177-bbda-d579bba18ff2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:07,448 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.057s 2022-01-11 15:37:07,448 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-174c65c8-40a9-47e7-ba6d-c7da42d46e75', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-174c65c8-40a9-47e7-ba6d-c7da42d46e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:08,510 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:37:08,511 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fe029f4-55ce-4f42-a1b2-8b5b2cbe92db', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fe029f4-55ce-4f42-a1b2-8b5b2cbe92db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:09,575 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:37:09,575 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c48a02d5-c927-42bc-8001-9b60241e362d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c48a02d5-c927-42bc-8001-9b60241e362d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:10,634 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.051s 2022-01-11 15:37:10,634 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96bff69a-8ac9-4275-ac42-bb81fc1eeca3', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96bff69a-8ac9-4275-ac42-bb81fc1eeca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:11,700 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.058s 2022-01-11 15:37:11,700 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11ca8c13-1378-47d1-9b25-66c742adf5c4', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11ca8c13-1378-47d1-9b25-66c742adf5c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:12,761 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:37:12,761 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30949a6a-fbdc-4d66-8795-db64bdc674a2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30949a6a-fbdc-4d66-8795-db64bdc674a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:13,824 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:37:13,824 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6775031b-6159-4d42-bc12-14cb32ce7e2c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6775031b-6159-4d42-bc12-14cb32ce7e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:14,886 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:37:14,886 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-954775b0-cedd-4af2-b0ad-d6eb53d5f6fa', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-954775b0-cedd-4af2-b0ad-d6eb53d5f6fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:15,948 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:37:15,948 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ed48136-6eb7-4e83-bdd1-5dbb472cbc0d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ed48136-6eb7-4e83-bdd1-5dbb472cbc0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:17,012 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.057s 2022-01-11 15:37:17,013 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a822a73-4136-478b-b67d-fc8cc114cb5c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a822a73-4136-478b-b67d-fc8cc114cb5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:18,078 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.058s 2022-01-11 15:37:18,079 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecd7093f-8668-47da-ab50-37c77f7d9cde', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecd7093f-8668-47da-ab50-37c77f7d9cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:19,141 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:37:19,142 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-889abbe7-8ff2-429d-8f48-6799b994b488', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-889abbe7-8ff2-429d-8f48-6799b994b488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:20,204 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:37:20,205 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c29c836e-0b6a-45d6-b664-8793ddd06f4f', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c29c836e-0b6a-45d6-b664-8793ddd06f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:21,266 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:37:21,267 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25b09af5-2063-4959-953c-d4bb760fb9fc', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25b09af5-2063-4959-953c-d4bb760fb9fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:22,330 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:37:22,331 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0466da0c-7677-4b83-8f26-6b4dc25c4c1a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0466da0c-7677-4b83-8f26-6b4dc25c4c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:23,401 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.062s 2022-01-11 15:37:23,401 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-986bcae3-e4ea-4575-bd35-399c9046aa47', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-986bcae3-e4ea-4575-bd35-399c9046aa47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:24,461 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.051s 2022-01-11 15:37:24,461 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd6d4ba-18ce-4140-944c-bd8ddf4dd2b1', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cd6d4ba-18ce-4140-944c-bd8ddf4dd2b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:25,525 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:37:25,525 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61263b29-a2f3-45c3-bfe5-ed21f3e29755', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61263b29-a2f3-45c3-bfe5-ed21f3e29755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:26,587 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:37:26,587 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e50fc638-eb6f-46c4-b700-8393f90b5e08', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e50fc638-eb6f-46c4-b700-8393f90b5e08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:27,654 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.059s 2022-01-11 15:37:27,655 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cc64374-c523-44a8-ae3d-a24727bf73e9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cc64374-c523-44a8-ae3d-a24727bf73e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:28,718 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:37:28,719 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0caf8d1-f4b6-49b4-a55e-ca49da6e3281', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0caf8d1-f4b6-49b4-a55e-ca49da6e3281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:29,780 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:37:29,780 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f502909-50fb-4bb4-ad6d-b238241debfe', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f502909-50fb-4bb4-ad6d-b238241debfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:30,843 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:37:30,844 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50a50ed5-a1c5-4e6d-8f76-351c95eaa697', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50a50ed5-a1c5-4e6d-8f76-351c95eaa697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:31,908 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:37:31,908 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e54c714-bd64-43df-a185-8763d96e4ad5', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e54c714-bd64-43df-a185-8763d96e4ad5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:32,968 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.051s 2022-01-11 15:37:32,969 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50eeb375-29c0-484a-89f6-4cec99065892', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50eeb375-29c0-484a-89f6-4cec99065892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:34,036 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.060s 2022-01-11 15:37:34,037 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29e1dbe0-210b-45fd-b170-b54273a37382', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29e1dbe0-210b-45fd-b170-b54273a37382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:35,099 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:37:35,099 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-110e3989-5f38-477d-8f32-455188c58c77', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-110e3989-5f38-477d-8f32-455188c58c77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:36,157 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.049s 2022-01-11 15:37:36,157 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54efce52-4618-4d8c-b61a-588df64a2ebc', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54efce52-4618-4d8c-b61a-588df64a2ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:37,221 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:37:37,221 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5df6db47-dda3-405e-a67c-bf5c245579af', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5df6db47-dda3-405e-a67c-bf5c245579af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:38,292 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.063s 2022-01-11 15:37:38,292 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a984315-4718-4486-b029-3f56953bf028', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a984315-4718-4486-b029-3f56953bf028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:39,352 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.052s 2022-01-11 15:37:39,353 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9fdb2f7-458d-4f73-8b0e-b45a5e78ec16', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9fdb2f7-458d-4f73-8b0e-b45a5e78ec16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:40,411 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.050s 2022-01-11 15:37:40,412 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72ae7645-0877-4d71-8146-bd34866c7f51', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72ae7645-0877-4d71-8146-bd34866c7f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:41,477 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.057s 2022-01-11 15:37:41,477 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78ceb188-846c-4121-9e87-174a5c48b1e8', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78ceb188-846c-4121-9e87-174a5c48b1e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:42,539 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:37:42,540 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61e8a821-48f0-4619-9135-21e3183ca5ab', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61e8a821-48f0-4619-9135-21e3183ca5ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:43,602 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:37:43,602 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5663ec60-2b1c-44b1-957b-efab96bc20b1', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5663ec60-2b1c-44b1-957b-efab96bc20b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:44,804 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.194s 2022-01-11 15:37:44,805 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c84a7fd-522f-4b0e-be2d-b5e6be95ed5d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c84a7fd-522f-4b0e-be2d-b5e6be95ed5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:45,865 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:37:45,866 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f56e9ae-d3c5-492d-9c61-75376c53169c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f56e9ae-d3c5-492d-9c61-75376c53169c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:46,932 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.058s 2022-01-11 15:37:46,933 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0a28fb1-edf5-47a7-aeef-f9f5c9d05d78', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0a28fb1-edf5-47a7-aeef-f9f5c9d05d78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:48,000 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.060s 2022-01-11 15:37:48,001 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03ca5578-7c97-491d-9938-655bb68b1640', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03ca5578-7c97-491d-9938-655bb68b1640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:49,054 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.046s 2022-01-11 15:37:49,055 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13883853-889e-4e15-b003-f1651cb21b79', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13883853-889e-4e15-b003-f1651cb21b79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:50,117 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:37:50,118 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6d7fdd9-f86e-43b7-aac1-1073b6ce3fd0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6d7fdd9-f86e-43b7-aac1-1073b6ce3fd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:51,177 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.051s 2022-01-11 15:37:51,178 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f5a5cc7-a7e9-42f3-97db-e4a86543b458', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f5a5cc7-a7e9-42f3-97db-e4a86543b458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:52,241 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:37:52,241 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f6260a-038c-4b48-8bbb-9d892ca5190d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f6260a-038c-4b48-8bbb-9d892ca5190d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:53,308 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.059s 2022-01-11 15:37:53,308 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe9400e8-2797-4429-88f5-4fd77a023e9c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe9400e8-2797-4429-88f5-4fd77a023e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:54,365 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.049s 2022-01-11 15:37:54,365 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2a9be8f-760a-4f2e-91d4-7225f9639852', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2a9be8f-760a-4f2e-91d4-7225f9639852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:55,433 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.059s 2022-01-11 15:37:55,433 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-600acfd0-134e-4ca6-9330-71b0008f4a22', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-600acfd0-134e-4ca6-9330-71b0008f4a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:56,490 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.049s 2022-01-11 15:37:56,490 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89520b19-3cd2-4e47-86c8-3ab605b9c461', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89520b19-3cd2-4e47-86c8-3ab605b9c461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:57,553 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:37:57,553 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95d47157-f710-42de-a724-11e36682d65c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95d47157-f710-42de-a724-11e36682d65c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:58,616 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:37:58,616 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cc53a60-3256-4838-862a-e6ab3d8e4054', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cc53a60-3256-4838-862a-e6ab3d8e4054', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:37:59,676 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:37:59,677 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9d4f6a6-4b2d-4d21-a2cd-caa4d7aab2d9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9d4f6a6-4b2d-4d21-a2cd-caa4d7aab2d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:00,738 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:38:00,739 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a362cc0-9ba6-4238-bfe0-8127edeaabe8', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a362cc0-9ba6-4238-bfe0-8127edeaabe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:01,801 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:38:01,802 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da950164-05c0-4e43-93bd-37dd16b8cc6a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da950164-05c0-4e43-93bd-37dd16b8cc6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:02,866 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:38:02,866 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcd9ef34-124a-441c-82e1-76c768caa24c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcd9ef34-124a-441c-82e1-76c768caa24c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:03,929 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:38:03,930 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-011da0bc-2130-4202-967d-7c41eb674991', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-011da0bc-2130-4202-967d-7c41eb674991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:04,991 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:38:04,991 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5810a49-c452-4d52-a133-9cb17ac8fd1c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5810a49-c452-4d52-a133-9cb17ac8fd1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:06,052 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:38:06,053 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be220e6a-f32d-420e-9065-6451cf501eca', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be220e6a-f32d-420e-9065-6451cf501eca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:07,113 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.052s 2022-01-11 15:38:07,113 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3017e2bd-8dd6-4cff-8561-7387019e55ee', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3017e2bd-8dd6-4cff-8561-7387019e55ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:08,176 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:38:08,177 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-addca3c6-bf5c-45d1-8a9d-05f606633281', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-addca3c6-bf5c-45d1-8a9d-05f606633281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:09,237 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:38:09,238 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19db2804-2aad-45e7-8dd9-ac84fd30e5e9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19db2804-2aad-45e7-8dd9-ac84fd30e5e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:10,303 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.057s 2022-01-11 15:38:10,304 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3055c968-1a02-4544-bfd1-91165879fafa', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3055c968-1a02-4544-bfd1-91165879fafa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:11,364 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:38:11,364 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f027ab6d-9926-43de-b0d0-d6c8e9d49866', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f027ab6d-9926-43de-b0d0-d6c8e9d49866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:12,427 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:38:12,427 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83921786-b8e8-4aec-98d6-43095c5321df', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83921786-b8e8-4aec-98d6-43095c5321df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:13,496 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.060s 2022-01-11 15:38:13,496 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f2f39b0-e21e-4883-bbec-0cfeb1ba7850', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f2f39b0-e21e-4883-bbec-0cfeb1ba7850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:14,551 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.048s 2022-01-11 15:38:14,551 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54d7690b-29f9-4184-b016-ee5ffe47c4c7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54d7690b-29f9-4184-b016-ee5ffe47c4c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:15,613 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:38:15,613 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b05205a-2e6e-4945-9213-f9d920ca2cb6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b05205a-2e6e-4945-9213-f9d920ca2cb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:16,674 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.052s 2022-01-11 15:38:16,674 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5338366-658e-4c2c-b23d-41a48bf3a63e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5338366-658e-4c2c-b23d-41a48bf3a63e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:17,736 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:38:17,736 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f690a6d4-2a30-474d-bb42-ca8b0e867d72', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f690a6d4-2a30-474d-bb42-ca8b0e867d72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:18,801 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.058s 2022-01-11 15:38:18,801 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-739c101f-82fb-4c38-99e6-9ba12bff1ae7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-739c101f-82fb-4c38-99e6-9ba12bff1ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:19,866 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:38:19,867 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfff5ba2-f093-4185-b673-046a0beb13b7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfff5ba2-f093-4185-b673-046a0beb13b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:20,934 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.058s 2022-01-11 15:38:20,934 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50b4c7bf-8d16-45ec-a28a-a1cca40ad7d2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50b4c7bf-8d16-45ec-a28a-a1cca40ad7d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:21,993 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.051s 2022-01-11 15:38:21,993 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8068cdcb-ff03-4dad-aa30-b1a1d9d0d0d0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8068cdcb-ff03-4dad-aa30-b1a1d9d0d0d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:23,063 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.062s 2022-01-11 15:38:23,063 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5bb26ef-f89e-4a9b-b7e6-5ce4889d1e74', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5bb26ef-f89e-4a9b-b7e6-5ce4889d1e74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:24,121 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.049s 2022-01-11 15:38:24,121 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3233238d-002b-4f4f-ba04-9114140d5433', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3233238d-002b-4f4f-ba04-9114140d5433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:25,188 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.059s 2022-01-11 15:38:25,188 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74138bd9-8017-4705-bf3b-1fcbc238504e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74138bd9-8017-4705-bf3b-1fcbc238504e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:26,247 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.051s 2022-01-11 15:38:26,248 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6634c1c6-9804-40c7-8fd3-b6fd9eeb9ab9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6634c1c6-9804-40c7-8fd3-b6fd9eeb9ab9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:27,310 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:38:27,311 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac49d55f-0ce8-430f-a27c-14d2c869ee02', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac49d55f-0ce8-430f-a27c-14d2c869ee02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:28,372 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:38:28,372 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c51c762-0095-473e-85e9-34ead45ad012', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c51c762-0095-473e-85e9-34ead45ad012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:29,444 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.064s 2022-01-11 15:38:29,445 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7305839-ab0c-4b04-b016-9ce5f48bfeac', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7305839-ab0c-4b04-b016-9ce5f48bfeac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:30,503 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.050s 2022-01-11 15:38:30,503 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bb2f0c0-b00f-47a5-98d6-44dc30dd75b2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb2f0c0-b00f-47a5-98d6-44dc30dd75b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:31,574 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.063s 2022-01-11 15:38:31,574 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a94facd2-e0a7-4ae2-8a1b-1795022ae31a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a94facd2-e0a7-4ae2-8a1b-1795022ae31a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:32,628 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.046s 2022-01-11 15:38:32,629 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bf427d8-2ff3-4dc7-8f48-62fc71134479', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bf427d8-2ff3-4dc7-8f48-62fc71134479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:33,693 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.056s 2022-01-11 15:38:33,693 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b011e068-74d6-4afe-96fa-e4ea53b82934', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b011e068-74d6-4afe-96fa-e4ea53b82934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:34,758 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.057s 2022-01-11 15:38:34,758 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f776f6c2-a673-4e6d-89ed-d8ef5965c724', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f776f6c2-a673-4e6d-89ed-d8ef5965c724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:35,824 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.058s 2022-01-11 15:38:35,824 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f051f3e-d251-43c4-8b30-14debb5b0d2d', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f051f3e-d251-43c4-8b30-14debb5b0d2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:36,886 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:38:36,887 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2255ce60-e5e0-4576-b9d4-a422320804b1', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2255ce60-e5e0-4576-b9d4-a422320804b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:37,949 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:38:37,950 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83487f7a-056c-4695-b639-20eabb2d3568', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83487f7a-056c-4695-b639-20eabb2d3568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:39,011 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.054s 2022-01-11 15:38:39,012 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfa92030-a66a-43e5-b242-29d3f73a837a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfa92030-a66a-43e5-b242-29d3f73a837a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:40,071 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.052s 2022-01-11 15:38:40,071 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-583d9f67-b0e1-4f85-9763-e942eb180f53', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-583d9f67-b0e1-4f85-9763-e942eb180f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:41,133 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:38:41,134 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32b1f71b-d5e8-4e85-a761-21a62627f2e2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32b1f71b-d5e8-4e85-a761-21a62627f2e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:42,196 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:38:42,197 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cb061d1-4769-45a4-bd9b-e5e8f935031a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cb061d1-4769-45a4-bd9b-e5e8f935031a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:43,262 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.057s 2022-01-11 15:38:43,262 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be95a1db-a81d-42c7-890b-356b0aebf58b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be95a1db-a81d-42c7-890b-356b0aebf58b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:44,338 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.068s 2022-01-11 15:38:44,339 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b255cb41-b3bc-43ed-b8f0-f512661c9f41', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b255cb41-b3bc-43ed-b8f0-f512661c9f41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:45,391 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.045s 2022-01-11 15:38:45,391 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c281cf-710d-4283-b915-3c5494b9b950', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c281cf-710d-4283-b915-3c5494b9b950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:46,454 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:38:46,454 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e641c47-19c2-480e-8cd0-54d3744e4da3', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e641c47-19c2-480e-8cd0-54d3744e4da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:47,515 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:38:47,516 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feeffe8b-98f7-463f-b3ee-941dfdce230b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feeffe8b-98f7-463f-b3ee-941dfdce230b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:48,578 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.055s 2022-01-11 15:38:48,578 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df72189f-d195-42d4-bd0d-e47f14ac8f32', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df72189f-d195-42d4-bd0d-e47f14ac8f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:49,647 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.061s 2022-01-11 15:38:49,648 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18e463d9-f78a-4be7-ae13-b7481111ce20', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18e463d9-f78a-4be7-ae13-b7481111ce20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:50,705 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.050s 2022-01-11 15:38:50,705 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bc4b5d5-e0a7-42ba-b4eb-80ec9260aef9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bc4b5d5-e0a7-42ba-b4eb-80ec9260aef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:51,767 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.053s 2022-01-11 15:38:51,767 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cbed362-937e-4779-bfb0-00edcde77e40', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cbed362-937e-4779-bfb0-00edcde77e40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"volume": {"id": "b7f5bbde-f414-4d2c-9f29-c370847b97ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:31:43.000000", "updated_at": "2022-01-11T15:31:44.000000", "name": "tempest-VolumesGetTest-Volume-614740417", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae"}], "user_id": "f6b8c171246b4495bf798ba7068d711d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "1f6c1ecf9028403f822da19ee96e5665"}}' 2022-01-11 15:38:51,833 117589 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 400 DELETE http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae 0.058s 2022-01-11 15:38:51,833 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '285', 'content-type': 'application/json', 'x-compute-request-id': 'req-064a4cfd-8e8e-48e2-9b78-01f1c1b96717', 'x-openstack-request-id': 'req-064a4cfd-8e8e-48e2-9b78-01f1c1b96717', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.52/volume/v3/1f6c1ecf9028403f822da19ee96e5665/volumes/b7f5bbde-f414-4d2c-9f29-c370847b97ae'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer."}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/base.py", line 174, in delete_volume client.delete_volume(volume_id) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 128, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 130, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume b7f5bbde-f414-4d2c-9f29-c370847b97ae failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 2 | 3 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt20.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
fail
ft20.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:13:31,718 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.031s 2022-01-11 15:13:31,718 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-37231ae0-b52f-4aa7-bca5-1c0d6cf70052', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8720d62426cf424b9f254574a9babf61", "name": "tempest-VolumesSnapshotTestJSON-1974446707-project", "password_expires_at": null}, "audit_ids": ["B_TzgePaS9aBWmioIt6KOw"], "expires_at": "2022-01-11T16:13:31.000000Z", "issued_at": "2022-01-11T15:13:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9fc45775f6e34afd92637df5539194e2", "name": "tempest-VolumesSnapshotTestJSON-1974446707"}, "is_domain": false, "roles": [{"id": "cf228c05981940539fde033ddb1617c9", "name": "reader"}, {"id": "742b589cf4e2420f92ec1c79533345d0", "name": "member"}], "catalog": [{"endpoints": [{"id": "ff8c9dccb172431da602af7a4808d86c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/9fc45775f6e34afd92637df5539194e2", "region": "RegionOne"}], "id": "2445f88179714e8897b1240b3d3ca8c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "fc838db8edd34bc09fbb2fd5c470c27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "37b3181e80ea4d928d4344eaf6a0aa87", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "360a5cfc010e4b139e7fec6ddf825e5f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2", "region": "RegionOne"}], "id": "6212d811c2074dc5b0bf4f3ed48f4e78", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b8ae968d4b4f4d1b94ba3917b2c41d7a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_9fc45775f6e34afd92637df5539194e2", "region": "RegionOne"}, {"id": "c868e46136b0404ba0579acdc8e8ce78", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}], "id": "801c08a0a2894e8d816219b6d4f835f9", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "1c66ab2e63bf4bb49dc80313a47cae5f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "98fbbb52124f44019a2b46287838ae9f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "156980714c084ee9b7e3c1a9aabd25f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2", "region": "RegionOne"}], "id": "b2e3f71e9e7c4c4e9e86900c61ced593", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "78e1c6d028784ac990fbb9593baa8bd1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "bb3c804324544028b524a4e3b489d54c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "958e1704315446638b87d2c5fc109d6d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/", "region": "RegionOne"}], "id": "d6fd01671887417e85e932aec3bf7964", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bc5f74abe8a4c0da27b847317aad02e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "fb282cf9369148db81877e30974a02dd", "type": "image", "name": "glance"}]}}' 2022-01-11 15:13:31,719 117584 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use) Found network {'id': '415ee6ad-a714-4cc3-bed3-e34013f0703b', 'name': 'tempest-VolumesSnapshotTestJSON-1036397385-network', 'tenant_id': '9fc45775f6e34afd92637df5539194e2', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9fc45775f6e34afd92637df5539194e2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 580, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-01-11T15:13:25Z', 'updated_at': '2022-01-11T15:13:25Z', 'revision_number': 1} available for tenant 2022-01-11 15:13:32,293 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.52/compute/v2.1/servers 0.573s 2022-01-11 15:13:32,294 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "imageRef": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "flavorRef": "452", "networks": [{"uuid": "415ee6ad-a714-4cc3-bed3-e34013f0703b"}]}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cf98098-920f-4677-a589-05c19f71befc', 'x-compute-request-id': 'req-9cf98098-920f-4677-a589-05c19f71befc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "TU2XPP988D5v"}}' 2022-01-11 15:13:32,545 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.249s 2022-01-11 15:13:32,545 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1219', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a6f4019-0f98-402f-ae3e-eb8822189679', 'x-compute-request-id': 'req-9a6f4019-0f98-402f-ae3e-eb8822189679', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "BUILD", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:13:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:33,641 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.088s 2022-01-11 15:13:33,642 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1223', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4716f842-3171-4c84-8c4d-24b9cae1bd77', 'x-compute-request-id': 'req-4716f842-3171-4c84-8c4d-24b9cae1bd77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "BUILD", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:34,779 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.129s 2022-01-11 15:13:34,779 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1279', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daaf4faf-f9f7-4fb4-af8c-e104fa01d904', 'x-compute-request-id': 'req-daaf4faf-f9f7-4fb4-af8c-e104fa01d904', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "BUILD", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:13:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:34,786 117584 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 2 second wait 2022-01-11 15:13:36,038 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.251s 2022-01-11 15:13:36,039 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1042fc68-5c5d-45d3-82dc-2388c4adaa6e', 'x-compute-request-id': 'req-1042fc68-5c5d-45d3-82dc-2388c4adaa6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "BUILD", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:13:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:36,047 117584 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 4 second wait 2022-01-11 15:13:37,270 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.215s 2022-01-11 15:13:37,271 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68b242a6-ef30-4b82-bc9b-77b6aaf89427', 'x-compute-request-id': 'req-68b242a6-ef30-4b82-bc9b-77b6aaf89427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "BUILD", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:13:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:38,867 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.588s 2022-01-11 15:13:38,868 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78ffaa30-bb40-407c-a438-483fde91f773', 'x-compute-request-id': 'req-78ffaa30-bb40-407c-a438-483fde91f773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "BUILD", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:13:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:40,175 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.298s 2022-01-11 15:13:40,175 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fabd2bc0-ce9d-45ca-9087-c8be69ad00e8', 'x-compute-request-id': 'req-fabd2bc0-ce9d-45ca-9087-c8be69ad00e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "BUILD", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:13:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:41,610 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.427s 2022-01-11 15:13:41,610 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c742fa67-0f03-4d80-8331-8517e6e77c5d', 'x-compute-request-id': 'req-c742fa67-0f03-4d80-8331-8517e6e77c5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "BUILD", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:13:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:43,289 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.670s 2022-01-11 15:13:43,290 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b355521b-d7d5-4eef-8328-45921e03b557', 'x-compute-request-id': 'req-b355521b-d7d5-4eef-8328-45921e03b557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "BUILD", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:13:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:45,154 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.855s 2022-01-11 15:13:45,154 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7d51f33-0fbf-410c-9ed1-e310e578a3f6', 'x-compute-request-id': 'req-b7d51f33-0fbf-410c-9ed1-e310e578a3f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "BUILD", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:13:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:46,806 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.644s 2022-01-11 15:13:46,807 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35ea0610-4e32-4f58-933b-13dbf6a3525f', 'x-compute-request-id': 'req-35ea0610-4e32-4f58-933b-13dbf6a3525f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "BUILD", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:13:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:48,332 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.517s 2022-01-11 15:13:48,332 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-110241e5-2ada-4953-b4f6-fdc7cc15b3e4', 'x-compute-request-id': 'req-110241e5-2ada-4953-b4f6-fdc7cc15b3e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "BUILD", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:13:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:49,986 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.643s 2022-01-11 15:13:49,986 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1508', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3c53c39-ea83-4850-ae8c-3db148922fb7', 'x-compute-request-id': 'req-d3c53c39-ea83-4850-ae8c-3db148922fb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:13:49Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:13:49,994 117584 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait 2022-01-11 15:13:50,030 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/image/v2/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9 0.035s 2022-01-11 15:13:50,031 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8fd93130-443d-45ca-b07e-f79304720170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/image/v2/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "197efe17c5b34c5bb0eb19c5b2333c44", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "created_at": "2022-01-11T15:04:23Z", "updated_at": "2022-01-11T15:04:41Z", "tags": [], "self": "/v2/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9", "file": "/v2/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9/file", "schema": "/v2/schemas/image"}' 2022-01-11 15:13:50,932 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes 0.900s 2022-01-11 15:13:50,932 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"imageRef": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "size": 1, "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fb5679a-9270-4911-a6b7-e097cfaa9d3f', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fb5679a-9270-4911-a6b7-e097cfaa9d3f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:50.566002", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:13:50,990 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.052s 2022-01-11 15:13:50,991 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a7af656-9120-41a0-8a1f-c4006640e39d', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a7af656-9120-41a0-8a1f-c4006640e39d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:13:52,049 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.050s 2022-01-11 15:13:52,049 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa984eff-93d7-4375-9f7a-ffc33e9eb117', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa984eff-93d7-4375-9f7a-ffc33e9eb117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:13:53,099 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.041s 2022-01-11 15:13:53,099 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8708f372-0085-4842-9af4-749bd6d1d5d8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8708f372-0085-4842-9af4-749bd6d1d5d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:13:54,151 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.043s 2022-01-11 15:13:54,152 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ec88d0e-a725-4abc-9136-be2893edbac2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ec88d0e-a725-4abc-9136-be2893edbac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:13:55,225 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.066s 2022-01-11 15:13:55,225 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8cbc619-b6b0-4f19-886c-327b4357e984', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8cbc619-b6b0-4f19-886c-327b4357e984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:13:56,309 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.075s 2022-01-11 15:13:56,310 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c3fe7e0-5dee-47c4-9aea-a07a4b96f0ac', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c3fe7e0-5dee-47c4-9aea-a07a4b96f0ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:13:57,372 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.054s 2022-01-11 15:13:57,372 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33ed1145-f962-4de5-bcec-24f3b6d03a9c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33ed1145-f962-4de5-bcec-24f3b6d03a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:13:58,427 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.041s 2022-01-11 15:13:58,427 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c28b9638-5fee-4141-8e80-a6d9d5e53fb4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c28b9638-5fee-4141-8e80-a6d9d5e53fb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:13:59,482 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.047s 2022-01-11 15:13:59,483 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-515805d6-0def-4dd9-8ed4-173590b96546', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-515805d6-0def-4dd9-8ed4-173590b96546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:00,533 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.042s 2022-01-11 15:14:00,534 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffa9dc4b-66f3-49ab-b685-6daa5d34d5e3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffa9dc4b-66f3-49ab-b685-6daa5d34d5e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:01,586 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.044s 2022-01-11 15:14:01,587 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faca40d0-ce2f-4dbc-88a3-5ee6ff225ab4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faca40d0-ce2f-4dbc-88a3-5ee6ff225ab4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:02,641 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.045s 2022-01-11 15:14:02,641 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3074a31d-df74-4400-99b2-82274788bdf0', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3074a31d-df74-4400-99b2-82274788bdf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:03,697 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.048s 2022-01-11 15:14:03,698 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d0d1476-1573-48c8-9053-41ef850836d7', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d0d1476-1573-48c8-9053-41ef850836d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:04,746 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.040s 2022-01-11 15:14:04,746 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96e5476c-4975-440c-ba45-a224efb4ac45', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96e5476c-4975-440c-ba45-a224efb4ac45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:05,801 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.041s 2022-01-11 15:14:05,801 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5ebf45f-b10c-4dea-999e-8ba7b13166b2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5ebf45f-b10c-4dea-999e-8ba7b13166b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:06,846 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.037s 2022-01-11 15:14:06,847 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30acd769-41aa-46a6-9b78-99256c5c57cd', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30acd769-41aa-46a6-9b78-99256c5c57cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:07,892 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.037s 2022-01-11 15:14:07,892 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9e828a1-493b-4575-a7d3-329fd1d6b076', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9e828a1-493b-4575-a7d3-329fd1d6b076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:08,936 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.036s 2022-01-11 15:14:08,937 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e914283-b05a-40cc-8f9a-9e5029079002', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e914283-b05a-40cc-8f9a-9e5029079002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:09,981 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.036s 2022-01-11 15:14:09,981 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cefa8964-a4d2-4435-9696-428ee315cb54', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cefa8964-a4d2-4435-9696-428ee315cb54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:11,027 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.036s 2022-01-11 15:14:11,027 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-126ba84d-ed5d-4c24-a2f7-0326391b4c35', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-126ba84d-ed5d-4c24-a2f7-0326391b4c35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:12,076 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.041s 2022-01-11 15:14:12,077 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df840762-8a56-4c3a-899d-beb27dea5b81', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df840762-8a56-4c3a-899d-beb27dea5b81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:13,128 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.043s 2022-01-11 15:14:13,128 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fda4cbd9-8e85-46a0-9ce1-fc422c760c63', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fda4cbd9-8e85-46a0-9ce1-fc422c760c63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:14,172 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.036s 2022-01-11 15:14:14,172 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffafca74-d8b7-4142-b5e2-c4c0249fdebd', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffafca74-d8b7-4142-b5e2-c4c0249fdebd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:15,223 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.044s 2022-01-11 15:14:15,224 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca68a9fd-e658-4e90-9dc4-5ebab7c90f19', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca68a9fd-e658-4e90-9dc4-5ebab7c90f19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:16,270 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.037s 2022-01-11 15:14:16,270 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82fe5ab7-ecd7-47b8-8f9a-0c7aed2f7b34', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82fe5ab7-ecd7-47b8-8f9a-0c7aed2f7b34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:17,316 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.038s 2022-01-11 15:14:17,316 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-318445c3-604b-4515-af11-395610dacef9', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-318445c3-604b-4515-af11-395610dacef9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:18,361 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.037s 2022-01-11 15:14:18,362 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a8028a-6f0d-4461-9c93-d91519a26f8a', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a8028a-6f0d-4461-9c93-d91519a26f8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:19,411 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.041s 2022-01-11 15:14:19,412 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-103d7aed-06d2-4e87-9e49-be08bee08fc2', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-103d7aed-06d2-4e87-9e49-be08bee08fc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:20,458 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.038s 2022-01-11 15:14:20,458 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1032936f-e70e-4b95-b121-9e079b46ca8c', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1032936f-e70e-4b95-b121-9e079b46ca8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:13:51.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:21,505 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.038s 2022-01-11 15:14:21,505 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e6d7d66-6a6f-429e-ad0a-0927ecb73a5d', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e6d7d66-6a6f-429e-ad0a-0927ecb73a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:22,551 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.039s 2022-01-11 15:14:22,552 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30bdc180-0e75-4e1d-95c6-689523cd7473', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30bdc180-0e75-4e1d-95c6-689523cd7473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:23,643 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.083s 2022-01-11 15:14:23,643 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3df3c3e-8a07-4088-bf59-01610b29e20e', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3df3c3e-8a07-4088-bf59-01610b29e20e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:24,747 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.075s 2022-01-11 15:14:24,747 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-072ac7f7-086c-494a-835f-e49503fbd778', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-072ac7f7-086c-494a-835f-e49503fbd778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:25,824 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.069s 2022-01-11 15:14:25,825 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-379b39c9-c67e-474b-9662-3d54f22a4ec1', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-379b39c9-c67e-474b-9662-3d54f22a4ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:26,889 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.056s 2022-01-11 15:14:26,889 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31088e9e-ff0d-4949-9549-2dd2944828e4', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31088e9e-ff0d-4949-9549-2dd2944828e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:27,950 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.053s 2022-01-11 15:14:27,951 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf0a1f2-b4b7-4970-84ce-6165d92e37c6', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf0a1f2-b4b7-4970-84ce-6165d92e37c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:29,029 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.070s 2022-01-11 15:14:29,029 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dd1ffd6-e966-45fd-8ced-2b6fba57cd46', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dd1ffd6-e966-45fd-8ced-2b6fba57cd46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:30,084 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.047s 2022-01-11 15:14:30,084 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a559ac05-b95c-4d6d-9b24-7146e63f0c3b', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a559ac05-b95c-4d6d-9b24-7146e63f0c3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:31,147 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.054s 2022-01-11 15:14:31,148 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-926e1d7a-c65f-48d9-8dd4-4b4d42693aa0', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-926e1d7a-c65f-48d9-8dd4-4b4d42693aa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:32,251 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.094s 2022-01-11 15:14:32,252 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75bd56b3-944c-4e74-9389-b798dc7c9e7c', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75bd56b3-944c-4e74-9389-b798dc7c9e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:33,318 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.056s 2022-01-11 15:14:33,318 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afbdf537-66d4-406c-b10e-a0b6f19dc2a4', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afbdf537-66d4-406c-b10e-a0b6f19dc2a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:34,411 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.084s 2022-01-11 15:14:34,412 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29679c02-b703-4546-8356-72b104190fd2', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29679c02-b703-4546-8356-72b104190fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:35,460 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.041s 2022-01-11 15:14:35,461 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-457af680-d299-4196-a473-36758c5465b1', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-457af680-d299-4196-a473-36758c5465b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:36,511 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.042s 2022-01-11 15:14:36,512 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a953fb5c-4c96-492f-84e9-971c52382590', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a953fb5c-4c96-492f-84e9-971c52382590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:37,564 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.044s 2022-01-11 15:14:37,564 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1bac431-4d90-4516-84f4-eef42ae06989', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1bac431-4d90-4516-84f4-eef42ae06989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:38,639 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.067s 2022-01-11 15:14:38,639 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58f99d13-85cb-4948-868d-6807ed25c2eb', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58f99d13-85cb-4948-868d-6807ed25c2eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:39,704 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.057s 2022-01-11 15:14:39,704 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14bb9240-2e12-4a83-ab08-011b3c34617b', 'content-length': '975', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14bb9240-2e12-4a83-ab08-011b3c34617b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:21.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:40,760 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.047s 2022-01-11 15:14:40,761 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f3804c6-23f4-4c6c-b511-cead482532b1', 'content-length': '1365', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f3804c6-23f4-4c6c-b511-cead482532b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:41,850 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.081s 2022-01-11 15:14:41,850 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1202b59-5672-449b-96e6-b06863f873f9', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1202b59-5672-449b-96e6-b06863f873f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:41,857 117584 INFO [tempest.common.waiters] volume f79b82a3-79b6-4d9c-a42d-e8c32d182e55 reached available after waiting for 51.857869 seconds 2022-01-11 15:14:42,786 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 POST http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6/os-volume_attachments 0.928s 2022-01-11 15:14:42,787 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "device": "/dev/sdb"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '194', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-162a158e-6f1b-4cfa-93ab-7bc19af35ab6', 'x-compute-request-id': 'req-162a158e-6f1b-4cfa-93ab-7bc19af35ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "serverId": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "volumeId": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "device": "/dev/sdb"}}' 2022-01-11 15:14:42,875 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.086s 2022-01-11 15:14:42,875 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac26489a-4e9c-4fa6-a4d9-ef672f331aa8', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac26489a-4e9c-4fa6-a4d9-ef672f331aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:42.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:43,933 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.050s 2022-01-11 15:14:43,933 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df7abcf9-18c9-44b7-824c-32dfb1a58585', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df7abcf9-18c9-44b7-824c-32dfb1a58585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:44,987 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.047s 2022-01-11 15:14:44,988 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8920917-60a2-4213-8d22-e35124cba978', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8920917-60a2-4213-8d22-e35124cba978', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:46,037 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.042s 2022-01-11 15:14:46,039 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2951ee7c-a276-4004-99a1-632f304245c0', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2951ee7c-a276-4004-99a1-632f304245c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:47,616 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.569s 2022-01-11 15:14:47,617 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-281549cc-d206-4708-9514-28c136c72210', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-281549cc-d206-4708-9514-28c136c72210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:48,683 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.059s 2022-01-11 15:14:48,684 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f281998-3ddb-4259-8b0e-dba6fdaed913', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f281998-3ddb-4259-8b0e-dba6fdaed913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:49,736 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.045s 2022-01-11 15:14:49,740 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf7fd635-e9d6-4979-a690-bde0a8575cdf', 'content-length': '1363', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf7fd635-e9d6-4979-a690-bde0a8575cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:44.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:50,792 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.043s 2022-01-11 15:14:50,792 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64a0c9ca-db13-44cb-9e52-8ac43796bc93', 'content-length': '1655', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64a0c9ca-db13-44cb-9e52-8ac43796bc93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:14:50.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "attachment_id": "bd083c00-03e4-4f71-a197-447d5954cfd8", "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "server_id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:14:44.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:14:50,802 117584 INFO [tempest.common.waiters] volume f79b82a3-79b6-4d9c-a42d-e8c32d182e55 reached in-use after waiting for 8.802918 seconds 2022-01-11 15:14:50,845 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 400 POST http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots 0.041s 2022-01-11 15:14:50,845 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "force": false, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-739148926"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '160', 'content-type': 'application/json', 'x-compute-request-id': 'req-189a0bba-d17c-45b8-879f-9147f440e25a', 'x-openstack-request-id': 'req-189a0bba-d17c-45b8-879f-9147f440e25a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume f79b82a3-79b6-4d9c-a42d-e8c32d182e55 status must be available, but current status is: in-use."}}' 2022-01-11 15:14:51,233 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 202 POST http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots 0.387s 2022-01-11 15:14:51,234 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39a7186a-a625-4b47-94f4-a54a14b4a9d1', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39a7186a-a625-4b47-94f4-a54a14b4a9d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.057276", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}}}' 2022-01-11 15:14:51,263 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.026s 2022-01-11 15:14:51,269 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d1f5afa-6db0-4403-a794-fb4fcae44160', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d1f5afa-6db0-4403-a794-fb4fcae44160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:14:52,298 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.022s 2022-01-11 15:14:52,298 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dd05c15-584b-4c28-acf2-f05a66b6d5ad', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dd05c15-584b-4c28-acf2-f05a66b6d5ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:14:53,327 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.026s 2022-01-11 15:14:53,327 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9671baf2-ef35-4293-8840-9e7e01dd596c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9671baf2-ef35-4293-8840-9e7e01dd596c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:14:54,352 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:14:54,352 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40044cbd-0216-4123-a52f-b2c77173d4eb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40044cbd-0216-4123-a52f-b2c77173d4eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:14:55,375 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:14:55,376 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-643956a8-9835-4213-ad2e-ec1e1d8067e0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-643956a8-9835-4213-ad2e-ec1e1d8067e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:14:56,400 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.021s 2022-01-11 15:14:56,400 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f33ba6a7-5fb2-4e68-8709-91991680389a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f33ba6a7-5fb2-4e68-8709-91991680389a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:14:57,424 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.021s 2022-01-11 15:14:57,425 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d524965-9fef-43cb-a116-8f6bf58e128d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d524965-9fef-43cb-a116-8f6bf58e128d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:14:58,448 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:14:58,449 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-facf799a-d58b-48f4-b187-c86e2fb7e215', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-facf799a-d58b-48f4-b187-c86e2fb7e215', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:14:59,472 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:14:59,472 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2172ed43-e402-4ba4-8dd6-7e76a140d6bf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2172ed43-e402-4ba4-8dd6-7e76a140d6bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:00,495 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:00,495 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f83b3d4-f4e3-4087-a4b1-978c174a5f28', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f83b3d4-f4e3-4087-a4b1-978c174a5f28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:01,519 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:01,520 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-610889e6-c565-493e-8dd2-a31e2bebd6ea', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-610889e6-c565-493e-8dd2-a31e2bebd6ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:02,543 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:02,544 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0bf73bb-ff8e-49f8-8de2-64cb5af24385', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0bf73bb-ff8e-49f8-8de2-64cb5af24385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:03,568 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:03,568 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7ec702b-803c-4335-95e3-fe09d48e4fc4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7ec702b-803c-4335-95e3-fe09d48e4fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:04,593 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.022s 2022-01-11 15:15:04,594 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b28cdc98-633b-4c9c-9451-a6aeae992cea', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b28cdc98-633b-4c9c-9451-a6aeae992cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:05,620 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.022s 2022-01-11 15:15:05,620 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e2f0c5-67fb-473e-9fdd-83a28634f34c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e2f0c5-67fb-473e-9fdd-83a28634f34c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:06,642 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.019s 2022-01-11 15:15:06,643 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8feebf3f-1a05-468c-b6c2-c4580830e01f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8feebf3f-1a05-468c-b6c2-c4580830e01f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:07,667 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:07,668 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e24f4e86-9dfa-491d-b9b2-1964a7768b76', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e24f4e86-9dfa-491d-b9b2-1964a7768b76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:08,691 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:08,691 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6ee68a4-115b-4385-a50c-f5c984c2f9a0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6ee68a4-115b-4385-a50c-f5c984c2f9a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:09,718 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.022s 2022-01-11 15:15:09,718 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-830816b3-fb20-442d-9541-73d8ab121c60', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-830816b3-fb20-442d-9541-73d8ab121c60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:10,743 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:10,743 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84cb44ef-22f9-473a-9f26-7242c5fef177', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84cb44ef-22f9-473a-9f26-7242c5fef177', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:11,767 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.019s 2022-01-11 15:15:11,767 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-079a862f-4162-49da-8050-e94e8945f3b7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-079a862f-4162-49da-8050-e94e8945f3b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:12,792 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:12,792 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e0d1a5e-67ad-4358-9908-0da9a2d5ab6d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e0d1a5e-67ad-4358-9908-0da9a2d5ab6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:13,815 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:13,815 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c70f0d3c-185d-445b-ae95-e21cb5adcd35', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c70f0d3c-185d-445b-ae95-e21cb5adcd35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:14,839 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:14,839 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc78f444-15dc-4cf9-a401-98fadb468e6a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc78f444-15dc-4cf9-a401-98fadb468e6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:15,862 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.019s 2022-01-11 15:15:15,862 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f306633-484d-4e00-a238-eeea9f2c6e94', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f306633-484d-4e00-a238-eeea9f2c6e94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:16,886 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:16,886 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-469a1bd9-4017-4a39-963f-701fd59b0556', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-469a1bd9-4017-4a39-963f-701fd59b0556', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:17,910 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:17,911 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95a98d1-df3d-4143-b750-e6d37d21c55e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95a98d1-df3d-4143-b750-e6d37d21c55e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:18,934 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.019s 2022-01-11 15:15:18,934 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44ab418c-113d-42af-b25d-b7f92d73225b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44ab418c-113d-42af-b25d-b7f92d73225b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:19,958 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:19,958 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a0c005f-37f0-486d-a629-a02132ef4cf8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a0c005f-37f0-486d-a629-a02132ef4cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:20,988 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.025s 2022-01-11 15:15:20,988 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50496595-925f-427c-b5c8-96340bb838d8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50496595-925f-427c-b5c8-96340bb838d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:22,012 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:22,012 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e73a7e1-06e5-45a3-9c84-57e5849c055f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e73a7e1-06e5-45a3-9c84-57e5849c055f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:23,040 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.025s 2022-01-11 15:15:23,041 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b33a08e2-ac83-47ab-b75b-941a22649c0a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b33a08e2-ac83-47ab-b75b-941a22649c0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:24,065 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:24,065 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-824fea49-ce26-4ca7-bdf5-3ea4b5144ce8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-824fea49-ce26-4ca7-bdf5-3ea4b5144ce8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:25,088 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:25,089 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e687dc-07dd-4f56-8ba1-fb8ff5fc7456', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e687dc-07dd-4f56-8ba1-fb8ff5fc7456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:26,113 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:26,113 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6eba951-ca78-495a-826b-721336300002', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6eba951-ca78-495a-826b-721336300002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:27,138 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.021s 2022-01-11 15:15:27,138 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7704738b-e9e2-4129-8fac-6fc7d35b3c8a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7704738b-e9e2-4129-8fac-6fc7d35b3c8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:28,162 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:28,162 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4d9e196-daa1-489b-9a45-b032717bd823', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4d9e196-daa1-489b-9a45-b032717bd823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:29,187 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.021s 2022-01-11 15:15:29,188 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-779dc81e-9608-4b55-9915-adba191eae32', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-779dc81e-9608-4b55-9915-adba191eae32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:30,212 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.021s 2022-01-11 15:15:30,212 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d4b5911-1843-4f1c-8578-296163124117', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d4b5911-1843-4f1c-8578-296163124117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:31,237 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:31,237 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1de37df7-3e1c-40b8-a3e1-c3a840e30162', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1de37df7-3e1c-40b8-a3e1-c3a840e30162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:32,261 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:32,262 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a3312b1-2bfd-44dd-89bd-4073c24625c4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a3312b1-2bfd-44dd-89bd-4073c24625c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:33,287 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.021s 2022-01-11 15:15:33,287 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70df3d33-f069-4f71-b06c-c37c2ef2736a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70df3d33-f069-4f71-b06c-c37c2ef2736a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:34,311 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:34,312 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10ffa1fe-ea46-4962-af2c-9e1240da436f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10ffa1fe-ea46-4962-af2c-9e1240da436f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:35,336 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:35,336 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2af45a7e-8306-4f7e-a11f-d4efec7ba79c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2af45a7e-8306-4f7e-a11f-d4efec7ba79c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:36,360 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:36,360 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06b3214a-ffa1-40e6-8cc8-afca5c0193f5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06b3214a-ffa1-40e6-8cc8-afca5c0193f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:37,385 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:37,385 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fae8333f-affb-4cb4-8d60-3e1cbb47cd68', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fae8333f-affb-4cb4-8d60-3e1cbb47cd68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:38,410 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:38,410 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9635a504-9fc7-4423-8357-19842161fb03', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9635a504-9fc7-4423-8357-19842161fb03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:39,434 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.021s 2022-01-11 15:15:39,435 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81a3de4e-eb81-40d3-b90f-20c0c11e5f1b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81a3de4e-eb81-40d3-b90f-20c0c11e5f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:40,458 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.019s 2022-01-11 15:15:40,458 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-648352c0-6884-4517-8092-3434fef3bff5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-648352c0-6884-4517-8092-3434fef3bff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:41,482 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:41,482 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3bb23f9-30d1-4ee9-afd0-d948ef185dc6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3bb23f9-30d1-4ee9-afd0-d948ef185dc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:42,505 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.019s 2022-01-11 15:15:42,505 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c73cd744-98ca-48d6-8059-d3ddaf6876e7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c73cd744-98ca-48d6-8059-d3ddaf6876e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:43,528 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.019s 2022-01-11 15:15:43,529 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1000519-a908-47a3-b740-cd107034f32b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1000519-a908-47a3-b740-cd107034f32b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:44,552 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:44,553 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba07fb1f-7caf-4daf-8fb4-78be74ed7e3a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba07fb1f-7caf-4daf-8fb4-78be74ed7e3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:45,575 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.019s 2022-01-11 15:15:45,576 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12848d69-7d44-4d84-906c-170ee73064cd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12848d69-7d44-4d84-906c-170ee73064cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:46,599 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:46,599 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5936e19-d3dc-43ff-b064-162965b3ca68', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5936e19-d3dc-43ff-b064-162965b3ca68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:47,623 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:15:47,624 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a21d1ea1-a42c-4203-b714-f769adfd8488', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a21d1ea1-a42c-4203-b714-f769adfd8488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:48,652 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.024s 2022-01-11 15:15:48,652 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb036823-6b6a-4e53-ac07-c4116c834690', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb036823-6b6a-4e53-ac07-c4116c834690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:49,696 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:15:49,702 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62d6a743-7464-4a9c-87a3-5916fd288fe9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62d6a743-7464-4a9c-87a3-5916fd288fe9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:50,744 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.038s 2022-01-11 15:15:50,744 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3688c7e4-46a6-4271-a080-46d154d99293', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3688c7e4-46a6-4271-a080-46d154d99293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:51,791 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.044s 2022-01-11 15:15:51,791 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75bfba62-740f-4c43-942e-66e5e3e4a8a4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75bfba62-740f-4c43-942e-66e5e3e4a8a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:52,832 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.037s 2022-01-11 15:15:52,833 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-355ab364-c459-4866-b9c7-0fcec0dcf35d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-355ab364-c459-4866-b9c7-0fcec0dcf35d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:53,877 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:15:53,877 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c5e5530-2a94-4c48-bade-303f6e0fc847', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c5e5530-2a94-4c48-bade-303f6e0fc847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:54,920 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:15:54,921 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdb6783a-5500-452e-bbfd-fcb3b3bf622c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdb6783a-5500-452e-bbfd-fcb3b3bf622c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:55,965 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:15:55,965 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1a51d5e-662a-4820-9046-818fefa58afb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1a51d5e-662a-4820-9046-818fefa58afb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:57,008 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:15:57,009 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6176c0ac-0968-4bf2-9de4-a7653ec2e71c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6176c0ac-0968-4bf2-9de4-a7653ec2e71c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:58,052 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:15:58,053 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04bebb50-0f13-4499-bc80-143daa12f5e6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04bebb50-0f13-4499-bc80-143daa12f5e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:15:59,097 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:15:59,097 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44d0b5ba-cfed-46f0-82f2-a82495ff9396', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44d0b5ba-cfed-46f0-82f2-a82495ff9396', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:00,142 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:00,143 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce0d7bc4-9a0a-4719-ae75-86e9353b157e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce0d7bc4-9a0a-4719-ae75-86e9353b157e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:01,187 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:01,187 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1af2db0-4b74-4f7e-a381-819107a226e3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1af2db0-4b74-4f7e-a381-819107a226e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:02,230 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:16:02,230 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-286ef049-da56-4066-bba5-3cd10ae860ab', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-286ef049-da56-4066-bba5-3cd10ae860ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:03,277 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.043s 2022-01-11 15:16:03,278 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e2c8198-6260-44b8-8528-c9db99745769', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e2c8198-6260-44b8-8528-c9db99745769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:04,322 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:04,322 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96637d5e-99fa-4a7e-a0dd-1a8921bb8135', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96637d5e-99fa-4a7e-a0dd-1a8921bb8135', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:05,366 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:05,367 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81323513-9cf1-4e64-ba8c-4f1f86bcd077', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81323513-9cf1-4e64-ba8c-4f1f86bcd077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:06,411 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:06,412 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e399d142-0f8e-4bb0-892b-49fccab2eded', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e399d142-0f8e-4bb0-892b-49fccab2eded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:07,551 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.135s 2022-01-11 15:16:07,551 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc54f7e6-b94d-4a7f-99c3-bcb614b782c8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc54f7e6-b94d-4a7f-99c3-bcb614b782c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:08,595 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:08,597 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1a5db04-4b93-4182-adef-777c4c4200a0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1a5db04-4b93-4182-adef-777c4c4200a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:09,639 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.037s 2022-01-11 15:16:09,639 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9c8d267-00d3-4569-8574-1b4d27522cb1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9c8d267-00d3-4569-8574-1b4d27522cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:10,685 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.042s 2022-01-11 15:16:10,685 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98a44411-65bf-44e2-b4ab-b9b200726bbe', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98a44411-65bf-44e2-b4ab-b9b200726bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:11,733 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.043s 2022-01-11 15:16:11,733 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4498009d-0709-42fd-b337-8da70e169602', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4498009d-0709-42fd-b337-8da70e169602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:12,778 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:12,778 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dca8419b-3bc3-4b51-9fba-a731be75a372', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dca8419b-3bc3-4b51-9fba-a731be75a372', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:13,828 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.046s 2022-01-11 15:16:13,828 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa76df29-144a-4e47-9824-0aa4db151b6a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa76df29-144a-4e47-9824-0aa4db151b6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:14,872 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:14,872 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db345550-5ac7-4624-b467-b424154f5935', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db345550-5ac7-4624-b467-b424154f5935', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:15,917 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:15,917 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ef13144-66cd-4e65-85e6-c7b3bb677b22', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ef13144-66cd-4e65-85e6-c7b3bb677b22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:16,962 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:16,962 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-940dfb2a-851c-4dcf-88eb-58bf47ca14cd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-940dfb2a-851c-4dcf-88eb-58bf47ca14cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:18,006 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:18,006 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9fda52-c2af-4544-909c-93ac3934fa2c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9fda52-c2af-4544-909c-93ac3934fa2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:19,050 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:19,051 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51876292-00c7-4445-bc34-f34220480632', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51876292-00c7-4445-bc34-f34220480632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:20,092 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.037s 2022-01-11 15:16:20,092 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04d7b322-1b6a-44bd-b865-91b74485b633', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04d7b322-1b6a-44bd-b865-91b74485b633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:21,135 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:16:21,135 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f7e4e53-49c7-460c-be14-26565a3ab98c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f7e4e53-49c7-460c-be14-26565a3ab98c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:22,179 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:22,180 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db7b2ad-eca2-48cf-b041-74a23516119a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db7b2ad-eca2-48cf-b041-74a23516119a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:23,231 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.047s 2022-01-11 15:16:23,231 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bedcf34e-a526-4ab4-934a-dd1f5a33cb75', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bedcf34e-a526-4ab4-934a-dd1f5a33cb75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:24,268 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.033s 2022-01-11 15:16:24,269 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37d15277-c8ba-4349-9b56-a646bf832d6d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37d15277-c8ba-4349-9b56-a646bf832d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:25,314 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:25,314 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e04e9ded-e0f8-4567-be01-0beea1556f89', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e04e9ded-e0f8-4567-be01-0beea1556f89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:26,356 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:16:26,357 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd8ed2ff-84b1-44eb-97f3-ec421e03f2b8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd8ed2ff-84b1-44eb-97f3-ec421e03f2b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:27,401 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:27,402 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43e6ad56-212d-49ed-a268-a4d15159b61c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43e6ad56-212d-49ed-a268-a4d15159b61c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:28,451 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.045s 2022-01-11 15:16:28,451 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72d26ffb-68ed-41d8-98ac-18bdf486f279', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72d26ffb-68ed-41d8-98ac-18bdf486f279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:29,491 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.036s 2022-01-11 15:16:29,492 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41b96f90-5ff8-454a-a167-16f8d174cad9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41b96f90-5ff8-454a-a167-16f8d174cad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:30,534 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:16:30,534 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0a9de0d-8707-4a62-b9a9-c0b6c4e4bdc1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0a9de0d-8707-4a62-b9a9-c0b6c4e4bdc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:31,578 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:31,579 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f4189a2-71a0-4c89-96cc-8157e409c7dd', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f4189a2-71a0-4c89-96cc-8157e409c7dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:32,623 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:32,623 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab1c26c8-0ff3-4d72-bc59-96033207f1e6', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab1c26c8-0ff3-4d72-bc59-96033207f1e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:33,666 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:16:33,666 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f424c6f-ad6e-45b2-9e0c-75d3680948b0', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f424c6f-ad6e-45b2-9e0c-75d3680948b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:34,712 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.042s 2022-01-11 15:16:34,712 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e021bb3-1ed0-4329-8903-eba1fbe72666', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e021bb3-1ed0-4329-8903-eba1fbe72666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:35,755 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:16:35,756 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32de49e1-139e-4659-bf6f-df0e4f00b829', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32de49e1-139e-4659-bf6f-df0e4f00b829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:36,800 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:36,800 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c9c6e2b-bc28-4380-b519-c36b8d11192a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c9c6e2b-bc28-4380-b519-c36b8d11192a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:37,845 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:37,846 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c8ef3e4-2834-4659-99c3-b28b0c30f73b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c8ef3e4-2834-4659-99c3-b28b0c30f73b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:38,890 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:38,890 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2ea1ef6-3657-4271-b2ce-1b916fe95b7b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2ea1ef6-3657-4271-b2ce-1b916fe95b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:39,933 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:16:39,934 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-943a05cc-09e0-4978-a4c9-efcc12f2c4d9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-943a05cc-09e0-4978-a4c9-efcc12f2c4d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:40,978 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:40,979 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27478a88-5a70-48f3-85fe-95b84a6e7eef', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27478a88-5a70-48f3-85fe-95b84a6e7eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:42,023 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:42,024 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-864a0bc8-60e3-4bd7-b1bc-ff4ae3e72119', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-864a0bc8-60e3-4bd7-b1bc-ff4ae3e72119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:43,067 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:43,067 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-befa58f6-dc8d-4925-9615-7c82752cf681', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-befa58f6-dc8d-4925-9615-7c82752cf681', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:44,111 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:44,112 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-470a28f4-47ee-404e-a221-72ef611c0097', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-470a28f4-47ee-404e-a221-72ef611c0097', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:45,155 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:45,156 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0869c2c3-af25-4485-98c7-ab0740b80625', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0869c2c3-af25-4485-98c7-ab0740b80625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:46,199 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:46,200 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a71b928-95c3-4f51-826f-47ccecd5e6f3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a71b928-95c3-4f51-826f-47ccecd5e6f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:47,245 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:47,245 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba7644ea-1dfa-4a38-bd37-a5130c27172a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba7644ea-1dfa-4a38-bd37-a5130c27172a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:48,293 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.044s 2022-01-11 15:16:48,294 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d48a053-43ba-4378-94e5-17ae35326014', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d48a053-43ba-4378-94e5-17ae35326014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:49,339 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:49,339 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcf629fa-644c-4386-8703-2999fba74e48', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcf629fa-644c-4386-8703-2999fba74e48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:50,385 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.042s 2022-01-11 15:16:50,385 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7d7e4b8-b3fb-407b-8857-7710d9cb2cb2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7d7e4b8-b3fb-407b-8857-7710d9cb2cb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:51,429 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:16:51,429 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf95772-8b01-4dd7-b891-b74fc2aceadb', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf95772-8b01-4dd7-b891-b74fc2aceadb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:52,476 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.044s 2022-01-11 15:16:52,476 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-342c254a-c634-4080-8a28-ee5b41b875d5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-342c254a-c634-4080-8a28-ee5b41b875d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:53,519 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:53,520 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d5c903d-6381-4bbf-985c-e58556af95e4', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d5c903d-6381-4bbf-985c-e58556af95e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:54,565 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.042s 2022-01-11 15:16:54,565 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb6bbfe-e7f4-49e3-b98e-98e5519acc47', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb6bbfe-e7f4-49e3-b98e-98e5519acc47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:55,609 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:16:55,609 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-210aa759-82b7-474e-8fc2-d46e7ddc9eca', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-210aa759-82b7-474e-8fc2-d46e7ddc9eca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:56,653 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:56,653 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9adadfbb-acf7-451f-b779-4e4b3f8dccd1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9adadfbb-acf7-451f-b779-4e4b3f8dccd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:57,698 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:16:57,698 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-012f3246-d10b-4ff5-83ac-ffa657351f78', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-012f3246-d10b-4ff5-83ac-ffa657351f78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:58,742 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:58,743 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f68c1a6c-b3be-48cd-8938-3d9e2df1c293', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f68c1a6c-b3be-48cd-8938-3d9e2df1c293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:16:59,786 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:16:59,787 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:16:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa1827b5-cc9d-42f7-8217-36a8f9acb48b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa1827b5-cc9d-42f7-8217-36a8f9acb48b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:00,831 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:00,832 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-381da59a-89f1-4db0-a872-5ac25c03a033', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-381da59a-89f1-4db0-a872-5ac25c03a033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:01,879 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.043s 2022-01-11 15:17:01,879 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2b31432-7862-49c3-a471-f2e22a343e56', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2b31432-7862-49c3-a471-f2e22a343e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:02,923 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:02,924 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13d55081-cc9c-4c15-85f4-6f11857ebd91', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13d55081-cc9c-4c15-85f4-6f11857ebd91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:03,969 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.042s 2022-01-11 15:17:03,970 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89ea78f3-b105-4d16-a821-47209cc1fdaa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89ea78f3-b105-4d16-a821-47209cc1fdaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:05,013 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:05,013 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3942c723-4cfe-426c-8d23-f5f3955c7050', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3942c723-4cfe-426c-8d23-f5f3955c7050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:06,062 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.045s 2022-01-11 15:17:06,062 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffd5bf3c-f386-4ef3-861c-151d72dafe8c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffd5bf3c-f386-4ef3-861c-151d72dafe8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:07,106 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:07,106 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1237aa83-f096-4ab2-b58b-6a61017156c5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1237aa83-f096-4ab2-b58b-6a61017156c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:08,150 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:08,150 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfbb0006-76d4-496f-8dcd-c177e8a08944', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfbb0006-76d4-496f-8dcd-c177e8a08944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:09,196 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.042s 2022-01-11 15:17:09,196 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa982b03-2a42-49f4-abee-826082df05b9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa982b03-2a42-49f4-abee-826082df05b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:10,239 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:10,239 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a053cfc6-7e57-4526-8131-c49799b689aa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a053cfc6-7e57-4526-8131-c49799b689aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:11,284 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:17:11,285 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb6e779b-51e0-44b7-9b32-c95b4a100dc3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb6e779b-51e0-44b7-9b32-c95b4a100dc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:12,339 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.051s 2022-01-11 15:17:12,340 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64379af6-b835-4807-9fe1-98b7a5985eb7', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64379af6-b835-4807-9fe1-98b7a5985eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:13,383 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:13,383 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdb84a86-7c3a-482c-92a7-9bd29d689b6c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdb84a86-7c3a-482c-92a7-9bd29d689b6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:14,428 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:14,428 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-724db978-1381-4398-9728-9ede75a914ba', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-724db978-1381-4398-9728-9ede75a914ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:15,481 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.049s 2022-01-11 15:17:15,481 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ac43223-cd7f-469b-a761-ae081c1c515a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ac43223-cd7f-469b-a761-ae081c1c515a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:16,528 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.044s 2022-01-11 15:17:16,529 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1000ba35-00a4-4959-8156-f51a62554ccf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1000ba35-00a4-4959-8156-f51a62554ccf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:17,573 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:17:17,574 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6505b76-acef-461b-8c39-2545735a4d10', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6505b76-acef-461b-8c39-2545735a4d10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:18,619 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.042s 2022-01-11 15:17:18,619 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9e42f6e-74fa-43ac-b7e8-72a41d698dc9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9e42f6e-74fa-43ac-b7e8-72a41d698dc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:19,663 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:19,664 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf64250e-c44e-44ea-8d8e-142a6c0f1648', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf64250e-c44e-44ea-8d8e-142a6c0f1648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:20,721 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.053s 2022-01-11 15:17:20,721 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1eaa9bf-91e5-4988-ab6f-a9a47053a621', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1eaa9bf-91e5-4988-ab6f-a9a47053a621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:21,763 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.038s 2022-01-11 15:17:21,764 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f725b71c-22b0-432e-9fa4-04a9bc07c991', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f725b71c-22b0-432e-9fa4-04a9bc07c991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:22,808 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:17:22,809 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6bf9d9c-3f84-4ded-9c01-9e507db30cf2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6bf9d9c-3f84-4ded-9c01-9e507db30cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:23,853 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:17:23,854 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab2dfeb-eae8-4e92-9b90-c2d495fda08d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab2dfeb-eae8-4e92-9b90-c2d495fda08d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:24,908 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.051s 2022-01-11 15:17:24,909 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5452160a-4bd5-4c93-91ec-0f757942e291', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5452160a-4bd5-4c93-91ec-0f757942e291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:25,948 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.037s 2022-01-11 15:17:25,949 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bae5cc2e-2c99-48b6-b58a-faa6733bfdcc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bae5cc2e-2c99-48b6-b58a-faa6733bfdcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:26,994 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:17:26,994 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-230b6551-abfc-43af-b2c5-2357d6ad59d8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-230b6551-abfc-43af-b2c5-2357d6ad59d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:28,037 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:17:28,037 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1847d30-0491-4470-b67e-a210ea183722', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1847d30-0491-4470-b67e-a210ea183722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:29,081 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:17:29,081 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ba7c6ca-a489-4772-8b09-32d591eb400d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ba7c6ca-a489-4772-8b09-32d591eb400d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:30,124 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:17:30,124 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c5f5413-2259-44b8-b94d-30e2861ff252', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c5f5413-2259-44b8-b94d-30e2861ff252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:31,170 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.043s 2022-01-11 15:17:31,170 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-564eed18-50d6-4a38-8ef8-b4babfa8e280', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-564eed18-50d6-4a38-8ef8-b4babfa8e280', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:32,213 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:17:32,213 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ae37ae7-a5ca-4a03-b396-e62eddb74715', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ae37ae7-a5ca-4a03-b396-e62eddb74715', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:33,258 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:33,262 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ee485a3-b55c-46ae-981a-193514f9711a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ee485a3-b55c-46ae-981a-193514f9711a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:34,302 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.036s 2022-01-11 15:17:34,304 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e53bb5-4f16-4ae0-a03e-772cb55e04d5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e53bb5-4f16-4ae0-a03e-772cb55e04d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:35,347 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:35,348 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0feb2092-8829-41eb-8efc-fe8bd7e4f6d1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0feb2092-8829-41eb-8efc-fe8bd7e4f6d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:36,392 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:17:36,393 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66ad4bbf-cd47-412b-9207-1b139e762f8d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66ad4bbf-cd47-412b-9207-1b139e762f8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:37,436 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:37,436 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2365e8d9-d368-4e36-9f89-6a09c88e2959', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2365e8d9-d368-4e36-9f89-6a09c88e2959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:38,480 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:38,481 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f76dfaea-af7d-4f77-a628-197b593e2bcf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f76dfaea-af7d-4f77-a628-197b593e2bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:39,525 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:39,525 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc6062a5-21d1-4057-9b82-60c9b80444e2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc6062a5-21d1-4057-9b82-60c9b80444e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:40,574 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.045s 2022-01-11 15:17:40,574 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68014959-75f5-49b5-b22e-b38071a48f51', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68014959-75f5-49b5-b22e-b38071a48f51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:41,619 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:41,619 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c556722-1b87-4715-9a52-bfa2908cdb0b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c556722-1b87-4715-9a52-bfa2908cdb0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:42,664 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:17:42,664 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c012a6-1761-44a3-8950-a180028efe0e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c012a6-1761-44a3-8950-a180028efe0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:43,708 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:43,709 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-408283ea-d28a-412a-b2ee-1eeec652d4d8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-408283ea-d28a-412a-b2ee-1eeec652d4d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:44,758 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.045s 2022-01-11 15:17:44,758 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20e912c0-bf08-4ed7-a4b4-7d73c534abfc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20e912c0-bf08-4ed7-a4b4-7d73c534abfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:45,797 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.035s 2022-01-11 15:17:45,798 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5b1d13f-5f72-44d1-8940-7668c01f9de3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5b1d13f-5f72-44d1-8940-7668c01f9de3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:46,844 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.043s 2022-01-11 15:17:46,844 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a208d540-c449-4eec-8a6f-66586aa55efc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a208d540-c449-4eec-8a6f-66586aa55efc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:47,889 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.042s 2022-01-11 15:17:47,889 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6745c690-40e6-4782-a65f-6034dbda464e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6745c690-40e6-4782-a65f-6034dbda464e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:48,932 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:17:48,932 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa09257a-0a1f-4bfe-bb5f-dd4e533d396c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa09257a-0a1f-4bfe-bb5f-dd4e533d396c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:49,975 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:17:49,976 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beca08d1-e064-4ee1-be03-7059d31c7151', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beca08d1-e064-4ee1-be03-7059d31c7151', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:51,019 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:51,020 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b082653-7947-4c5e-96db-80f5eb81bfe8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b082653-7947-4c5e-96db-80f5eb81bfe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:52,064 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:17:52,065 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04b27bcd-6f54-4f8e-bfc5-71f414e6ba92', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04b27bcd-6f54-4f8e-bfc5-71f414e6ba92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:53,108 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:53,109 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2abbfc6-cfa2-4e9d-9b17-204dabd2ba69', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2abbfc6-cfa2-4e9d-9b17-204dabd2ba69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:54,154 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:17:54,154 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d560660b-c6d3-4b03-9fca-67a3dac0fbdf', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d560660b-c6d3-4b03-9fca-67a3dac0fbdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:55,199 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:17:55,199 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08b7f7f8-3d3c-485d-8147-e8321cfead1a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08b7f7f8-3d3c-485d-8147-e8321cfead1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:56,243 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:17:56,244 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6e4a343-61ff-4d01-b4cf-84e2f931b81a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6e4a343-61ff-4d01-b4cf-84e2f931b81a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:57,291 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.043s 2022-01-11 15:17:57,292 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bc79124-e37f-429b-8480-d3f728445bdc', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bc79124-e37f-429b-8480-d3f728445bdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:58,338 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.043s 2022-01-11 15:17:58,338 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b00ca67d-934d-4c2c-9ced-9a54a2097039', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b00ca67d-934d-4c2c-9ced-9a54a2097039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:17:59,383 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:17:59,384 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:17:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a78d38c6-1650-4171-9460-9d7869ab4c80', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a78d38c6-1650-4171-9460-9d7869ab4c80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:00,428 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:18:00,429 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de5668f1-87cb-4477-b235-0ca9e9d27277', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de5668f1-87cb-4477-b235-0ca9e9d27277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:01,474 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.042s 2022-01-11 15:18:01,475 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a896fd1-0a77-4306-a5cc-f2c1b588f514', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a896fd1-0a77-4306-a5cc-f2c1b588f514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:02,517 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:18:02,518 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0287626c-6248-4b87-ae82-d943b3789023', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0287626c-6248-4b87-ae82-d943b3789023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:03,568 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.047s 2022-01-11 15:18:03,568 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baa04d71-9130-44b5-a436-54706307c10d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baa04d71-9130-44b5-a436-54706307c10d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:04,614 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.042s 2022-01-11 15:18:04,615 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc2cf94b-7e88-4da5-b746-97d074e4d116', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc2cf94b-7e88-4da5-b746-97d074e4d116', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:05,657 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.038s 2022-01-11 15:18:05,657 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fedddeec-9824-4e2c-adf5-20fb22fe0642', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fedddeec-9824-4e2c-adf5-20fb22fe0642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:06,701 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:18:06,701 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa9d0dcb-a4de-4e72-a428-040250bb21d5', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa9d0dcb-a4de-4e72-a428-040250bb21d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:07,745 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:18:07,746 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-931e69ff-d086-422c-8800-4c68287b289d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-931e69ff-d086-422c-8800-4c68287b289d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:08,790 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:18:08,790 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-680a7558-26d9-4ef8-a2ad-d5ebacb1f256', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-680a7558-26d9-4ef8-a2ad-d5ebacb1f256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:09,834 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:18:09,834 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c423da6-fab7-4454-a05c-171e71458f4d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c423da6-fab7-4454-a05c-171e71458f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:10,883 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.045s 2022-01-11 15:18:10,884 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03318221-0114-4d25-a7ed-7c6b5146dc20', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03318221-0114-4d25-a7ed-7c6b5146dc20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:11,928 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:18:11,928 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46c151a4-75de-4f93-965f-72afa1f3ca05', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46c151a4-75de-4f93-965f-72afa1f3ca05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:12,989 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.057s 2022-01-11 15:18:12,989 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b31ac4a-6286-42aa-ae24-289d04cd8c23', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b31ac4a-6286-42aa-ae24-289d04cd8c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:14,032 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:18:14,032 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f28e7ab-0937-41a1-bb12-88600ec86793', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f28e7ab-0937-41a1-bb12-88600ec86793', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:15,076 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:18:15,077 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb515150-0e5b-4c3b-86b4-5a44ebb3ac20', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb515150-0e5b-4c3b-86b4-5a44ebb3ac20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:16,118 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.038s 2022-01-11 15:18:16,119 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdd53af0-b327-47db-9202-cc42ff695c59', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdd53af0-b327-47db-9202-cc42ff695c59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:17,163 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:18:17,164 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9856518d-df86-4e60-88fb-b0ae9d29f959', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9856518d-df86-4e60-88fb-b0ae9d29f959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:18,210 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.042s 2022-01-11 15:18:18,210 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b840a602-8566-47ea-b15f-72eab05dc8b9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b840a602-8566-47ea-b15f-72eab05dc8b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:19,254 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:18:19,259 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ef1d2fe-f801-43ac-b63c-3ce317ca33d8', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ef1d2fe-f801-43ac-b63c-3ce317ca33d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:20,302 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.039s 2022-01-11 15:18:20,302 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-670d104c-09e8-49d2-bead-79359c001354', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-670d104c-09e8-49d2-bead-79359c001354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:21,351 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.046s 2022-01-11 15:18:21,352 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-238bfe99-0723-4b44-902f-d7c9d186fed9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-238bfe99-0723-4b44-902f-d7c9d186fed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:22,395 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:18:22,396 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7116dbf-550e-435d-858a-7313e2579d97', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7116dbf-550e-435d-858a-7313e2579d97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:23,445 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.046s 2022-01-11 15:18:23,446 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ae86a5c-42c4-4d1b-81b4-7a15eb541773', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ae86a5c-42c4-4d1b-81b4-7a15eb541773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:24,491 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:18:24,492 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efcb45fb-8cad-48a9-9c82-d070e1d07a0a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efcb45fb-8cad-48a9-9c82-d070e1d07a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:25,535 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:18:25,536 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc12b540-3e5f-43a3-a063-810bdf5b42e2', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc12b540-3e5f-43a3-a063-810bdf5b42e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:26,668 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.129s 2022-01-11 15:18:26,669 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70cf870e-171b-45ef-ab12-91cd08bd129b', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70cf870e-171b-45ef-ab12-91cd08bd129b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:27,692 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.019s 2022-01-11 15:18:27,692 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b959f11-9f8a-41c0-8aeb-c1fbe82407f9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b959f11-9f8a-41c0-8aeb-c1fbe82407f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:28,717 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:18:28,717 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ba8df5b-e558-43a9-8669-9ce9e6811db3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ba8df5b-e558-43a9-8669-9ce9e6811db3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:29,740 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.019s 2022-01-11 15:18:29,740 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ff1554f-470e-40ee-98c7-2f8cee35863c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ff1554f-470e-40ee-98c7-2f8cee35863c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:30,765 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.021s 2022-01-11 15:18:30,765 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b97bb9f-5b7d-433c-9670-7429a3b5f62a', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b97bb9f-5b7d-433c-9670-7429a3b5f62a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:31,803 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.034s 2022-01-11 15:18:31,803 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32b5634d-7d27-4515-b925-447921b92b22', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32b5634d-7d27-4515-b925-447921b92b22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:32,850 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.044s 2022-01-11 15:18:32,853 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05f9401a-4808-4c02-beb6-31328a7078d3', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05f9401a-4808-4c02-beb6-31328a7078d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:33,894 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.037s 2022-01-11 15:18:33,894 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-712a01c9-8f47-468b-9592-2bb598433b80', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-712a01c9-8f47-468b-9592-2bb598433b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:34,938 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:18:34,938 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-385a27e5-7060-427b-94e6-002d23d75b32', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-385a27e5-7060-427b-94e6-002d23d75b32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:35,982 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:18:35,982 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96399e6e-8942-4c97-864c-14eb660b4d18', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96399e6e-8942-4c97-864c-14eb660b4d18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:37,026 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:18:37,026 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40c39445-3fc9-4da9-baa3-780db8444929', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40c39445-3fc9-4da9-baa3-780db8444929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:38,071 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:18:38,071 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48a202fc-eed8-4f9e-83bc-d919e901f7c9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48a202fc-eed8-4f9e-83bc-d919e901f7c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:39,117 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.042s 2022-01-11 15:18:39,117 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b815be3-dda5-4df4-9e51-67cad760064c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b815be3-dda5-4df4-9e51-67cad760064c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:40,161 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:18:40,161 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05b6b08c-e7e5-425e-9a23-362942e4fc9c', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05b6b08c-e7e5-425e-9a23-362942e4fc9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:41,205 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.040s 2022-01-11 15:18:41,206 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7627e17-1a01-4c5d-800a-bc9cf1a9e299', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7627e17-1a01-4c5d-800a-bc9cf1a9e299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:42,250 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.041s 2022-01-11 15:18:42,250 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-336de7c1-3ea7-45e1-8737-7098eebaa833', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-336de7c1-3ea7-45e1-8737-7098eebaa833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:43,298 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.043s 2022-01-11 15:18:43,298 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12f53691-065f-4961-8511-89e9f0d1bdd1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12f53691-065f-4961-8511-89e9f0d1bdd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:44,322 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:18:44,323 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7134a251-4e11-4691-ab6d-8188af5c1b8d', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7134a251-4e11-4691-ab6d-8188af5c1b8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:18:45,347 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 0.020s 2022-01-11 15:18:45,347 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fc5a794-4891-4e33-b4ae-2529bce33559', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fc5a794-4891-4e33-b4ae-2529bce33559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:19:39,820 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 53.469s 2022-01-11 15:19:39,820 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-856fbe07-e7ee-4f0b-94f5-8c8313a98efa', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-856fbe07-e7ee-4f0b-94f5-8c8313a98efa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:20:40,884 117584 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 2022-01-11 15:20:46,547 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 65.723s 2022-01-11 15:20:46,547 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff826782-203d-4df7-afb5-742785765d9f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff826782-203d-4df7-afb5-742785765d9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:21:40,031 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_delete_with_volume_in_use): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c 52.479s 2022-01-11 15:21:40,031 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75bcae52-bcf9-42ea-9c7b-41a24af11307', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75bcae52-bcf9-42ea-9c7b-41a24af11307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/2e63d2df-7f69-4b7e-80c2-630689485c4c'} Body: b'{"snapshot": {"id": "2e63d2df-7f69-4b7e-80c2-630689485c4c", "created_at": "2022-01-11T15:14:51.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1939700301", "description": null, "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:22:40,095 117584 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6/os-volume_attachments/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 2022-01-11 15:23:40,156 117584 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6/os-volume_attachments/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 2022-01-11 15:24:40,217 117584 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6/os-volume_attachments/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 2022-01-11 15:25:40,278 117584 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6/os-volume_attachments/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 2022-01-11 15:25:42,003 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 400 DELETE http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6/os-volume_attachments/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 241.968s 2022-01-11 15:25:42,005 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '269', 'x-openstack-request-id': 'req-bca374f6-5061-426a-9ac6-10bff3808792', 'x-compute-request-id': 'req-bca374f6-5061-426a-9ac6-10bff3808792', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6/os-volume_attachments/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Invalid input received: Invalid volume: Unable to detach volume. Volume status must be \'in-use\' and attach_status must be \'attached\' to detach. (HTTP 400) (Request-ID: req-49a0ee63-7eeb-49a4-b6d7-58588098daad)"}}' 2022-01-11 15:25:42,047 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 0.040s 2022-01-11 15:25:42,048 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a397127-edb4-4d0d-96c6-183462db750a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a397127-edb4-4d0d-96c6-183462db750a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:23:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "attachment_id": "bd083c00-03e4-4f71-a197-447d5954cfd8", "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "server_id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:14:44.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:26:43,114 117584 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 2022-01-11 15:26:49,211 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 66.156s 2022-01-11 15:26:49,212 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bee6b9f8-4a82-4797-8220-0ed61495eb34', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bee6b9f8-4a82-4797-8220-0ed61495eb34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:23:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "attachment_id": "bd083c00-03e4-4f71-a197-447d5954cfd8", "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "server_id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:14:44.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:27:42,676 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 52.456s 2022-01-11 15:27:42,676 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3648e6b0-a1b6-418f-aede-78e92f4ee1a7', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3648e6b0-a1b6-418f-aede-78e92f4ee1a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:23:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "attachment_id": "bd083c00-03e4-4f71-a197-447d5954cfd8", "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "server_id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:14:44.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:28:43,740 117584 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 2022-01-11 15:28:49,943 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 66.259s 2022-01-11 15:28:49,943 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba023a25-5a1b-46ab-b31f-556d51dbb149', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba023a25-5a1b-46ab-b31f-556d51dbb149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:23:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "attachment_id": "bd083c00-03e4-4f71-a197-447d5954cfd8", "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "server_id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:14:44.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:29:42,963 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 52.010s 2022-01-11 15:29:42,963 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d17883b-5a49-4a2a-a2f9-ef5220b0c58a', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d17883b-5a49-4a2a-a2f9-ef5220b0c58a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:23:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "attachment_id": "bd083c00-03e4-4f71-a197-447d5954cfd8", "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "server_id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:14:44.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:30:44,030 117584 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 2022-01-11 15:30:50,688 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 66.716s 2022-01-11 15:30:50,688 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef9ddbd-534e-45ed-aa39-f708b0c3d143', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef9ddbd-534e-45ed-aa39-f708b0c3d143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:23:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "attachment_id": "bd083c00-03e4-4f71-a197-447d5954cfd8", "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "server_id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:14:44.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:31:43,721 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55 52.026s 2022-01-11 15:31:43,721 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfcde5eb-0803-41b2-8e81-b7947c262d60', 'content-length': '1658', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfcde5eb-0803-41b2-8e81-b7947c262d60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55'} Body: b'{"volume": {"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:51.000000", "updated_at": "2022-01-11T15:23:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-359898893", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/9fc45775f6e34afd92637df5539194e2/volumes/f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}], "user_id": "8720d62426cf424b9f254574a9babf61", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "attachment_id": "bd083c00-03e4-4f71-a197-447d5954cfd8", "volume_id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55", "server_id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-01-11T15:14:44.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "9fc45775f6e34afd92637df5539194e2"}}' 2022-01-11 15:31:44,114 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.386s 2022-01-11 15:31:44,115 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cfa7208-09b8-4a78-8339-702c3500e153', 'x-compute-request-id': 'req-5cfa7208-09b8-4a78-8339-702c3500e153', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'' 2022-01-11 15:31:44,285 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.170s 2022-01-11 15:31:44,286 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e78ed15f-01de-411b-8642-e9f33546bd1c', 'x-compute-request-id': 'req-e78ed15f-01de-411b-8642-e9f33546bd1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:31:45,453 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.158s 2022-01-11 15:31:45,453 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d619cd1-e5d6-4852-b505-50a65425e148', 'x-compute-request-id': 'req-7d619cd1-e5d6-4852-b505-50a65425e148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:31:46,614 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:31:46,615 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13b03953-d1db-499b-84bf-fc97ec67a99a', 'x-compute-request-id': 'req-13b03953-d1db-499b-84bf-fc97ec67a99a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:31:47,777 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:31:47,778 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37722f6c-d31b-4458-a428-f57cf0d15457', 'x-compute-request-id': 'req-37722f6c-d31b-4458-a428-f57cf0d15457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:31:48,944 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.157s 2022-01-11 15:31:48,944 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d6905cf-028e-4d67-aa27-611294fe8305', 'x-compute-request-id': 'req-4d6905cf-028e-4d67-aa27-611294fe8305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:31:50,107 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:31:50,107 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33f3041c-1c0a-41f8-9880-73d9944bdde4', 'x-compute-request-id': 'req-33f3041c-1c0a-41f8-9880-73d9944bdde4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:31:51,270 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:31:51,270 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42fe814d-c15c-4541-928d-2b18153c0a42', 'x-compute-request-id': 'req-42fe814d-c15c-4541-928d-2b18153c0a42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:31:52,436 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.158s 2022-01-11 15:31:52,437 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abbae484-e71a-401c-b859-6ad70fe5dc68', 'x-compute-request-id': 'req-abbae484-e71a-401c-b859-6ad70fe5dc68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:31:53,596 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:31:53,596 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d644945-d9d4-4a5b-88d1-2d34aa5fc9d0', 'x-compute-request-id': 'req-3d644945-d9d4-4a5b-88d1-2d34aa5fc9d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:31:54,769 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.163s 2022-01-11 15:31:54,769 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcc7a5dc-81e3-4c92-9bb5-7df717fd1013', 'x-compute-request-id': 'req-fcc7a5dc-81e3-4c92-9bb5-7df717fd1013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:31:55,930 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:31:55,930 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74933e98-f8cb-46f7-a8d6-067b8a476c90', 'x-compute-request-id': 'req-74933e98-f8cb-46f7-a8d6-067b8a476c90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:31:57,091 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:31:57,097 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9943c4c1-6799-4824-8faf-4ed9ffdaea8e', 'x-compute-request-id': 'req-9943c4c1-6799-4824-8faf-4ed9ffdaea8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:31:58,261 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.155s 2022-01-11 15:31:58,261 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ff0b979-10c7-4fcf-b07e-7d09b276002d', 'x-compute-request-id': 'req-0ff0b979-10c7-4fcf-b07e-7d09b276002d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:31:59,419 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:31:59,420 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebd254b5-c3f3-4b21-874a-8a91ce3a238a', 'x-compute-request-id': 'req-ebd254b5-c3f3-4b21-874a-8a91ce3a238a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:00,581 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:32:00,582 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b95455a4-8f52-4ff3-87bb-f64964868f9e', 'x-compute-request-id': 'req-b95455a4-8f52-4ff3-87bb-f64964868f9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:01,740 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:32:01,740 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a37f8ff8-aff0-4358-9cca-a44d33ac291d', 'x-compute-request-id': 'req-a37f8ff8-aff0-4358-9cca-a44d33ac291d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:02,899 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:32:02,900 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d66b7f30-2d46-47b7-9a7d-e8ac512f3644', 'x-compute-request-id': 'req-d66b7f30-2d46-47b7-9a7d-e8ac512f3644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:04,058 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:32:04,059 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2b58ff6-8197-4d24-996e-5726040d9093', 'x-compute-request-id': 'req-b2b58ff6-8197-4d24-996e-5726040d9093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:05,222 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:32:05,222 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49c23e92-2ccc-4ffc-bc44-f5781874911d', 'x-compute-request-id': 'req-49c23e92-2ccc-4ffc-bc44-f5781874911d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:06,379 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:32:06,380 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a112a4c1-3910-423e-a5d7-625670ad9a13', 'x-compute-request-id': 'req-a112a4c1-3910-423e-a5d7-625670ad9a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:07,538 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:32:07,538 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9688ec87-956d-4de7-8e9d-8c0278aea543', 'x-compute-request-id': 'req-9688ec87-956d-4de7-8e9d-8c0278aea543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:08,702 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.155s 2022-01-11 15:32:08,703 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8665d1f-0de7-4bb7-89c4-e7c623040786', 'x-compute-request-id': 'req-a8665d1f-0de7-4bb7-89c4-e7c623040786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:09,858 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.147s 2022-01-11 15:32:09,859 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ed01541-fe03-4d02-8ea1-92cce1ec9a1e', 'x-compute-request-id': 'req-1ed01541-fe03-4d02-8ea1-92cce1ec9a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:11,019 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:32:11,019 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-930bae1d-27ba-46b3-adfc-963cff3094a2', 'x-compute-request-id': 'req-930bae1d-27ba-46b3-adfc-963cff3094a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:12,175 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.147s 2022-01-11 15:32:12,175 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e7b4d1b-edf5-43ad-9200-f20ecdbe1773', 'x-compute-request-id': 'req-5e7b4d1b-edf5-43ad-9200-f20ecdbe1773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:13,334 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.147s 2022-01-11 15:32:13,335 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-765d6b79-fb41-4be5-9f7a-f8ee8f2eb7d0', 'x-compute-request-id': 'req-765d6b79-fb41-4be5-9f7a-f8ee8f2eb7d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:14,495 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:32:14,495 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8d5c774-0715-4f44-8bad-ef7a1a8a17ec', 'x-compute-request-id': 'req-b8d5c774-0715-4f44-8bad-ef7a1a8a17ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:15,655 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:32:15,655 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6c6ffc9-28e8-49df-aab7-a6490049a8be', 'x-compute-request-id': 'req-a6c6ffc9-28e8-49df-aab7-a6490049a8be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:16,816 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:32:16,816 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5752bc7f-180e-4889-8799-4c9c27fa67bf', 'x-compute-request-id': 'req-5752bc7f-180e-4889-8799-4c9c27fa67bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:18,055 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.230s 2022-01-11 15:32:18,055 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5ebbd97-965e-40eb-ae9c-209d145912ee', 'x-compute-request-id': 'req-b5ebbd97-965e-40eb-ae9c-209d145912ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:19,225 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.160s 2022-01-11 15:32:19,226 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-794c0f7e-4f5a-4ba3-bbb5-32b394473e7f', 'x-compute-request-id': 'req-794c0f7e-4f5a-4ba3-bbb5-32b394473e7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:20,383 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:32:20,384 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8251b784-e357-4a9c-bafb-ad72554462a1', 'x-compute-request-id': 'req-8251b784-e357-4a9c-bafb-ad72554462a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:21,541 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:32:21,542 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5b275ad-d494-4749-b53f-22f690e0eb34', 'x-compute-request-id': 'req-f5b275ad-d494-4749-b53f-22f690e0eb34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:22,703 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:32:22,703 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6826836-12f6-408e-954a-57fc0f35701c', 'x-compute-request-id': 'req-c6826836-12f6-408e-954a-57fc0f35701c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:23,864 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:32:23,865 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbe38fb5-4268-4b76-91c7-aa4d34fd5675', 'x-compute-request-id': 'req-bbe38fb5-4268-4b76-91c7-aa4d34fd5675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:25,025 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:32:25,026 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24e8d0eb-b0df-429d-b445-1b467045603f', 'x-compute-request-id': 'req-24e8d0eb-b0df-429d-b445-1b467045603f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:26,208 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.173s 2022-01-11 15:32:26,209 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9bc89b8-9ed9-4057-bcba-5d59fe4e3f3a', 'x-compute-request-id': 'req-c9bc89b8-9ed9-4057-bcba-5d59fe4e3f3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:27,369 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:32:27,369 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6484d2e-d6d8-4897-904b-d3759405c601', 'x-compute-request-id': 'req-a6484d2e-d6d8-4897-904b-d3759405c601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:28,526 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.147s 2022-01-11 15:32:28,526 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42c43cb1-b6cd-47e2-b535-2eb11dd14c84', 'x-compute-request-id': 'req-42c43cb1-b6cd-47e2-b535-2eb11dd14c84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:29,689 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:32:29,689 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5111a5b-17db-490a-91ca-1652dcdff46d', 'x-compute-request-id': 'req-a5111a5b-17db-490a-91ca-1652dcdff46d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:30,860 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.162s 2022-01-11 15:32:30,860 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-528bc04a-e74d-4d9c-a279-eaae1c760607', 'x-compute-request-id': 'req-528bc04a-e74d-4d9c-a279-eaae1c760607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:32,017 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:32:32,018 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f89c68a6-073b-441f-9b79-4d0f16ffc54e', 'x-compute-request-id': 'req-f89c68a6-073b-441f-9b79-4d0f16ffc54e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:33,177 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:32:33,178 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2752cbb-a22a-4c63-9a8b-d6b193bfe145', 'x-compute-request-id': 'req-d2752cbb-a22a-4c63-9a8b-d6b193bfe145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:34,342 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.156s 2022-01-11 15:32:34,343 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c23274ed-e699-4608-9842-66d819781d53', 'x-compute-request-id': 'req-c23274ed-e699-4608-9842-66d819781d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:35,511 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.159s 2022-01-11 15:32:35,511 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01370c51-4ea5-47c3-9d0c-00e35e07c501', 'x-compute-request-id': 'req-01370c51-4ea5-47c3-9d0c-00e35e07c501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:36,678 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.158s 2022-01-11 15:32:36,678 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48411d13-1556-4ee9-a5c0-a6298c9c6b18', 'x-compute-request-id': 'req-48411d13-1556-4ee9-a5c0-a6298c9c6b18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:37,837 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:32:37,837 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8fa9ed6-6305-49e3-b36f-0bd78934a2ac', 'x-compute-request-id': 'req-a8fa9ed6-6305-49e3-b36f-0bd78934a2ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:39,146 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.300s 2022-01-11 15:32:39,147 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-322cd9f1-6634-457d-ade7-79400a1afbb1', 'x-compute-request-id': 'req-322cd9f1-6634-457d-ade7-79400a1afbb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:40,305 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:32:40,306 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a2c3a98-73b5-4928-84d4-d8e5b2f914de', 'x-compute-request-id': 'req-9a2c3a98-73b5-4928-84d4-d8e5b2f914de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:41,465 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:32:41,465 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-015f2ad1-6857-4a3c-8829-3cb7a6414778', 'x-compute-request-id': 'req-015f2ad1-6857-4a3c-8829-3cb7a6414778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:42,621 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.147s 2022-01-11 15:32:42,621 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10da4d2c-4ebb-4d58-a9ec-4621bddebef0', 'x-compute-request-id': 'req-10da4d2c-4ebb-4d58-a9ec-4621bddebef0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:43,782 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:32:43,782 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-911c37d1-5c89-4a43-b2fd-7b818a921bbb', 'x-compute-request-id': 'req-911c37d1-5c89-4a43-b2fd-7b818a921bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:44,940 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:32:44,941 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb3666b1-2d1d-479e-af7f-50c29d0d5cb8', 'x-compute-request-id': 'req-cb3666b1-2d1d-479e-af7f-50c29d0d5cb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:46,099 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:32:46,099 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f05438d8-c765-45fc-b4a4-55da9f88c0c1', 'x-compute-request-id': 'req-f05438d8-c765-45fc-b4a4-55da9f88c0c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:47,260 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:32:47,260 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8489e7b-0ed7-4dd5-8d4e-d7ab0d5fe1b9', 'x-compute-request-id': 'req-c8489e7b-0ed7-4dd5-8d4e-d7ab0d5fe1b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:48,420 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:32:48,421 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-651547e5-36ad-4bff-9ce5-8360bc510f24', 'x-compute-request-id': 'req-651547e5-36ad-4bff-9ce5-8360bc510f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:49,578 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:32:49,579 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29707fdd-f9b9-4a95-aa4c-c0f461028535', 'x-compute-request-id': 'req-29707fdd-f9b9-4a95-aa4c-c0f461028535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:50,741 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:32:50,742 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9caf400b-b41f-4db9-bc0a-f8315137e375', 'x-compute-request-id': 'req-9caf400b-b41f-4db9-bc0a-f8315137e375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:51,899 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:32:51,899 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5423bf20-e6cd-4891-aba2-705c4c460d8c', 'x-compute-request-id': 'req-5423bf20-e6cd-4891-aba2-705c4c460d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:53,061 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:32:53,061 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1670e48-8501-4c0a-9767-e4bbbbfbf756', 'x-compute-request-id': 'req-f1670e48-8501-4c0a-9767-e4bbbbfbf756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:54,220 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:32:54,220 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8525326-468f-490b-83cc-edee72e3c1d2', 'x-compute-request-id': 'req-f8525326-468f-490b-83cc-edee72e3c1d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:55,381 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:32:55,381 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11718bc9-f066-4cfd-88b4-3deb8538a6f7', 'x-compute-request-id': 'req-11718bc9-f066-4cfd-88b4-3deb8538a6f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:56,539 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:32:56,540 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe5376d5-9e40-4577-a05e-05bb75177c68', 'x-compute-request-id': 'req-fe5376d5-9e40-4577-a05e-05bb75177c68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:57,699 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:32:57,699 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9a21d35-4c65-4d33-a715-8a6145533f42', 'x-compute-request-id': 'req-d9a21d35-4c65-4d33-a715-8a6145533f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:32:58,859 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:32:58,859 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1790c615-b743-40a4-9443-846db7582bdf', 'x-compute-request-id': 'req-1790c615-b743-40a4-9443-846db7582bdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:00,016 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:33:00,016 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88862cd5-5931-41ea-bed5-45fdbef4cba1', 'x-compute-request-id': 'req-88862cd5-5931-41ea-bed5-45fdbef4cba1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:01,417 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.392s 2022-01-11 15:33:01,418 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1e8c346-b408-4851-9d98-9bc967ee39ce', 'x-compute-request-id': 'req-e1e8c346-b408-4851-9d98-9bc967ee39ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:02,574 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:33:02,575 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ba8dbbf-e052-422d-b37b-722fbc97a844', 'x-compute-request-id': 'req-3ba8dbbf-e052-422d-b37b-722fbc97a844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:03,734 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:33:03,734 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0489ea27-cb3b-4c47-a4f9-033f4dbf5489', 'x-compute-request-id': 'req-0489ea27-cb3b-4c47-a4f9-033f4dbf5489', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:04,895 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:33:04,896 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dddd7a21-5aa9-4777-9cce-51edcf6eb00d', 'x-compute-request-id': 'req-dddd7a21-5aa9-4777-9cce-51edcf6eb00d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:06,059 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:33:06,059 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fcac5aa-cd1f-468e-ba7f-aa1f4c026b6d', 'x-compute-request-id': 'req-4fcac5aa-cd1f-468e-ba7f-aa1f4c026b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:07,219 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:33:07,219 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-245460c3-b0b8-4de1-869c-23eafcba0bfe', 'x-compute-request-id': 'req-245460c3-b0b8-4de1-869c-23eafcba0bfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:08,380 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:33:08,381 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b986c1e-6f72-401e-bef5-226a8fbe5809', 'x-compute-request-id': 'req-7b986c1e-6f72-401e-bef5-226a8fbe5809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:09,542 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:33:09,542 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5b44c32-0613-4d20-a801-2f2bbd4cf1bc', 'x-compute-request-id': 'req-a5b44c32-0613-4d20-a801-2f2bbd4cf1bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:10,699 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:33:10,699 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53ff9085-6828-488a-a0a6-166a611095ae', 'x-compute-request-id': 'req-53ff9085-6828-488a-a0a6-166a611095ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:11,856 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:33:11,856 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d60a6405-ea47-4546-b5dd-48ef1fb9d656', 'x-compute-request-id': 'req-d60a6405-ea47-4546-b5dd-48ef1fb9d656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:13,018 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:33:13,018 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e744ff3-1f24-4ac2-ac53-83280e5a411d', 'x-compute-request-id': 'req-4e744ff3-1f24-4ac2-ac53-83280e5a411d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:14,174 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.147s 2022-01-11 15:33:14,175 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73c68ae0-7f25-40af-b458-7cd34ce5026c', 'x-compute-request-id': 'req-73c68ae0-7f25-40af-b458-7cd34ce5026c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:15,337 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:33:15,337 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32501930-1906-4a3c-87a3-e11390e45541', 'x-compute-request-id': 'req-32501930-1906-4a3c-87a3-e11390e45541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:16,497 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:33:16,497 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d08d68c6-581a-4cc2-99d4-8e6caa5ec3b2', 'x-compute-request-id': 'req-d08d68c6-581a-4cc2-99d4-8e6caa5ec3b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:17,656 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:33:17,656 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cca63bb-430d-48d0-8771-537b8bfb9001', 'x-compute-request-id': 'req-4cca63bb-430d-48d0-8771-537b8bfb9001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:18,867 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.203s 2022-01-11 15:33:18,868 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73d9e9ce-9af3-4023-8e11-1acfed67d0dd', 'x-compute-request-id': 'req-73d9e9ce-9af3-4023-8e11-1acfed67d0dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:20,024 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:33:20,025 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0bc9505-455c-4f6b-8fc2-2583e6373970', 'x-compute-request-id': 'req-a0bc9505-455c-4f6b-8fc2-2583e6373970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:21,186 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:33:21,187 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91ec35df-b455-4a12-9c5c-296b4b11f02b', 'x-compute-request-id': 'req-91ec35df-b455-4a12-9c5c-296b4b11f02b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:22,346 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:33:22,347 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d840cec3-1cd3-4375-ae4d-02b4f840eced', 'x-compute-request-id': 'req-d840cec3-1cd3-4375-ae4d-02b4f840eced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:23,511 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.156s 2022-01-11 15:33:23,511 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-897f995d-a0a4-4153-b71a-00f3b07913ed', 'x-compute-request-id': 'req-897f995d-a0a4-4153-b71a-00f3b07913ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:24,669 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:33:24,670 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fef8a61-9557-4081-a045-7bfb0b4e2aed', 'x-compute-request-id': 'req-5fef8a61-9557-4081-a045-7bfb0b4e2aed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:25,839 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.160s 2022-01-11 15:33:25,840 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5db31bb8-faca-47e9-ba2e-0c6fba639c5a', 'x-compute-request-id': 'req-5db31bb8-faca-47e9-ba2e-0c6fba639c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:26,995 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:33:26,996 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-077bb57e-cb0a-47b7-ab44-8caed3f4eaca', 'x-compute-request-id': 'req-077bb57e-cb0a-47b7-ab44-8caed3f4eaca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:28,151 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.146s 2022-01-11 15:33:28,152 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bea0fc8b-b3c9-4d4e-8bab-33d2d24726da', 'x-compute-request-id': 'req-bea0fc8b-b3c9-4d4e-8bab-33d2d24726da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:29,316 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.156s 2022-01-11 15:33:29,316 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99a5a860-73c3-4b77-b3b3-629db71ad9f8', 'x-compute-request-id': 'req-99a5a860-73c3-4b77-b3b3-629db71ad9f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:30,474 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:33:30,475 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd5a8e8c-b0a5-4f0b-b010-e3dbc40db3c7', 'x-compute-request-id': 'req-cd5a8e8c-b0a5-4f0b-b010-e3dbc40db3c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:31,638 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:33:31,638 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b050f42f-a35f-4f64-bd63-2b9daf2c2e8a', 'x-compute-request-id': 'req-b050f42f-a35f-4f64-bd63-2b9daf2c2e8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:32,804 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.157s 2022-01-11 15:33:32,804 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18f3df00-580a-44d7-a663-00d20c4ef6d8', 'x-compute-request-id': 'req-18f3df00-580a-44d7-a663-00d20c4ef6d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:33,964 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:33:33,965 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ea6c066-bcb3-433f-9422-a9f420e5dc87', 'x-compute-request-id': 'req-7ea6c066-bcb3-433f-9422-a9f420e5dc87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:35,127 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:33:35,127 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c93f1ff-efaa-4679-b822-cc27f74607b1', 'x-compute-request-id': 'req-4c93f1ff-efaa-4679-b822-cc27f74607b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:36,285 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:33:36,286 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c0220a9-6637-49ea-8455-076612d9e4e7', 'x-compute-request-id': 'req-0c0220a9-6637-49ea-8455-076612d9e4e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:37,445 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:33:37,445 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-395e0569-e8a5-4750-afb1-6f7e09a61281', 'x-compute-request-id': 'req-395e0569-e8a5-4750-afb1-6f7e09a61281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:38,604 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:33:38,604 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9821cf42-4d73-4bbb-aebb-df278fa66166', 'x-compute-request-id': 'req-9821cf42-4d73-4bbb-aebb-df278fa66166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:39,765 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:33:39,765 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd991ad8-87dc-4a55-b894-27a647313110', 'x-compute-request-id': 'req-bd991ad8-87dc-4a55-b894-27a647313110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:40,932 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.157s 2022-01-11 15:33:40,932 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ab12a9f-cd2e-4661-b611-0d64b53060b4', 'x-compute-request-id': 'req-9ab12a9f-cd2e-4661-b611-0d64b53060b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:42,090 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:33:42,091 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49ab9b3e-198d-439f-8953-9a7509581172', 'x-compute-request-id': 'req-49ab9b3e-198d-439f-8953-9a7509581172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:43,403 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.302s 2022-01-11 15:33:43,403 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b17baa36-9f03-44cf-b06a-666110211f64', 'x-compute-request-id': 'req-b17baa36-9f03-44cf-b06a-666110211f64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:44,561 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:33:44,562 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1de4147-5ff4-4d1b-854d-7e2be42cf589', 'x-compute-request-id': 'req-f1de4147-5ff4-4d1b-854d-7e2be42cf589', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:45,722 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:33:45,723 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e314d73-a9c7-4208-a081-dd749852396a', 'x-compute-request-id': 'req-9e314d73-a9c7-4208-a081-dd749852396a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:46,881 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:33:46,881 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cbe2db2-8aee-4911-9720-25f8b4326d6c', 'x-compute-request-id': 'req-4cbe2db2-8aee-4911-9720-25f8b4326d6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:48,037 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.147s 2022-01-11 15:33:48,038 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-190ad717-79ef-40f6-930a-8f078d4e2047', 'x-compute-request-id': 'req-190ad717-79ef-40f6-930a-8f078d4e2047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:49,200 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:33:49,200 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a26ffa4e-96ac-4af5-b1c3-7264653e1c4a', 'x-compute-request-id': 'req-a26ffa4e-96ac-4af5-b1c3-7264653e1c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:50,515 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.307s 2022-01-11 15:33:50,515 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40d7dd86-e04e-47a7-972c-6cfa8ef0286a', 'x-compute-request-id': 'req-40d7dd86-e04e-47a7-972c-6cfa8ef0286a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:51,678 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:33:51,678 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75cdb3cd-d01a-4e10-bb74-533ec5aa62b9', 'x-compute-request-id': 'req-75cdb3cd-d01a-4e10-bb74-533ec5aa62b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:52,834 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.147s 2022-01-11 15:33:52,835 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a703420-a271-496d-83f3-0f655e8d6d53', 'x-compute-request-id': 'req-1a703420-a271-496d-83f3-0f655e8d6d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:53,993 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:33:53,994 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52573c60-0f03-4f5b-98c7-64971605c0b4', 'x-compute-request-id': 'req-52573c60-0f03-4f5b-98c7-64971605c0b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:55,151 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:33:55,151 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c8a1aac-b320-4a03-b465-52e023039668', 'x-compute-request-id': 'req-6c8a1aac-b320-4a03-b465-52e023039668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:56,313 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:33:56,314 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edd366e0-6c19-4ba7-b5ea-cc7bc46fce9b', 'x-compute-request-id': 'req-edd366e0-6c19-4ba7-b5ea-cc7bc46fce9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:57,475 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:33:57,476 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3e1262c-0dfd-4253-8632-c383a80a2e34', 'x-compute-request-id': 'req-b3e1262c-0dfd-4253-8632-c383a80a2e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:58,635 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:33:58,636 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2aae5c30-f826-4db6-bda5-fb86f0bf6aa2', 'x-compute-request-id': 'req-2aae5c30-f826-4db6-bda5-fb86f0bf6aa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:33:59,797 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:33:59,797 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48871c93-4a44-4023-b274-d5926ab80932', 'x-compute-request-id': 'req-48871c93-4a44-4023-b274-d5926ab80932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:00,956 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:34:00,957 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f052762e-cf70-4e8f-8d57-95022ab692e4', 'x-compute-request-id': 'req-f052762e-cf70-4e8f-8d57-95022ab692e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:02,115 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:34:02,116 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2cdf23f-913b-4c56-86fc-ca7999ea4217', 'x-compute-request-id': 'req-c2cdf23f-913b-4c56-86fc-ca7999ea4217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:03,279 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:34:03,280 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08c8d4c6-64b7-4c1a-b2cf-2d1f6d4a5f6d', 'x-compute-request-id': 'req-08c8d4c6-64b7-4c1a-b2cf-2d1f6d4a5f6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:04,444 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.155s 2022-01-11 15:34:04,444 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35f31b49-a4b1-435f-8f6f-595b499aa408', 'x-compute-request-id': 'req-35f31b49-a4b1-435f-8f6f-595b499aa408', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:05,604 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:34:05,604 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f78a291c-446e-4b9a-b3fa-a1ad61c65cee', 'x-compute-request-id': 'req-f78a291c-446e-4b9a-b3fa-a1ad61c65cee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:06,763 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:34:06,763 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10e72865-6409-4408-b006-f35b1eeddee3', 'x-compute-request-id': 'req-10e72865-6409-4408-b006-f35b1eeddee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:07,923 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:34:07,924 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd1ab1d2-11e0-4103-a01b-868acfb894cb', 'x-compute-request-id': 'req-cd1ab1d2-11e0-4103-a01b-868acfb894cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:09,084 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:34:09,085 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a26e8334-22f2-4d79-9f2b-fb832c311f24', 'x-compute-request-id': 'req-a26e8334-22f2-4d79-9f2b-fb832c311f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:10,241 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:34:10,241 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85992920-26fc-4c80-8004-266beda0947e', 'x-compute-request-id': 'req-85992920-26fc-4c80-8004-266beda0947e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:11,402 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:34:11,403 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2397a001-4c80-42cd-ae57-a89871b65656', 'x-compute-request-id': 'req-2397a001-4c80-42cd-ae57-a89871b65656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:12,560 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:34:12,560 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e34dae9f-35fe-47dc-84f4-904d73dcfbf5', 'x-compute-request-id': 'req-e34dae9f-35fe-47dc-84f4-904d73dcfbf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:13,720 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:34:13,721 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da62e82a-6681-4157-82ed-e6776822d3eb', 'x-compute-request-id': 'req-da62e82a-6681-4157-82ed-e6776822d3eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:14,878 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:34:14,879 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65530791-5ae8-427e-86bb-8edd238d5ec2', 'x-compute-request-id': 'req-65530791-5ae8-427e-86bb-8edd238d5ec2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:16,035 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:34:16,035 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9c85d67-ba92-4224-8476-a2f24c89051b', 'x-compute-request-id': 'req-c9c85d67-ba92-4224-8476-a2f24c89051b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:17,196 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:34:17,196 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de074579-9235-403c-9356-a7958f265858', 'x-compute-request-id': 'req-de074579-9235-403c-9356-a7958f265858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:18,359 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:34:18,360 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79a80aa2-042f-449c-adb2-691a2bd44b20', 'x-compute-request-id': 'req-79a80aa2-042f-449c-adb2-691a2bd44b20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:19,519 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:34:19,520 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c14aa3a9-9951-4b15-95d2-35b44e36733d', 'x-compute-request-id': 'req-c14aa3a9-9951-4b15-95d2-35b44e36733d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:20,681 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:34:20,681 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7eb4f98-f7bc-4c43-9bb8-443341876a35', 'x-compute-request-id': 'req-a7eb4f98-f7bc-4c43-9bb8-443341876a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:21,842 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:34:21,843 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61730081-29b9-4603-b427-eb3eb95170e6', 'x-compute-request-id': 'req-61730081-29b9-4603-b427-eb3eb95170e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:23,007 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.155s 2022-01-11 15:34:23,007 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36487082-7cc2-4571-bdde-644e21d4c95a', 'x-compute-request-id': 'req-36487082-7cc2-4571-bdde-644e21d4c95a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:24,162 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.146s 2022-01-11 15:34:24,162 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c33f851c-639c-43a9-9367-1ebd6649cd6e', 'x-compute-request-id': 'req-c33f851c-639c-43a9-9367-1ebd6649cd6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:25,329 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.157s 2022-01-11 15:34:25,329 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a4ca1b0-e875-41de-bc33-efe568f8168b', 'x-compute-request-id': 'req-3a4ca1b0-e875-41de-bc33-efe568f8168b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:26,485 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.147s 2022-01-11 15:34:26,486 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33389d28-e851-48f0-9aae-48fbc1efc6f3', 'x-compute-request-id': 'req-33389d28-e851-48f0-9aae-48fbc1efc6f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:27,645 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:34:27,646 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-993a4b53-3f20-4bde-ba8b-25e1c6018b32', 'x-compute-request-id': 'req-993a4b53-3f20-4bde-ba8b-25e1c6018b32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:28,805 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:34:28,805 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48db58a9-8bf7-41fd-95d3-765bb4a85b79', 'x-compute-request-id': 'req-48db58a9-8bf7-41fd-95d3-765bb4a85b79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:29,966 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:34:29,966 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1079f2d4-fecc-4e5b-84ac-ebead2565a16', 'x-compute-request-id': 'req-1079f2d4-fecc-4e5b-84ac-ebead2565a16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:31,125 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:34:31,125 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c4ce103-529d-45c4-9ad5-e074c7e7aded', 'x-compute-request-id': 'req-7c4ce103-529d-45c4-9ad5-e074c7e7aded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:32,283 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:34:32,283 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81cefee4-ecbb-4185-906c-ee4e41cc3839', 'x-compute-request-id': 'req-81cefee4-ecbb-4185-906c-ee4e41cc3839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:33,443 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:34:33,443 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3929d85-89f4-49e1-ae2d-3468555aa75d', 'x-compute-request-id': 'req-b3929d85-89f4-49e1-ae2d-3468555aa75d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:34,601 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:34:34,601 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56fac1a1-1bf8-4481-a73c-0bf72f549d96', 'x-compute-request-id': 'req-56fac1a1-1bf8-4481-a73c-0bf72f549d96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:35,760 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:34:35,760 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f774377f-348c-490f-9692-00b6723692ed', 'x-compute-request-id': 'req-f774377f-348c-490f-9692-00b6723692ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:36,918 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:34:36,918 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cacecf81-4f31-4335-b475-289feecae743', 'x-compute-request-id': 'req-cacecf81-4f31-4335-b475-289feecae743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:38,079 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:34:38,080 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e227264b-cb7d-4829-8f97-d7cefb94ddc4', 'x-compute-request-id': 'req-e227264b-cb7d-4829-8f97-d7cefb94ddc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:39,242 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:34:39,242 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e20af4e-7d87-487f-9594-9b133e244ad1', 'x-compute-request-id': 'req-3e20af4e-7d87-487f-9594-9b133e244ad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:40,398 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.147s 2022-01-11 15:34:40,399 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33c03441-be69-4922-bb00-b9d87154257c', 'x-compute-request-id': 'req-33c03441-be69-4922-bb00-b9d87154257c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:41,560 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:34:41,560 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74447299-5e76-4d61-af0a-1d2e66630f3f', 'x-compute-request-id': 'req-74447299-5e76-4d61-af0a-1d2e66630f3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:42,720 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:34:42,721 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c02a919-9bcb-4737-a871-c2e1faf9f583', 'x-compute-request-id': 'req-1c02a919-9bcb-4737-a871-c2e1faf9f583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:43,882 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:34:43,883 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d0a92ea-8302-4ab3-bbf5-05f4855c7b9d', 'x-compute-request-id': 'req-9d0a92ea-8302-4ab3-bbf5-05f4855c7b9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:45,037 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.145s 2022-01-11 15:34:45,037 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-324978e7-bd20-4f2b-93d4-87b3be818d9a', 'x-compute-request-id': 'req-324978e7-bd20-4f2b-93d4-87b3be818d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:46,195 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:34:46,200 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e32a7b4-6611-4540-aa99-350500932d82', 'x-compute-request-id': 'req-9e32a7b4-6611-4540-aa99-350500932d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:47,361 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:34:47,362 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf7601bc-ba87-4ddc-955c-a8586acfaa72', 'x-compute-request-id': 'req-bf7601bc-ba87-4ddc-955c-a8586acfaa72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:48,517 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.147s 2022-01-11 15:34:48,518 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-504ab264-f4ab-49c6-aa93-396d9c051663', 'x-compute-request-id': 'req-504ab264-f4ab-49c6-aa93-396d9c051663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:49,692 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.166s 2022-01-11 15:34:49,693 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5d20a1f-418b-406d-8d1b-f42e2954c43c', 'x-compute-request-id': 'req-e5d20a1f-418b-406d-8d1b-f42e2954c43c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:50,854 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:34:50,855 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b495e34-0f5c-47bf-b8bb-3f9058432ae8', 'x-compute-request-id': 'req-9b495e34-0f5c-47bf-b8bb-3f9058432ae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:52,022 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.158s 2022-01-11 15:34:52,022 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abb25b66-fade-4ec1-b1cc-8fc5ce88ce71', 'x-compute-request-id': 'req-abb25b66-fade-4ec1-b1cc-8fc5ce88ce71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:53,189 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.157s 2022-01-11 15:34:53,189 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17fd2101-128c-4db9-9d10-155303df9048', 'x-compute-request-id': 'req-17fd2101-128c-4db9-9d10-155303df9048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:54,373 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.175s 2022-01-11 15:34:54,373 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1020a66e-3424-4522-89e3-92dbaceacd3a', 'x-compute-request-id': 'req-1020a66e-3424-4522-89e3-92dbaceacd3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:55,807 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.425s 2022-01-11 15:34:55,808 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9f14d50-58df-4e13-a025-69063c5fcc67', 'x-compute-request-id': 'req-b9f14d50-58df-4e13-a025-69063c5fcc67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:56,982 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.166s 2022-01-11 15:34:56,983 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2215b69b-53d7-43ef-a232-d15dbf39f6bf', 'x-compute-request-id': 'req-2215b69b-53d7-43ef-a232-d15dbf39f6bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:58,148 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.157s 2022-01-11 15:34:58,148 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bb3c748-4432-4111-9260-0f8805e77e1e', 'x-compute-request-id': 'req-1bb3c748-4432-4111-9260-0f8805e77e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:34:59,318 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.160s 2022-01-11 15:34:59,318 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55dea7d4-dfd5-43bc-8ec2-fec8a2630e5e', 'x-compute-request-id': 'req-55dea7d4-dfd5-43bc-8ec2-fec8a2630e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:00,486 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.159s 2022-01-11 15:35:00,486 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-414f7c66-1bb6-4e2e-b837-ea1fe7a6d2e5', 'x-compute-request-id': 'req-414f7c66-1bb6-4e2e-b837-ea1fe7a6d2e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:01,643 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:35:01,644 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-babfdc1d-aab0-41d2-bd17-25b43982031b', 'x-compute-request-id': 'req-babfdc1d-aab0-41d2-bd17-25b43982031b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:02,805 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:35:02,805 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d892cba-cd79-4dae-8eb8-675a71db8efb', 'x-compute-request-id': 'req-5d892cba-cd79-4dae-8eb8-675a71db8efb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:03,966 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:35:03,966 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c23f56a8-e8f7-4511-b354-a446267a3b4b', 'x-compute-request-id': 'req-c23f56a8-e8f7-4511-b354-a446267a3b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:05,148 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.172s 2022-01-11 15:35:05,148 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80040ec4-229d-4117-985b-6cf0eaacdd89', 'x-compute-request-id': 'req-80040ec4-229d-4117-985b-6cf0eaacdd89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:06,310 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:35:06,310 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9e2aa8b-c1ee-4081-9545-313fac991291', 'x-compute-request-id': 'req-e9e2aa8b-c1ee-4081-9545-313fac991291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:07,467 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:35:07,468 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12e56ce9-73ac-4603-929e-461a7e6268d2', 'x-compute-request-id': 'req-12e56ce9-73ac-4603-929e-461a7e6268d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:08,631 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:35:08,631 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f54f717e-b052-4acd-b208-885d58b3682d', 'x-compute-request-id': 'req-f54f717e-b052-4acd-b208-885d58b3682d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:09,793 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:35:09,793 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ced633d9-aec9-452f-8131-74eb9a42c61a', 'x-compute-request-id': 'req-ced633d9-aec9-452f-8131-74eb9a42c61a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:10,954 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:35:10,955 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcf0adc0-c367-43ac-bfc4-853a9796d747', 'x-compute-request-id': 'req-dcf0adc0-c367-43ac-bfc4-853a9796d747', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:12,112 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:35:12,112 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dacd628-e702-4549-a4f2-8a158e6cd176', 'x-compute-request-id': 'req-2dacd628-e702-4549-a4f2-8a158e6cd176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:13,277 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.156s 2022-01-11 15:35:13,277 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8069da5-56a4-4f43-8675-83c80d35a676', 'x-compute-request-id': 'req-b8069da5-56a4-4f43-8675-83c80d35a676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:14,440 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:35:14,440 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1170ef71-ca2c-4153-9cdb-a88d1d3d85c7', 'x-compute-request-id': 'req-1170ef71-ca2c-4153-9cdb-a88d1d3d85c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:15,597 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.147s 2022-01-11 15:35:15,597 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-724eaa33-9f18-4736-acb8-a40889c842a6', 'x-compute-request-id': 'req-724eaa33-9f18-4736-acb8-a40889c842a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:16,765 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.159s 2022-01-11 15:35:16,766 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a6b3b1d-d015-4190-8f01-f8704612a738', 'x-compute-request-id': 'req-3a6b3b1d-d015-4190-8f01-f8704612a738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:17,927 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:35:17,927 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f262694b-fcff-4f3a-bd07-4d20323a3794', 'x-compute-request-id': 'req-f262694b-fcff-4f3a-bd07-4d20323a3794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:19,089 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:35:19,089 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c913d1ca-4eea-42bf-8686-b111a7d844e5', 'x-compute-request-id': 'req-c913d1ca-4eea-42bf-8686-b111a7d844e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:20,316 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.218s 2022-01-11 15:35:20,316 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9767fcf-af2e-4bac-8f72-0919a4835fa5', 'x-compute-request-id': 'req-f9767fcf-af2e-4bac-8f72-0919a4835fa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:21,479 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:35:21,479 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4e987ff-519d-47e7-9bc0-6c5dd312950e', 'x-compute-request-id': 'req-e4e987ff-519d-47e7-9bc0-6c5dd312950e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:22,637 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:35:22,637 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f250a15-6a0d-4a99-9e42-a894d1502154', 'x-compute-request-id': 'req-3f250a15-6a0d-4a99-9e42-a894d1502154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:23,801 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.156s 2022-01-11 15:35:23,801 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f89a4111-aee2-4746-8aa7-5a9abcb4ea1d', 'x-compute-request-id': 'req-f89a4111-aee2-4746-8aa7-5a9abcb4ea1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:24,964 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:35:24,964 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69f0a3b8-01b8-440e-8cb2-fa5e2073d92b', 'x-compute-request-id': 'req-69f0a3b8-01b8-440e-8cb2-fa5e2073d92b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:26,121 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:35:26,122 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c91e901-670f-4af4-a427-67494ca65570', 'x-compute-request-id': 'req-3c91e901-670f-4af4-a427-67494ca65570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:27,292 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.161s 2022-01-11 15:35:27,292 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c8fba25-e302-40bf-975b-31e1ee544c12', 'x-compute-request-id': 'req-4c8fba25-e302-40bf-975b-31e1ee544c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:28,453 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.152s 2022-01-11 15:35:28,453 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e17c329-48eb-4c3e-9e27-04095a9ebf5f', 'x-compute-request-id': 'req-8e17c329-48eb-4c3e-9e27-04095a9ebf5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:29,617 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.155s 2022-01-11 15:35:29,618 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cb4b7fb-af86-4e01-b582-91a1d274fa81', 'x-compute-request-id': 'req-3cb4b7fb-af86-4e01-b582-91a1d274fa81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:30,784 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.157s 2022-01-11 15:35:30,784 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd3221c7-ec75-4c9d-b53f-001dbf779e1c', 'x-compute-request-id': 'req-fd3221c7-ec75-4c9d-b53f-001dbf779e1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:31,944 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:35:31,944 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7dc0466-6cf1-4220-bf92-1ec4e9abcdd2', 'x-compute-request-id': 'req-d7dc0466-6cf1-4220-bf92-1ec4e9abcdd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:33,103 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:35:33,104 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94fdd487-6893-446a-800f-eb7c2912325a', 'x-compute-request-id': 'req-94fdd487-6893-446a-800f-eb7c2912325a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:34,267 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.154s 2022-01-11 15:35:34,267 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72fce1ed-2ca9-48e4-92c5-8384e0ec1909', 'x-compute-request-id': 'req-72fce1ed-2ca9-48e4-92c5-8384e0ec1909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:35,427 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.151s 2022-01-11 15:35:35,427 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15a62ee1-dbf7-475b-8514-f604287a5a82', 'x-compute-request-id': 'req-15a62ee1-dbf7-475b-8514-f604287a5a82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:36,584 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.148s 2022-01-11 15:35:36,584 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-011083e1-ee5a-4bc1-bba9-04ff93d4aee1', 'x-compute-request-id': 'req-011083e1-ee5a-4bc1-bba9-04ff93d4aee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:37,744 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:35:37,744 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c42d40a1-4b53-4350-a868-7db6cf6a8dfb', 'x-compute-request-id': 'req-c42d40a1-4b53-4350-a868-7db6cf6a8dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:38,918 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.164s 2022-01-11 15:35:38,918 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b895a32-d5c0-465a-af45-f2c17dcae984', 'x-compute-request-id': 'req-3b895a32-d5c0-465a-af45-f2c17dcae984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:40,075 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.149s 2022-01-11 15:35:40,076 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cea6aa16-0d73-472e-b083-6995d149bca1', 'x-compute-request-id': 'req-cea6aa16-0d73-472e-b083-6995d149bca1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:41,240 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.156s 2022-01-11 15:35:41,241 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80982a6f-1635-4721-9617-16079263bce0', 'x-compute-request-id': 'req-80982a6f-1635-4721-9617-16079263bce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:42,403 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:35:42,403 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebb47bdc-9444-4bf6-b0dc-b53c5943cb9a', 'x-compute-request-id': 'req-ebb47bdc-9444-4bf6-b0dc-b53c5943cb9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:43,564 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.153s 2022-01-11 15:35:43,565 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61975de3-cc31-4a0d-b006-72d13f527835', 'x-compute-request-id': 'req-61975de3-cc31-4a0d-b006-72d13f527835', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:44,729 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.155s 2022-01-11 15:35:44,729 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aeab253c-ffaf-4367-b6ad-4eca791a6dc6', 'x-compute-request-id': 'req-aeab253c-ffaf-4367-b6ad-4eca791a6dc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:45,888 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.150s 2022-01-11 15:35:45,888 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1560', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ca544c4-e9e6-448f-8f21-65bfe22f8730', 'x-compute-request-id': 'req-0ca544c4-e9e6-448f-8f21-65bfe22f8730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {"tempest-VolumesSnapshotTestJSON-1036397385-network": [{"version": 4, "addr": "172.20.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:f9:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:46,985 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.088s 2022-01-11 15:35:46,986 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c145fbf6-c7d1-4509-841a-38f501f11a1c', 'x-compute-request-id': 'req-c145fbf6-c7d1-4509-841a-38f501f11a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:48,077 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:35:48,078 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc4ccc20-7df0-4ff8-906d-7bed8277a103', 'x-compute-request-id': 'req-cc4ccc20-7df0-4ff8-906d-7bed8277a103', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:49,167 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:35:49,168 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-077aa855-9a3e-460f-9f42-3626883fb7f4', 'x-compute-request-id': 'req-077aa855-9a3e-460f-9f42-3626883fb7f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:50,262 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.085s 2022-01-11 15:35:50,262 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-330575ef-84d1-492c-8e7c-4592c332bf4f', 'x-compute-request-id': 'req-330575ef-84d1-492c-8e7c-4592c332bf4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:51,353 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:35:51,353 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7150cbbf-e20c-4cc7-8d04-5f670dbdb7f9', 'x-compute-request-id': 'req-7150cbbf-e20c-4cc7-8d04-5f670dbdb7f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:52,442 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.080s 2022-01-11 15:35:52,442 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ae2e33b-3f85-4551-ab93-e2cad46c09bc', 'x-compute-request-id': 'req-1ae2e33b-3f85-4551-ab93-e2cad46c09bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:53,531 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.080s 2022-01-11 15:35:53,532 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95e091e0-b11f-41cb-9d4d-1e13243785ab', 'x-compute-request-id': 'req-95e091e0-b11f-41cb-9d4d-1e13243785ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:54,623 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:35:54,623 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f01f0223-a689-43b6-acd5-13c66b383e63', 'x-compute-request-id': 'req-f01f0223-a689-43b6-acd5-13c66b383e63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:55,714 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:35:55,715 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d7c9a88-8563-4a33-802b-b5140fdbd263', 'x-compute-request-id': 'req-9d7c9a88-8563-4a33-802b-b5140fdbd263', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:56,808 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.084s 2022-01-11 15:35:56,808 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f2edf28-7d3a-40bf-968e-454a574e8a93', 'x-compute-request-id': 'req-1f2edf28-7d3a-40bf-968e-454a574e8a93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:57,899 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:35:57,899 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bfa7d7f-6b31-4efc-919c-51c63c86d4c8', 'x-compute-request-id': 'req-9bfa7d7f-6b31-4efc-919c-51c63c86d4c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:35:58,991 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.085s 2022-01-11 15:35:58,992 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d51a4ac1-9868-45ee-80ae-210d2645d75a', 'x-compute-request-id': 'req-d51a4ac1-9868-45ee-80ae-210d2645d75a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:00,082 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:00,082 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16997607-3d97-40ff-9b53-1854e7a2c7e4', 'x-compute-request-id': 'req-16997607-3d97-40ff-9b53-1854e7a2c7e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:01,174 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:36:01,175 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f4ee173-ead3-4418-bcc5-f22cae01c62a', 'x-compute-request-id': 'req-3f4ee173-ead3-4418-bcc5-f22cae01c62a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:02,266 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:02,267 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f300405-7617-4e39-8bea-09c3e4a29cbd', 'x-compute-request-id': 'req-8f300405-7617-4e39-8bea-09c3e4a29cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:03,360 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.085s 2022-01-11 15:36:03,360 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67c3c8bf-b42b-4f97-8fab-51f6bdf8d1e2', 'x-compute-request-id': 'req-67c3c8bf-b42b-4f97-8fab-51f6bdf8d1e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:04,450 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:04,450 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8aac198-deee-4764-bcd3-7080d66b51e5', 'x-compute-request-id': 'req-d8aac198-deee-4764-bcd3-7080d66b51e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:05,540 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.080s 2022-01-11 15:36:05,540 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64043a68-19bd-4961-9c7b-8db89207442a', 'x-compute-request-id': 'req-64043a68-19bd-4961-9c7b-8db89207442a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:06,639 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.091s 2022-01-11 15:36:06,640 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93d71391-89f9-49d7-b0fb-2b73f3b40377', 'x-compute-request-id': 'req-93d71391-89f9-49d7-b0fb-2b73f3b40377', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:07,728 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:07,729 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-083a40a7-6afe-400e-9b61-265a6e411678', 'x-compute-request-id': 'req-083a40a7-6afe-400e-9b61-265a6e411678', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:08,818 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:08,819 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f656e424-e15f-4427-adc4-7505cff9f647', 'x-compute-request-id': 'req-f656e424-e15f-4427-adc4-7505cff9f647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:09,912 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.085s 2022-01-11 15:36:09,912 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d6b67b1-3cc9-4d4c-897d-f36a324905c1', 'x-compute-request-id': 'req-2d6b67b1-3cc9-4d4c-897d-f36a324905c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:11,011 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.090s 2022-01-11 15:36:11,011 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12b16ee1-344b-4280-a6b3-9a19363ccf8c', 'x-compute-request-id': 'req-12b16ee1-344b-4280-a6b3-9a19363ccf8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:12,103 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:36:12,103 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5be48f1f-2a11-45e1-8c95-f06c35ec206a', 'x-compute-request-id': 'req-5be48f1f-2a11-45e1-8c95-f06c35ec206a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:13,196 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.085s 2022-01-11 15:36:13,197 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d00a5d4-2c3c-43ad-a58c-6028236addf1', 'x-compute-request-id': 'req-2d00a5d4-2c3c-43ad-a58c-6028236addf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:14,297 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.092s 2022-01-11 15:36:14,297 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c89e02a-8df2-451f-b41c-2ac1dfcded77', 'x-compute-request-id': 'req-5c89e02a-8df2-451f-b41c-2ac1dfcded77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:15,389 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.084s 2022-01-11 15:36:15,390 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0819964-c4f5-4ff2-91e2-a4a0925c7b19', 'x-compute-request-id': 'req-f0819964-c4f5-4ff2-91e2-a4a0925c7b19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:16,483 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.084s 2022-01-11 15:36:16,484 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46f70b70-b325-440b-ba52-8ecf0375effd', 'x-compute-request-id': 'req-46f70b70-b325-440b-ba52-8ecf0375effd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:17,572 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:17,573 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44c171ba-a49d-420f-9b47-bfbb039b1ec4', 'x-compute-request-id': 'req-44c171ba-a49d-420f-9b47-bfbb039b1ec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:18,661 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.080s 2022-01-11 15:36:18,662 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c305068-7c32-496b-89e5-9f2e2336b35a', 'x-compute-request-id': 'req-9c305068-7c32-496b-89e5-9f2e2336b35a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:19,757 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.086s 2022-01-11 15:36:19,757 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-871a4bc5-54fa-4a0a-b8b9-9c8f7b4d8af8', 'x-compute-request-id': 'req-871a4bc5-54fa-4a0a-b8b9-9c8f7b4d8af8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:20,850 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.084s 2022-01-11 15:36:20,851 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66b7a35f-149a-4c56-8399-c9a406d23bf0', 'x-compute-request-id': 'req-66b7a35f-149a-4c56-8399-c9a406d23bf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:21,955 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.096s 2022-01-11 15:36:21,956 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bbcd468-2788-4d62-95c3-0e4f5784c49b', 'x-compute-request-id': 'req-0bbcd468-2788-4d62-95c3-0e4f5784c49b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:23,047 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:23,047 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0003b4ac-16fb-419c-bc2f-df2135163e45', 'x-compute-request-id': 'req-0003b4ac-16fb-419c-bc2f-df2135163e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:24,136 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:24,137 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a995b2df-689b-494c-ba64-d3b03d3ebd12', 'x-compute-request-id': 'req-a995b2df-689b-494c-ba64-d3b03d3ebd12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:25,229 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.084s 2022-01-11 15:36:25,229 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c757b73c-36a4-4768-b8b3-c4e6b60f4272', 'x-compute-request-id': 'req-c757b73c-36a4-4768-b8b3-c4e6b60f4272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:26,330 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.092s 2022-01-11 15:36:26,330 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57b2e3d6-4562-4a96-9d83-e947ca760751', 'x-compute-request-id': 'req-57b2e3d6-4562-4a96-9d83-e947ca760751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:27,426 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.087s 2022-01-11 15:36:27,426 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30d28fd0-663a-4118-a976-345ab8a7b582', 'x-compute-request-id': 'req-30d28fd0-663a-4118-a976-345ab8a7b582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:28,515 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.080s 2022-01-11 15:36:28,515 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b75a3d79-e525-4c36-89bf-1bf5f4e0c87e', 'x-compute-request-id': 'req-b75a3d79-e525-4c36-89bf-1bf5f4e0c87e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:29,605 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:29,605 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bfaad1d-3d8d-40ac-a20e-bdc135248582', 'x-compute-request-id': 'req-0bfaad1d-3d8d-40ac-a20e-bdc135248582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:30,696 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:36:30,696 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c10c700a-659c-46bb-a88a-0d06dcf50f4e', 'x-compute-request-id': 'req-c10c700a-659c-46bb-a88a-0d06dcf50f4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:31,787 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:36:31,787 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b2bcdc7-2c0b-4b7e-bc92-282b7bcb2cf9', 'x-compute-request-id': 'req-2b2bcdc7-2c0b-4b7e-bc92-282b7bcb2cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:32,877 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.080s 2022-01-11 15:36:32,877 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bcd799e-da6b-4219-bd6e-f88b3cc603e0', 'x-compute-request-id': 'req-8bcd799e-da6b-4219-bd6e-f88b3cc603e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:33,970 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:36:33,970 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb775e5a-de8c-4021-816b-0d3ce5f4104c', 'x-compute-request-id': 'req-cb775e5a-de8c-4021-816b-0d3ce5f4104c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:35,064 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.084s 2022-01-11 15:36:35,072 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6df8ef15-5303-42cd-b7b7-625ab971bb6c', 'x-compute-request-id': 'req-6df8ef15-5303-42cd-b7b7-625ab971bb6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:36,161 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.080s 2022-01-11 15:36:36,161 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45f6022e-63c3-4f84-bfcf-78636c1629b4', 'x-compute-request-id': 'req-45f6022e-63c3-4f84-bfcf-78636c1629b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:37,253 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:36:37,254 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ffa11c0-d2e2-4fb2-aa85-f618c7ba154e', 'x-compute-request-id': 'req-1ffa11c0-d2e2-4fb2-aa85-f618c7ba154e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:38,344 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:38,344 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08dc1653-fc04-4699-9ba4-55d5985972cd', 'x-compute-request-id': 'req-08dc1653-fc04-4699-9ba4-55d5985972cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:39,434 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:39,434 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bfedd5f-64c8-411a-9ffc-a7bde1341193', 'x-compute-request-id': 'req-4bfedd5f-64c8-411a-9ffc-a7bde1341193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:40,527 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.084s 2022-01-11 15:36:40,527 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff28112e-246f-40cd-a1d2-e13074b6a866', 'x-compute-request-id': 'req-ff28112e-246f-40cd-a1d2-e13074b6a866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:41,617 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:41,617 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07b587f2-fb37-4570-bbd4-742384fdeedd', 'x-compute-request-id': 'req-07b587f2-fb37-4570-bbd4-742384fdeedd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:42,707 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:42,708 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8e8c5fd-5c99-4667-9671-42f2cfac7d28', 'x-compute-request-id': 'req-b8e8c5fd-5c99-4667-9671-42f2cfac7d28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:43,923 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.206s 2022-01-11 15:36:43,924 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbabae77-cafa-4038-8da0-0120f11aa9cc', 'x-compute-request-id': 'req-cbabae77-cafa-4038-8da0-0120f11aa9cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:45,016 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:36:45,016 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46953939-0ae9-48c2-8d22-4b3b34613bcf', 'x-compute-request-id': 'req-46953939-0ae9-48c2-8d22-4b3b34613bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:46,109 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:36:46,109 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7d5e68c-9468-44bf-949c-5132a857965d', 'x-compute-request-id': 'req-b7d5e68c-9468-44bf-949c-5132a857965d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:47,205 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.086s 2022-01-11 15:36:47,205 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b83b60b5-5bdd-4bd7-a758-e5db7c52dc50', 'x-compute-request-id': 'req-b83b60b5-5bdd-4bd7-a758-e5db7c52dc50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:48,299 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.085s 2022-01-11 15:36:48,300 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8a36e61-48a1-4ab0-9e36-eaaa3fe57f66', 'x-compute-request-id': 'req-d8a36e61-48a1-4ab0-9e36-eaaa3fe57f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:49,398 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.089s 2022-01-11 15:36:49,398 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f44d46f-5f53-4918-aa52-85e35ad6057a', 'x-compute-request-id': 'req-1f44d46f-5f53-4918-aa52-85e35ad6057a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:50,490 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:36:50,490 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0347dae-61c7-4380-84c4-2f4d9956571f', 'x-compute-request-id': 'req-e0347dae-61c7-4380-84c4-2f4d9956571f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:51,582 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:36:51,583 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37c17fe2-9355-4354-9802-a3d3455b3f07', 'x-compute-request-id': 'req-37c17fe2-9355-4354-9802-a3d3455b3f07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:52,673 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:36:52,673 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3bf6ef0-6b14-4ae1-9101-7055224e87f7', 'x-compute-request-id': 'req-d3bf6ef0-6b14-4ae1-9101-7055224e87f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:53,776 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.093s 2022-01-11 15:36:53,777 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4072258e-2ea1-4c06-965b-d525005d8145', 'x-compute-request-id': 'req-4072258e-2ea1-4c06-965b-d525005d8145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:54,876 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.090s 2022-01-11 15:36:54,876 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6df3edbb-af18-49a0-9c93-e28d0e959adb', 'x-compute-request-id': 'req-6df3edbb-af18-49a0-9c93-e28d0e959adb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:55,965 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.080s 2022-01-11 15:36:55,966 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb090e70-200a-4b66-9a9f-84e1dd6c5656', 'x-compute-request-id': 'req-fb090e70-200a-4b66-9a9f-84e1dd6c5656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:57,055 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:36:57,055 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f70463a4-4569-427d-b125-371ccd660f66', 'x-compute-request-id': 'req-f70463a4-4569-427d-b125-371ccd660f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:58,146 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:36:58,146 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fcb30a1-c108-4a8e-bc1e-fa75f46864c0', 'x-compute-request-id': 'req-1fcb30a1-c108-4a8e-bc1e-fa75f46864c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:36:59,237 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:36:59,238 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9d23fcc-ccb7-4f21-ae35-1ef9336f435b', 'x-compute-request-id': 'req-c9d23fcc-ccb7-4f21-ae35-1ef9336f435b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:00,331 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.085s 2022-01-11 15:37:00,332 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c52e1c9b-1ff7-42fc-a5d0-df0c461d3326', 'x-compute-request-id': 'req-c52e1c9b-1ff7-42fc-a5d0-df0c461d3326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:01,421 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:37:01,422 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d23a5fa4-fba7-4e59-8578-5c1bc9e6612b', 'x-compute-request-id': 'req-d23a5fa4-fba7-4e59-8578-5c1bc9e6612b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:02,512 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:37:02,512 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf7e8563-e498-4e36-88cf-4ed4c10cafbd', 'x-compute-request-id': 'req-bf7e8563-e498-4e36-88cf-4ed4c10cafbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:03,603 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:37:03,603 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adbd51d9-db8a-4c86-a5c1-c933a5100e7c', 'x-compute-request-id': 'req-adbd51d9-db8a-4c86-a5c1-c933a5100e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:04,696 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.084s 2022-01-11 15:37:04,696 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9deff2a-96f3-4d42-9e7c-c487da8747cc', 'x-compute-request-id': 'req-f9deff2a-96f3-4d42-9e7c-c487da8747cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:05,785 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.080s 2022-01-11 15:37:05,785 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6027240b-f105-421c-b36a-bec3ca6d44c5', 'x-compute-request-id': 'req-6027240b-f105-421c-b36a-bec3ca6d44c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:06,879 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.084s 2022-01-11 15:37:06,879 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1097ff86-865c-4b0f-b74c-f12142578434', 'x-compute-request-id': 'req-1097ff86-865c-4b0f-b74c-f12142578434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:07,969 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:37:07,970 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7affab33-0082-499d-b212-31c01067e7ed', 'x-compute-request-id': 'req-7affab33-0082-499d-b212-31c01067e7ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:09,060 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:37:09,061 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c30cb99b-bdab-4966-aaa8-151065ae0855', 'x-compute-request-id': 'req-c30cb99b-bdab-4966-aaa8-151065ae0855', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:10,150 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:37:10,151 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4150d32-8953-409a-a5ef-93ae540aacf0', 'x-compute-request-id': 'req-f4150d32-8953-409a-a5ef-93ae540aacf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:11,241 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:37:11,247 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5eb3ed25-7c2a-4304-8f8e-ea6a8ba1516c', 'x-compute-request-id': 'req-5eb3ed25-7c2a-4304-8f8e-ea6a8ba1516c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:12,339 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.084s 2022-01-11 15:37:12,340 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62a59ab6-b2d9-4286-a37a-ff72f58849e2', 'x-compute-request-id': 'req-62a59ab6-b2d9-4286-a37a-ff72f58849e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:13,434 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.086s 2022-01-11 15:37:13,435 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b01f204-ecc0-4368-bb6c-f196973d5772', 'x-compute-request-id': 'req-6b01f204-ecc0-4368-bb6c-f196973d5772', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:14,760 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.316s 2022-01-11 15:37:14,760 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-428c099c-e5aa-4142-82d2-e44e8776441e', 'x-compute-request-id': 'req-428c099c-e5aa-4142-82d2-e44e8776441e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:15,850 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:37:15,850 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b108990f-0550-46fc-875c-0f9385682618', 'x-compute-request-id': 'req-b108990f-0550-46fc-875c-0f9385682618', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:16,945 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.087s 2022-01-11 15:37:16,946 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27b9bec6-097c-47f2-b512-e7aa905b2829', 'x-compute-request-id': 'req-27b9bec6-097c-47f2-b512-e7aa905b2829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:18,038 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:37:18,038 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a643af90-d6b4-49f7-97b8-608358f2a43f', 'x-compute-request-id': 'req-a643af90-d6b4-49f7-97b8-608358f2a43f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:19,135 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.088s 2022-01-11 15:37:19,135 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d21ae28a-4c8f-47f5-8814-49e3cadc0149', 'x-compute-request-id': 'req-d21ae28a-4c8f-47f5-8814-49e3cadc0149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:20,230 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.087s 2022-01-11 15:37:20,231 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b964c96-250b-4c90-82b1-c0021260c558', 'x-compute-request-id': 'req-1b964c96-250b-4c90-82b1-c0021260c558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:21,326 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.087s 2022-01-11 15:37:21,327 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ea37a18-c0f8-43c1-ae20-a4a4df4d5303', 'x-compute-request-id': 'req-1ea37a18-c0f8-43c1-ae20-a4a4df4d5303', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:22,417 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:37:22,418 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5897ccb4-29be-4565-8e45-278ab95a69e7', 'x-compute-request-id': 'req-5897ccb4-29be-4565-8e45-278ab95a69e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:23,509 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:37:23,509 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0464aa8-6726-447b-817c-982f1b497336', 'x-compute-request-id': 'req-a0464aa8-6726-447b-817c-982f1b497336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:24,605 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.087s 2022-01-11 15:37:24,605 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-280d96ee-8f12-49d3-916b-95d625df47a9', 'x-compute-request-id': 'req-280d96ee-8f12-49d3-916b-95d625df47a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:25,697 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:37:25,697 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb218ecf-9351-47ae-a9f3-dac623d38a60', 'x-compute-request-id': 'req-bb218ecf-9351-47ae-a9f3-dac623d38a60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:26,788 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:37:26,789 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78b12d4e-7b8e-4021-b5a1-d21c67e1e320', 'x-compute-request-id': 'req-78b12d4e-7b8e-4021-b5a1-d21c67e1e320', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:27,878 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:37:27,879 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cb0bf72-7643-4c45-bfad-209168867730', 'x-compute-request-id': 'req-4cb0bf72-7643-4c45-bfad-209168867730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:28,972 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.084s 2022-01-11 15:37:28,972 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16fd67fa-ec5a-48a4-90e6-bf48f96c84fa', 'x-compute-request-id': 'req-16fd67fa-ec5a-48a4-90e6-bf48f96c84fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:30,062 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:37:30,063 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86bc5ea7-8bbe-4d4f-9b24-86eebc768657', 'x-compute-request-id': 'req-86bc5ea7-8bbe-4d4f-9b24-86eebc768657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:31,155 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:37:31,156 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29c20e11-d7d2-4acd-9a87-56eaac3ac03b', 'x-compute-request-id': 'req-29c20e11-d7d2-4acd-9a87-56eaac3ac03b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:32,246 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:37:32,246 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f995235-7356-4f5d-9897-4ed327ab2850', 'x-compute-request-id': 'req-0f995235-7356-4f5d-9897-4ed327ab2850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:33,337 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:37:33,337 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a126395-3aa1-4a63-87d6-5f5a8dbad101', 'x-compute-request-id': 'req-9a126395-3aa1-4a63-87d6-5f5a8dbad101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:34,431 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.082s 2022-01-11 15:37:34,432 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63a94577-e22f-4cf9-8c98-4f971ac42dd2', 'x-compute-request-id': 'req-63a94577-e22f-4cf9-8c98-4f971ac42dd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:35,522 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:37:35,522 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-151d03ef-75cf-4913-8381-ec63ce7d9428', 'x-compute-request-id': 'req-151d03ef-75cf-4913-8381-ec63ce7d9428', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:36,611 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:37:36,612 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9126e98-652e-479c-a4a7-e79c033ff4eb', 'x-compute-request-id': 'req-f9126e98-652e-479c-a4a7-e79c033ff4eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:37,706 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.086s 2022-01-11 15:37:37,706 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31045c29-21fe-416d-be5d-b2230991fa75', 'x-compute-request-id': 'req-31045c29-21fe-416d-be5d-b2230991fa75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:38,797 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:37:38,798 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b360f481-336f-4015-bc4a-131f47bb8699', 'x-compute-request-id': 'req-b360f481-336f-4015-bc4a-131f47bb8699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:39,887 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:37:39,887 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4906f5d8-9b6e-4ccd-af32-55c9c2d80433', 'x-compute-request-id': 'req-4906f5d8-9b6e-4ccd-af32-55c9c2d80433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:40,978 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.083s 2022-01-11 15:37:40,979 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d414c040-6bfe-4ca1-bd2c-321a99ad2e21', 'x-compute-request-id': 'req-d414c040-6bfe-4ca1-bd2c-321a99ad2e21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:42,069 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:37:42,069 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a0b1f72-042d-4564-bad4-2eb39c3882a0', 'x-compute-request-id': 'req-0a0b1f72-042d-4564-bad4-2eb39c3882a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:43,158 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.081s 2022-01-11 15:37:43,159 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-feecbff2-48ed-4953-bb18-1c2a12af6954', 'x-compute-request-id': 'req-feecbff2-48ed-4953-bb18-1c2a12af6954', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' 2022-01-11 15:37:44,252 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6 0.085s 2022-01-11 15:37:44,253 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce5e443d-d625-4baf-b13b-0b549f50986f', 'x-compute-request-id': 'req-ce5e443d-d625-4baf-b13b-0b549f50986f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6'} Body: b'{"server": {"id": "92cb3dbf-b655-497a-9d23-6036c8b622f6", "name": "tempest-VolumesSnapshotTestJSON-instance-1512562667", "status": "ACTIVE", "tenant_id": "9fc45775f6e34afd92637df5539194e2", "user_id": "8720d62426cf424b9f254574a9babf61", "metadata": {}, "hostId": "30f81b7445e0679e2a3fdb13af01db353dbcfd41b80095b1c7dc2723", "image": {"id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:13:32Z", "updated": "2022-01-11T15:31:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/92cb3dbf-b655-497a-9d23-6036c8b622f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-01-11T15:13:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "f79b82a3-79b6-4d9c-a42d-e8c32d182e55"}]}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 474, in detach_volume resp, body = self.delete('servers/%s/os-volume_attachments/%s' % File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': "Invalid volume: Invalid input received: Invalid volume: Unable to detach volume. Volume status must be 'in-use' and attach_status must be 'attached' to detach. (HTTP 400) (Request-ID: req-49a0ee63-7eeb-49a4-b6d7-58588098daad)"} }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume f79b82a3-79b6-4d9c-a42d-e8c32d182e55 failed to reach available status (current detaching) within the required time (360 s). }}} traceback-3: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 141, in wait_for_server_termination raise lib_exc.TimeoutException tempest.lib.exceptions.TimeoutException: Request timed out Details: None }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 59, in test_snapshot_create_delete_with_volume_in_use snapshot1 = self.create_snapshot(volume['id'], force=True) File "/opt/stack/tempest/tempest/api/volume/base.py", line 145, in create_snapshot waiters.wait_for_volume_resource_status(cls.snapshots_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: snapshot 2e63d2df-7f69-4b7e-80c2-630689485c4c failed to reach available status (current creating) within the required time (360 s). |
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
fail
ft20.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:37:44,685 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 202 POST http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots 0.304s 2022-01-11 15:37:44,685 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1a9d7f7-cfc3-4232-9584-f9d43531258b', 'content-length': '379', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1a9d7f7-cfc3-4232-9584-f9d43531258b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:44.504785", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}}}' 2022-01-11 15:37:44,886 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.198s 2022-01-11 15:37:44,887 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be60ade7-19d4-4caf-b817-da9e6d484c87', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be60ade7-19d4-4caf-b817-da9e6d484c87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:45,948 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:37:45,948 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b3e6f01-a69b-44d2-bd44-0cb0958d900c', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b3e6f01-a69b-44d2-bd44-0cb0958d900c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:47,027 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.076s 2022-01-11 15:37:47,028 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b75df631-201d-4528-ae01-6e5b66727db6', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b75df631-201d-4528-ae01-6e5b66727db6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:48,081 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.049s 2022-01-11 15:37:48,081 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61d6b072-d2ab-416e-924c-a5f4aee8ec3b', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61d6b072-d2ab-416e-924c-a5f4aee8ec3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:49,138 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.052s 2022-01-11 15:37:49,138 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7293fe75-8516-4b38-a931-057567e2eaf8', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7293fe75-8516-4b38-a931-057567e2eaf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:50,198 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.056s 2022-01-11 15:37:50,198 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a671bc2a-4418-4db1-bdf7-cfe5c65a2c4d', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a671bc2a-4418-4db1-bdf7-cfe5c65a2c4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:51,365 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.163s 2022-01-11 15:37:51,366 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29de9dd4-7f01-4596-8805-aebbea37afd4', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29de9dd4-7f01-4596-8805-aebbea37afd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:52,410 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.040s 2022-01-11 15:37:52,411 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8bc243b-a89c-40c0-a3b1-44d64dfb8c46', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8bc243b-a89c-40c0-a3b1-44d64dfb8c46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:53,455 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.040s 2022-01-11 15:37:53,455 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4c87cec-5ea5-4314-b1b0-bed5baa11472', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4c87cec-5ea5-4314-b1b0-bed5baa11472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:54,500 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.041s 2022-01-11 15:37:54,500 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f94b5bf5-95d7-4733-856a-81a14f169663', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f94b5bf5-95d7-4733-856a-81a14f169663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:55,542 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.038s 2022-01-11 15:37:55,543 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-241e1f4a-44ce-451f-90a6-9ad01793f611', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-241e1f4a-44ce-451f-90a6-9ad01793f611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:56,585 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.038s 2022-01-11 15:37:56,585 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed4fbc52-dab5-43b0-a5df-257686d47e07', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed4fbc52-dab5-43b0-a5df-257686d47e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:57,635 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.046s 2022-01-11 15:37:57,636 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fbe4889-a4f1-4584-af3c-1be2850167bd', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fbe4889-a4f1-4584-af3c-1be2850167bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:58,698 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:37:58,698 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7384b46b-06aa-4d98-9abb-871a7277aa6b', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7384b46b-06aa-4d98-9abb-871a7277aa6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:37:59,759 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.057s 2022-01-11 15:37:59,760 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ca16a6a-ff94-4367-89ef-9b781444072e', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ca16a6a-ff94-4367-89ef-9b781444072e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:00,819 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.056s 2022-01-11 15:38:00,819 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb47e1d8-c049-4567-a803-bda8aab35bac', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb47e1d8-c049-4567-a803-bda8aab35bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:01,883 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:38:01,883 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d93403b-7a2c-4d5d-b77d-5dae2e5f921a', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d93403b-7a2c-4d5d-b77d-5dae2e5f921a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:02,946 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:38:02,946 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be960888-bc11-4ac5-a9d1-ca5ebb24a91e', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be960888-bc11-4ac5-a9d1-ca5ebb24a91e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:04,013 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.063s 2022-01-11 15:38:04,013 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-995da192-b563-4fef-b5d6-6cd790561bae', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-995da192-b563-4fef-b5d6-6cd790561bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:05,076 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:38:05,077 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50246a2e-1a8d-4438-bb8d-8aef05b2abf3', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50246a2e-1a8d-4438-bb8d-8aef05b2abf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:06,141 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.060s 2022-01-11 15:38:06,141 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03af9a2a-f099-4e77-88f0-71af90ee422e', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03af9a2a-f099-4e77-88f0-71af90ee422e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:07,193 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.048s 2022-01-11 15:38:07,194 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e94f91b-4b72-428c-a19d-daa3e0d822d5', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e94f91b-4b72-428c-a19d-daa3e0d822d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:08,258 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.060s 2022-01-11 15:38:08,264 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6a7c600-edba-41e5-839d-41e7accc922d', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6a7c600-edba-41e5-839d-41e7accc922d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:09,322 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.055s 2022-01-11 15:38:09,323 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72cfdbca-413b-41c6-afff-7f0cb53b3abb', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72cfdbca-413b-41c6-afff-7f0cb53b3abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:10,384 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.057s 2022-01-11 15:38:10,385 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddab3cab-0b0f-41e7-a0d3-7d7dc7320463', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddab3cab-0b0f-41e7-a0d3-7d7dc7320463', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:11,445 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.056s 2022-01-11 15:38:11,445 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e48eddeb-036e-4564-afc7-4b5a6e3285f0', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e48eddeb-036e-4564-afc7-4b5a6e3285f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:12,509 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:38:12,509 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e003e2e2-a04e-4a1b-9ba7-241f2b5e1f09', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e003e2e2-a04e-4a1b-9ba7-241f2b5e1f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:13,577 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.064s 2022-01-11 15:38:13,577 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d08f1a79-15ce-4de5-9410-af38c7825db8', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d08f1a79-15ce-4de5-9410-af38c7825db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:14,633 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.052s 2022-01-11 15:38:14,633 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96519774-87b1-4229-ba47-822cf126c94f', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96519774-87b1-4229-ba47-822cf126c94f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:15,694 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.057s 2022-01-11 15:38:15,694 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a32e6d76-016e-4211-a6ff-ebbd2b1cab65', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a32e6d76-016e-4211-a6ff-ebbd2b1cab65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:16,754 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.056s 2022-01-11 15:38:16,754 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df6b9ab6-509a-4304-bcd5-933b7a7a5229', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df6b9ab6-509a-4304-bcd5-933b7a7a5229', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:17,824 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.065s 2022-01-11 15:38:17,824 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d54c5781-ab77-4ec7-b294-45f05a775f92', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d54c5781-ab77-4ec7-b294-45f05a775f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:18,882 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.055s 2022-01-11 15:38:18,882 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2f0a163-77fe-4de3-93d1-344e7a79a90e', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2f0a163-77fe-4de3-93d1-344e7a79a90e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:19,949 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.063s 2022-01-11 15:38:19,949 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d4fb11b-be00-4992-997b-f663fdd85697', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d4fb11b-be00-4992-997b-f663fdd85697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:21,017 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.063s 2022-01-11 15:38:21,017 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-424ca1bb-b219-488b-a17a-9349c356b513', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-424ca1bb-b219-488b-a17a-9349c356b513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:22,075 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.054s 2022-01-11 15:38:22,075 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33641602-1f19-4445-8ea7-3117d2e4e0cb', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33641602-1f19-4445-8ea7-3117d2e4e0cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:23,151 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.073s 2022-01-11 15:38:23,152 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-422f779b-547e-41c4-87b9-25bf3e18366a', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-422f779b-547e-41c4-87b9-25bf3e18366a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:24,203 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.048s 2022-01-11 15:38:24,204 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22a433a6-22b0-4608-a1b4-c9c156fa38e4', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22a433a6-22b0-4608-a1b4-c9c156fa38e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:25,272 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.065s 2022-01-11 15:38:25,272 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17225378-ae41-4005-b2f5-38f9492f59ee', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17225378-ae41-4005-b2f5-38f9492f59ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:26,329 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.054s 2022-01-11 15:38:26,330 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd224216-a8c3-4b1a-b9de-7c09612b639a', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd224216-a8c3-4b1a-b9de-7c09612b639a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:27,393 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:38:27,393 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdfc6308-d2b0-4409-9988-d8936730429e', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdfc6308-d2b0-4409-9988-d8936730429e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:28,452 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.055s 2022-01-11 15:38:28,453 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06cdc146-e054-4a25-8ee4-7ce1d03a3fee', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06cdc146-e054-4a25-8ee4-7ce1d03a3fee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:29,534 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.077s 2022-01-11 15:38:29,534 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e7391ad-9295-476b-94a6-274b46156acd', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e7391ad-9295-476b-94a6-274b46156acd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:30,584 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.046s 2022-01-11 15:38:30,584 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d1dd902-31c8-46bf-a032-81f4cac43fda', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d1dd902-31c8-46bf-a032-81f4cac43fda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:31,655 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.068s 2022-01-11 15:38:31,656 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c77effe6-ba8b-46cb-af45-955c8d5c5c75', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c77effe6-ba8b-46cb-af45-955c8d5c5c75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:32,711 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.052s 2022-01-11 15:38:32,711 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-535ceb68-5897-4a05-8648-fa522dd56868', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-535ceb68-5897-4a05-8648-fa522dd56868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:33,774 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:38:33,774 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f1b3d63-c63c-4ab2-8edd-4d50efc17401', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f1b3d63-c63c-4ab2-8edd-4d50efc17401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:34,839 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.061s 2022-01-11 15:38:34,840 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ff11516-f219-402a-ba6e-1b713dcb1bca', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ff11516-f219-402a-ba6e-1b713dcb1bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:35,904 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.060s 2022-01-11 15:38:35,904 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d2633b4-fc57-4ece-b16a-d343167c4ecd', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2633b4-fc57-4ece-b16a-d343167c4ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:36,966 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:38:36,967 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-770d648b-53f5-411f-9ca6-de741acea9be', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-770d648b-53f5-411f-9ca6-de741acea9be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:38,031 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.061s 2022-01-11 15:38:38,032 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cec492d-044d-464a-99c2-c995b6ce8b4e', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cec492d-044d-464a-99c2-c995b6ce8b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:39,093 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:38:39,094 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65d0b75c-6a5c-4643-933c-2c2bdd839608', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65d0b75c-6a5c-4643-933c-2c2bdd839608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:40,152 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.055s 2022-01-11 15:38:40,152 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a5a284-9633-4109-bcd9-d5c3b7e7185a', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2a5a284-9633-4109-bcd9-d5c3b7e7185a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:41,217 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.060s 2022-01-11 15:38:41,223 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d57e341-9ccb-4391-bce6-b2ca69870a91', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d57e341-9ccb-4391-bce6-b2ca69870a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:42,281 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.054s 2022-01-11 15:38:42,282 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dccc35f-0f70-4165-a57e-0422fb88b0b9', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dccc35f-0f70-4165-a57e-0422fb88b0b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:43,343 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.057s 2022-01-11 15:38:43,343 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b3b0a9b-fb6d-465f-8fc8-8b88aec35dfd', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b3b0a9b-fb6d-465f-8fc8-8b88aec35dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:44,418 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.071s 2022-01-11 15:38:44,419 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55403523-f3fd-4d81-a69e-650b550f1f1f', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55403523-f3fd-4d81-a69e-650b550f1f1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:45,474 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.052s 2022-01-11 15:38:45,475 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-633b892e-4573-4ffa-ae63-11876c60eff9', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-633b892e-4573-4ffa-ae63-11876c60eff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:46,534 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.055s 2022-01-11 15:38:46,535 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e1ec949-5be5-4a61-8523-37bd42378bb0', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e1ec949-5be5-4a61-8523-37bd42378bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:47,597 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:38:47,597 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-561ca743-5b6c-4943-824e-7fb5689a4cd3', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-561ca743-5b6c-4943-824e-7fb5689a4cd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:48,659 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:38:48,662 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b51c8b00-ca78-4a5a-82f9-4886d94e6751', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b51c8b00-ca78-4a5a-82f9-4886d94e6751', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:49,731 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.065s 2022-01-11 15:38:49,731 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32dd9b40-d0aa-43c5-9e23-f5c6b466d802', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32dd9b40-d0aa-43c5-9e23-f5c6b466d802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:50,874 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.139s 2022-01-11 15:38:50,875 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb483af1-0933-4e66-a49d-900b68020291', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb483af1-0933-4e66-a49d-900b68020291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:51,930 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.051s 2022-01-11 15:38:51,930 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c432a2ee-6432-4bdc-876b-915a93be1c70', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c432a2ee-6432-4bdc-876b-915a93be1c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:52,955 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.020s 2022-01-11 15:38:52,955 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5e7c82e-9820-456f-ad29-6ba0116c75b3', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5e7c82e-9820-456f-ad29-6ba0116c75b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:53,979 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.020s 2022-01-11 15:38:53,979 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da94b697-0b85-4c84-88bb-d5cc33e643dd', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da94b697-0b85-4c84-88bb-d5cc33e643dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:55,024 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.041s 2022-01-11 15:38:55,025 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf4cb5e5-288a-4f05-bfde-3c2fa91a0278', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf4cb5e5-288a-4f05-bfde-3c2fa91a0278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:56,105 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.075s 2022-01-11 15:38:56,105 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9411851-4aa3-4c20-af83-d880bc17f925', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9411851-4aa3-4c20-af83-d880bc17f925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:57,188 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.080s 2022-01-11 15:38:57,189 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe515f7e-be8e-438f-a262-cec46ed83cc7', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe515f7e-be8e-438f-a262-cec46ed83cc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:58,284 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.092s 2022-01-11 15:38:58,285 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d3a1e16-bac2-465d-bdeb-7d28592dac18', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d3a1e16-bac2-465d-bdeb-7d28592dac18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:38:59,317 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.028s 2022-01-11 15:38:59,317 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e96b955f-030b-4197-8dbc-70b3a9720028', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e96b955f-030b-4197-8dbc-70b3a9720028', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:00,417 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.096s 2022-01-11 15:39:00,417 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7435039-5d5d-4d33-a40d-723b2fc042ac', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7435039-5d5d-4d33-a40d-723b2fc042ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:01,514 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.093s 2022-01-11 15:39:01,515 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-067ab248-0683-4fc4-af34-49dfcf0b4dc8', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-067ab248-0683-4fc4-af34-49dfcf0b4dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:02,594 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.075s 2022-01-11 15:39:02,597 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02bfb1fe-ed4f-44b9-8bf4-4ae2d3236c73', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02bfb1fe-ed4f-44b9-8bf4-4ae2d3236c73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:03,741 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.140s 2022-01-11 15:39:03,741 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a9dfcb8-857b-4eed-8262-9b9e20d43780', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a9dfcb8-857b-4eed-8262-9b9e20d43780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:04,784 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.039s 2022-01-11 15:39:04,784 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b39ebd6c-ceec-4921-bf89-6d88eb76d86f', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b39ebd6c-ceec-4921-bf89-6d88eb76d86f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:05,839 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.052s 2022-01-11 15:39:05,840 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab45be4a-50df-4dd1-adbc-4c154f764b6d', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab45be4a-50df-4dd1-adbc-4c154f764b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:06,887 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.043s 2022-01-11 15:39:06,890 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68681d0e-cc64-44e7-8922-13c6c33efeb9', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68681d0e-cc64-44e7-8922-13c6c33efeb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:07,942 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.048s 2022-01-11 15:39:07,943 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28f41ab4-e73d-4584-ab00-1cb3f1b058d4', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28f41ab4-e73d-4584-ab00-1cb3f1b058d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:09,032 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.085s 2022-01-11 15:39:09,036 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-582eb946-d50c-47c4-9fc0-55370ea6e6d6', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-582eb946-d50c-47c4-9fc0-55370ea6e6d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:10,098 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:39:10,099 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99c866e9-fc51-418e-9b47-78cecf64bed3', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99c866e9-fc51-418e-9b47-78cecf64bed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:11,162 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:39:11,163 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5959f38-05b5-45b2-9118-99ba7bd87261', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5959f38-05b5-45b2-9118-99ba7bd87261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:12,223 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.056s 2022-01-11 15:39:12,229 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7059f6c-a59e-4bd1-8cda-fc7bf48e4a7a', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7059f6c-a59e-4bd1-8cda-fc7bf48e4a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:13,297 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.064s 2022-01-11 15:39:13,297 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9a98b2-6c96-4349-b996-f0533c414628', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9a98b2-6c96-4349-b996-f0533c414628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:14,365 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.064s 2022-01-11 15:39:14,365 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da77c0e7-fece-4f19-bbae-8456989207cf', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da77c0e7-fece-4f19-bbae-8456989207cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:15,429 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:39:15,429 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30c73655-fe59-40c4-82f3-cee66f995df3', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30c73655-fe59-40c4-82f3-cee66f995df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:16,542 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.109s 2022-01-11 15:39:16,543 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1099130b-74ca-47a5-b838-6a1647047f90', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1099130b-74ca-47a5-b838-6a1647047f90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:17,589 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.042s 2022-01-11 15:39:17,590 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e9b50ab-d39f-456f-b39b-a375ce34b148', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e9b50ab-d39f-456f-b39b-a375ce34b148', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:18,623 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.031s 2022-01-11 15:39:18,624 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc06cd24-d757-40c9-ab9c-e10d9217b917', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc06cd24-d757-40c9-ab9c-e10d9217b917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:19,689 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.062s 2022-01-11 15:39:19,690 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8014554e-0d89-442d-b528-c49ad2eca5b7', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8014554e-0d89-442d-b528-c49ad2eca5b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:20,752 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:39:20,753 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c24a4700-10c3-4215-b955-2e93138be5f8', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c24a4700-10c3-4215-b955-2e93138be5f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:21,820 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.063s 2022-01-11 15:39:21,831 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee1f9c9d-f989-4cfa-9a62-39636b1d0663', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee1f9c9d-f989-4cfa-9a62-39636b1d0663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:22,882 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.048s 2022-01-11 15:39:22,883 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3303668f-bdd5-481a-a2d9-7a9d7ce4433f', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3303668f-bdd5-481a-a2d9-7a9d7ce4433f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:23,938 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.051s 2022-01-11 15:39:23,939 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09aa2bb7-d901-4c60-ab3f-76923afb2399', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09aa2bb7-d901-4c60-ab3f-76923afb2399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:25,000 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:39:25,001 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b6bbea0-c7a8-438d-a378-b2406cb98897', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b6bbea0-c7a8-438d-a378-b2406cb98897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:26,062 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.057s 2022-01-11 15:39:26,062 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47c083b8-1988-4db7-b918-6340f4262ccc', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47c083b8-1988-4db7-b918-6340f4262ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:27,128 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.062s 2022-01-11 15:39:27,129 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc9dd173-face-493f-a61c-19f271c65565', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc9dd173-face-493f-a61c-19f271c65565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:28,187 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.055s 2022-01-11 15:39:28,187 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcadc124-80ea-4b8e-a29b-4b3c01da657e', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcadc124-80ea-4b8e-a29b-4b3c01da657e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:29,269 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.077s 2022-01-11 15:39:29,269 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f41b511-00b5-443e-8c22-ceaff8114da5', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f41b511-00b5-443e-8c22-ceaff8114da5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:30,323 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.050s 2022-01-11 15:39:30,324 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97c08de3-185e-4e4d-9734-24ba733071ed', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97c08de3-185e-4e4d-9734-24ba733071ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:31,384 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.057s 2022-01-11 15:39:31,384 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2e8b1f8-4535-4dee-8968-c9913f51d94f', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2e8b1f8-4535-4dee-8968-c9913f51d94f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:32,444 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.057s 2022-01-11 15:39:32,445 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de9e593a-fe83-4399-9ee0-8ba8f618e7c9', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de9e593a-fe83-4399-9ee0-8ba8f618e7c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:33,507 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:39:33,507 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed31041c-bd79-4c2a-a050-792788743f54', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed31041c-bd79-4c2a-a050-792788743f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:34,568 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.056s 2022-01-11 15:39:34,568 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4fbadb5-49e1-4408-9625-a78e56b765a1', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4fbadb5-49e1-4408-9625-a78e56b765a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:35,632 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.060s 2022-01-11 15:39:35,632 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7e8cbf4-da83-4951-bb6f-5042c937ce12', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7e8cbf4-da83-4951-bb6f-5042c937ce12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:36,701 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.065s 2022-01-11 15:39:36,701 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7680d17a-2a26-4825-a41e-e7c82bc86710', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7680d17a-2a26-4825-a41e-e7c82bc86710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:37,768 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.063s 2022-01-11 15:39:37,768 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9c895f7-a25e-4720-a606-6b3b9cbd5033', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9c895f7-a25e-4720-a606-6b3b9cbd5033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:38,974 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.203s 2022-01-11 15:39:38,975 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4920a541-3c3a-4a47-9969-803d9c7b5b89', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4920a541-3c3a-4a47-9969-803d9c7b5b89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:40,018 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.038s 2022-01-11 15:39:40,018 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6008459-d5a5-41cf-9f33-aa734ed2917f', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6008459-d5a5-41cf-9f33-aa734ed2917f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:41,061 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.040s 2022-01-11 15:39:41,062 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d8163a-0015-449e-82e0-d8f1779ee0a5', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d8163a-0015-449e-82e0-d8f1779ee0a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:42,104 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.038s 2022-01-11 15:39:42,104 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a769c8-8cbd-4c31-84ca-7e536017c22e', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a769c8-8cbd-4c31-84ca-7e536017c22e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:43,148 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.040s 2022-01-11 15:39:43,148 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d87ad4d5-17a7-47ef-8036-1fd5bc79f289', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d87ad4d5-17a7-47ef-8036-1fd5bc79f289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:44,191 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.039s 2022-01-11 15:39:44,192 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15a745d2-9818-4097-9276-4671d657c636', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15a745d2-9818-4097-9276-4671d657c636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:45,236 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.041s 2022-01-11 15:39:45,251 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db4b04d7-c108-48a6-9939-049cb4b1acd3', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db4b04d7-c108-48a6-9939-049cb4b1acd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:46,285 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.030s 2022-01-11 15:39:46,285 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-506d6d41-fb89-4bd0-bfd8-11f15646e504', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-506d6d41-fb89-4bd0-bfd8-11f15646e504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:47,334 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.045s 2022-01-11 15:39:47,335 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3d74349-0c0b-479d-98a0-712ce67d976f', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3d74349-0c0b-479d-98a0-712ce67d976f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:48,403 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.064s 2022-01-11 15:39:48,403 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-288c564e-8b62-4934-bce3-5503dcb8c031', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-288c564e-8b62-4934-bce3-5503dcb8c031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:49,461 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.054s 2022-01-11 15:39:49,461 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141d001b-af3b-435a-b236-8268ef744308', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141d001b-af3b-435a-b236-8268ef744308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:50,523 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.057s 2022-01-11 15:39:50,523 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c91610be-615c-4513-b99c-beb71992cd02', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c91610be-615c-4513-b99c-beb71992cd02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:51,717 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.190s 2022-01-11 15:39:51,717 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58032cb4-cd00-4709-b1a6-ee307dd8ba88', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58032cb4-cd00-4709-b1a6-ee307dd8ba88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:52,784 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.063s 2022-01-11 15:39:52,785 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f429f0b-ef1f-4cb7-a4d2-eef97c6860d1', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f429f0b-ef1f-4cb7-a4d2-eef97c6860d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:53,845 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.056s 2022-01-11 15:39:53,845 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c61f8b19-2092-4244-b680-b1351f9d74c3', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c61f8b19-2092-4244-b680-b1351f9d74c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:54,908 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:39:54,908 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb455fea-6f93-4765-b17e-99e1f1992907', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb455fea-6f93-4765-b17e-99e1f1992907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:55,979 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.066s 2022-01-11 15:39:55,979 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5773ac3-0964-45aa-95c7-f25921a5e565', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5773ac3-0964-45aa-95c7-f25921a5e565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:57,033 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.049s 2022-01-11 15:39:57,033 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d99b81c-a99e-4b1f-aa08-190bbe3c97cb', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d99b81c-a99e-4b1f-aa08-190bbe3c97cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:58,190 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.153s 2022-01-11 15:39:58,190 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-568b0670-0a58-48ca-a1ca-aeebeae83ffd', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-568b0670-0a58-48ca-a1ca-aeebeae83ffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:39:59,236 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.042s 2022-01-11 15:39:59,236 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f1c91de-1460-489f-8ef5-5f8120796b5a', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f1c91de-1460-489f-8ef5-5f8120796b5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:00,286 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.047s 2022-01-11 15:40:00,286 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b7a12d7-27a6-4750-b711-af961d3ecaef', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b7a12d7-27a6-4750-b711-af961d3ecaef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:01,330 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.039s 2022-01-11 15:40:01,330 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f00f8864-a370-4b36-8abd-c2d80d813f22', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f00f8864-a370-4b36-8abd-c2d80d813f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:02,441 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.107s 2022-01-11 15:40:02,441 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e773f365-1756-4be1-8784-2d75b9f741f3', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e773f365-1756-4be1-8784-2d75b9f741f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:03,487 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.042s 2022-01-11 15:40:03,488 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e80a239d-ce50-4569-a3fd-a18c7fd68b2e', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e80a239d-ce50-4569-a3fd-a18c7fd68b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:04,531 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.039s 2022-01-11 15:40:04,531 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2c2c1f0-6ae1-4186-b629-61da3469659c', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2c2c1f0-6ae1-4186-b629-61da3469659c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:05,573 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.038s 2022-01-11 15:40:05,573 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d4a793c-2c71-4e87-9cfd-3f10109a2f38', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d4a793c-2c71-4e87-9cfd-3f10109a2f38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:06,619 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.042s 2022-01-11 15:40:06,620 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f419f2c5-0470-4eda-96cb-46e141af1b24', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f419f2c5-0470-4eda-96cb-46e141af1b24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:07,663 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.040s 2022-01-11 15:40:07,663 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3df356a7-f722-4987-a8b4-4b334dbf3f7f', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3df356a7-f722-4987-a8b4-4b334dbf3f7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:08,731 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.064s 2022-01-11 15:40:08,732 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cc64c9a-7b38-45bb-b6d8-45f6705731ce', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cc64c9a-7b38-45bb-b6d8-45f6705731ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:09,796 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.060s 2022-01-11 15:40:09,796 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef877084-5a6f-4b09-8bfd-161cd0dd1aa2', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef877084-5a6f-4b09-8bfd-161cd0dd1aa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:10,861 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.062s 2022-01-11 15:40:10,862 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b79633b9-62cd-436e-bb51-8e4ba6a77f61', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b79633b9-62cd-436e-bb51-8e4ba6a77f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:11,890 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.025s 2022-01-11 15:40:11,891 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaace700-e180-48bb-89b7-eec06f2d5eca', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaace700-e180-48bb-89b7-eec06f2d5eca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:12,957 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.062s 2022-01-11 15:40:12,958 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-078155ee-1795-4e21-8a00-6be4f4ca25a4', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-078155ee-1795-4e21-8a00-6be4f4ca25a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:14,018 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.056s 2022-01-11 15:40:14,018 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70039fbb-0aaa-4983-a024-9c42a07ad99b', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70039fbb-0aaa-4983-a024-9c42a07ad99b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:15,082 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.060s 2022-01-11 15:40:15,087 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e781134-6048-498a-a5e3-1caab2ed89e0', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e781134-6048-498a-a5e3-1caab2ed89e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:16,152 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.061s 2022-01-11 15:40:16,153 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b3442e9-dcee-4a63-86cf-d67a3208949c', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b3442e9-dcee-4a63-86cf-d67a3208949c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:17,224 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.067s 2022-01-11 15:40:17,225 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2be0b34b-8bd1-4262-98b1-0128d05ba08b', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2be0b34b-8bd1-4262-98b1-0128d05ba08b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:18,275 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.047s 2022-01-11 15:40:18,276 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6ec2dbc-25b0-4ea6-b535-a8c8f60df549', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6ec2dbc-25b0-4ea6-b535-a8c8f60df549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:19,337 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:40:19,338 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7117ac22-94de-43e7-b017-542dd018eeb1', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7117ac22-94de-43e7-b017-542dd018eeb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:20,400 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:40:20,400 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ff18dd5-e7c7-4c42-9847-cf2a62b13958', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ff18dd5-e7c7-4c42-9847-cf2a62b13958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:21,463 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:40:21,463 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20f51177-f598-4de8-b69c-9a11bbe98f42', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20f51177-f598-4de8-b69c-9a11bbe98f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:22,527 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.060s 2022-01-11 15:40:22,527 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30944d1e-f44b-4b0c-9bed-817e5244d883', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30944d1e-f44b-4b0c-9bed-817e5244d883', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:23,594 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.063s 2022-01-11 15:40:23,595 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f36ac3c-0a90-4476-8c31-0b9034a0aae4', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f36ac3c-0a90-4476-8c31-0b9034a0aae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:24,656 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.057s 2022-01-11 15:40:24,657 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5929e6e7-8bd2-4857-9327-03e46666b4d1', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5929e6e7-8bd2-4857-9327-03e46666b4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:25,716 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.056s 2022-01-11 15:40:25,716 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dcda73a-3beb-44d3-b7c8-67a1f48cbd1c', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dcda73a-3beb-44d3-b7c8-67a1f48cbd1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:26,780 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.060s 2022-01-11 15:40:26,780 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-264b2ba2-b127-4ad2-9b1a-84ee9d8cc370', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-264b2ba2-b127-4ad2-9b1a-84ee9d8cc370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:27,842 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:40:27,846 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c85fed39-b821-416f-9b74-6d08970344eb', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c85fed39-b821-416f-9b74-6d08970344eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:28,911 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.061s 2022-01-11 15:40:28,911 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ff8df1-19c6-4498-be3f-602df7216988', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ff8df1-19c6-4498-be3f-602df7216988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:29,978 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.062s 2022-01-11 15:40:29,978 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2cd7643-abe9-40ab-b413-ee7fa659a95e', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2cd7643-abe9-40ab-b413-ee7fa659a95e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:31,057 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.073s 2022-01-11 15:40:31,057 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a60b14-9c2a-4688-83fe-f476dd591838', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42a60b14-9c2a-4688-83fe-f476dd591838', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:32,100 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.038s 2022-01-11 15:40:32,100 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c115529-a879-4fa2-8b0a-2fd6762e2aa7', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c115529-a879-4fa2-8b0a-2fd6762e2aa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:33,161 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:40:33,161 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5565404-0e56-41ff-891f-f0df950195d1', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5565404-0e56-41ff-891f-f0df950195d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:34,225 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.060s 2022-01-11 15:40:34,226 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32513b7c-6da0-486d-93e5-c8d25818210c', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32513b7c-6da0-486d-93e5-c8d25818210c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:35,289 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.054s 2022-01-11 15:40:35,289 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15361392-7104-49ff-b50d-df20009f2616', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15361392-7104-49ff-b50d-df20009f2616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:36,351 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:40:36,351 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a56698a-1a9f-462a-af39-5041cc64b92b', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a56698a-1a9f-462a-af39-5041cc64b92b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:37,423 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.067s 2022-01-11 15:40:37,423 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-333d4198-8067-4ba6-af4b-34a3fe6ccc37', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-333d4198-8067-4ba6-af4b-34a3fe6ccc37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:38,482 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.055s 2022-01-11 15:40:38,482 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2016b9da-20f4-4883-a746-f66a65842327', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2016b9da-20f4-4883-a746-f66a65842327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:39,546 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.060s 2022-01-11 15:40:39,547 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ba021d9-4271-4c91-9733-444eacc4b32b', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ba021d9-4271-4c91-9733-444eacc4b32b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:40,609 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:40:40,610 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5465424-688d-4647-861d-64b3c2a932f2', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5465424-688d-4647-861d-64b3c2a932f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:41,670 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.057s 2022-01-11 15:40:41,671 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71e8b97f-5174-4e12-8357-7e7c72c8d4ba', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71e8b97f-5174-4e12-8357-7e7c72c8d4ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:42,738 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.064s 2022-01-11 15:40:42,738 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d455f5c-e90f-42a7-a734-0e8b043fc5ac', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d455f5c-e90f-42a7-a734-0e8b043fc5ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:43,801 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:40:43,802 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8944d773-5c5d-47db-be0e-a0dd82a3e91b', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8944d773-5c5d-47db-be0e-a0dd82a3e91b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:44,865 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.060s 2022-01-11 15:40:44,866 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a61abf4-c191-468f-8bcc-fa8c1c1771f9', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a61abf4-c191-468f-8bcc-fa8c1c1771f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:45,927 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:40:45,928 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb3d13b4-e2f6-4706-9082-d00868f0d1c9', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb3d13b4-e2f6-4706-9082-d00868f0d1c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:46,996 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.064s 2022-01-11 15:40:46,998 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dec45c60-afcb-4dc1-a7ba-1617b9d82d44', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dec45c60-afcb-4dc1-a7ba-1617b9d82d44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:48,063 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.060s 2022-01-11 15:40:48,063 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8e53c84-d746-4637-9f66-e5baf54f2cb3', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8e53c84-d746-4637-9f66-e5baf54f2cb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:49,126 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:40:49,127 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc0f9149-8ae2-455b-b346-958bf79dd268', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc0f9149-8ae2-455b-b346-958bf79dd268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:50,187 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.057s 2022-01-11 15:40:50,187 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83ca4be7-5e89-44d1-97fc-b65d3305d924', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83ca4be7-5e89-44d1-97fc-b65d3305d924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:51,250 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:40:51,250 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8fd962e-1d0c-43fd-8dd2-6f057520687c', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8fd962e-1d0c-43fd-8dd2-6f057520687c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:52,316 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.062s 2022-01-11 15:40:52,316 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6acb1d7-0582-4270-b63d-85fc699936f2', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6acb1d7-0582-4270-b63d-85fc699936f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:53,378 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.058s 2022-01-11 15:40:53,379 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8cabd5-456b-4549-8b88-c8cfcb66547f', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8cabd5-456b-4549-8b88-c8cfcb66547f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:54,442 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.059s 2022-01-11 15:40:54,443 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35731d4f-adfe-41f8-98b5-8b814879fac9', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35731d4f-adfe-41f8-98b5-8b814879fac9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:55,583 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.136s 2022-01-11 15:40:55,584 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0a1d92f-ddd2-4aa6-b309-d4aede33f6c6', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0a1d92f-ddd2-4aa6-b309-d4aede33f6c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:56,633 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.046s 2022-01-11 15:40:56,633 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f87fa11-3190-4603-b10a-dc4c856aab1f', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f87fa11-3190-4603-b10a-dc4c856aab1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:40:57,691 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 0.054s 2022-01-11 15:40:57,691 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01a27dbd-44d8-4715-9250-758b0f41cf2c', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01a27dbd-44d8-4715-9250-758b0f41cf2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:41:46,975 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 48.280s 2022-01-11 15:41:46,975 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9760337-9b45-41ca-9819-9f8116d07ef6', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9760337-9b45-41ca-9819-9f8116d07ef6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:42:48,039 117584 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 2022-01-11 15:42:58,475 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 70.495s 2022-01-11 15:42:58,475 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:42:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61f83964-4c29-4c1a-a624-b582baecc21f', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61f83964-4c29-4c1a-a624-b582baecc21f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-01-11 15:43:47,787 117584 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_get_list_update_delete): 200 GET http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824 48.309s 2022-01-11 15:43:47,788 117584 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-800bd617-f2a6-44a1-be23-29277d71e276', 'content-length': '511', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-800bd617-f2a6-44a1-be23-29277d71e276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/9fc45775f6e34afd92637df5539194e2/snapshots/dfee80f2-31ce-4825-bef2-cd9b523e7824'} Body: b'{"snapshot": {"id": "dfee80f2-31ce-4825-bef2-cd9b523e7824", "created_at": "2022-01-11T15:37:45.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-396308125", "description": null, "volume_id": "d0c4d687-bc1e-480a-846e-4e38ea1fbacb", "status": "creating", "size": 1, "metadata": {"snap-meta1": "value1", "snap-meta2": "value2", "snap-meta3": "value3"}, "os-extended-snapshot-attributes:project_id": "9fc45775f6e34afd92637df5539194e2", "os-extended-snapshot-attributes:progress": "0%"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 103, in test_snapshot_create_get_list_update_delete snapshot = self.create_snapshot(self.volume_origin['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 145, in create_snapshot waiters.wait_for_volume_resource_status(cls.snapshots_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: snapshot dfee80f2-31ce-4825-bef2-cd9b523e7824 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
fail
ft20.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 80, in test_snapshot_create_offline_delete_online snapshot1 = self.create_snapshot(self.volume_origin['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 141, in create_snapshot snapshot = cls.snapshots_client.create_snapshot( File "/opt/stack/tempest/tempest/lib/services/volume/v3/snapshots_client.py", line 70, in create_snapshot resp, body = self.post('snapshots', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 687, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 566, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 606, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 78, in request return self.request_encode_body( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 170, in request_encode_body return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 375, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 550, in increment raise six.reraise(type(error), error, _stacktrace) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/packages/six.py", line 770, in reraise raise value File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60) |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt20.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt20.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
||||||
tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 5 | 1 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt21.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt21.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt21.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt21.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt21.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
fail
ft21.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:35:01,751 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes 0.556s 2022-01-11 15:35:01,751 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"size": 2, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15536567-1b4c-4950-a1f7-19e345a2d3eb', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15536567-1b4c-4950-a1f7-19e345a2d3eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.477068", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:35:01,941 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.183s 2022-01-11 15:35:01,942 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f170d017-967e-447d-b380-ae0f6288cfe2', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f170d017-967e-447d-b380-ae0f6288cfe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:03,000 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.050s 2022-01-11 15:35:03,000 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98c7dbcb-0131-4da3-ae41-d19bb70146a8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98c7dbcb-0131-4da3-ae41-d19bb70146a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:04,063 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:35:04,064 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd906c5b-5cda-49e1-b847-3f8a426ef84b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd906c5b-5cda-49e1-b847-3f8a426ef84b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:05,138 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.063s 2022-01-11 15:35:05,138 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a45f6b2c-cecd-416a-8ee0-a641a206ba98', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a45f6b2c-cecd-416a-8ee0-a641a206ba98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:06,195 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.049s 2022-01-11 15:35:06,196 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc6d39f4-b469-470a-a64c-69396185a92c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc6d39f4-b469-470a-a64c-69396185a92c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:07,258 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:35:07,258 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1001efd5-9066-4416-b590-ba3a379e8a22', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1001efd5-9066-4416-b590-ba3a379e8a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:08,322 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:35:08,322 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-060e392e-7ef4-4a99-923a-e522d21c50a8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-060e392e-7ef4-4a99-923a-e522d21c50a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:09,386 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:35:09,386 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-344526cc-f51e-4024-a5bb-9b2172bde266', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-344526cc-f51e-4024-a5bb-9b2172bde266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:10,444 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:35:10,445 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7361e7b-2937-4849-9773-45cbfe50dfab', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7361e7b-2937-4849-9773-45cbfe50dfab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:11,510 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:35:11,511 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5e53f37-b4b1-4bf1-adcd-5cc5521fedab', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5e53f37-b4b1-4bf1-adcd-5cc5521fedab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:12,570 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:35:12,570 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5046f42b-3693-4193-ba23-d0a65938b129', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5046f42b-3693-4193-ba23-d0a65938b129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:13,631 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:35:13,631 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85bb68db-85fd-448b-aaf3-f4260c630a67', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85bb68db-85fd-448b-aaf3-f4260c630a67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:14,693 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:35:14,693 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f81ece86-e743-4e0a-a599-048960796771', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f81ece86-e743-4e0a-a599-048960796771', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:15,758 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:35:15,758 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2234e3b0-b0f2-4573-b9e7-432229677b3b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2234e3b0-b0f2-4573-b9e7-432229677b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:16,826 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.060s 2022-01-11 15:35:16,827 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bb3f80d-983a-4755-b358-95d8df0a8907', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bb3f80d-983a-4755-b358-95d8df0a8907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:17,887 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.048s 2022-01-11 15:35:17,887 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c97ddc17-85cc-478e-bc96-764b7c369926', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c97ddc17-85cc-478e-bc96-764b7c369926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:18,949 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:35:18,949 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f53ef8f5-39ad-49a4-8a62-ad55cba2803d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f53ef8f5-39ad-49a4-8a62-ad55cba2803d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:20,015 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.058s 2022-01-11 15:35:20,015 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ebd97cd-d5df-4d31-97ee-e1d11f32a33a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ebd97cd-d5df-4d31-97ee-e1d11f32a33a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:21,074 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:35:21,075 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a073d93d-df34-48a6-878b-a2379780dd4d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a073d93d-df34-48a6-878b-a2379780dd4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:22,138 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:35:22,145 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-583573dc-0b8e-4c3a-b107-93e986a812df', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-583573dc-0b8e-4c3a-b107-93e986a812df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:23,202 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.049s 2022-01-11 15:35:23,202 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dfc1936-daa6-423d-a298-bce19e8db6f5', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dfc1936-daa6-423d-a298-bce19e8db6f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:24,266 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:35:24,266 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f4a7e8-1150-4072-8e69-6134963336be', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f4a7e8-1150-4072-8e69-6134963336be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:25,330 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:35:25,331 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09d570f5-89ab-45d8-a25b-25e8c7bbbd69', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09d570f5-89ab-45d8-a25b-25e8c7bbbd69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:26,390 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:35:26,391 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a87f65d0-bddc-44eb-b895-b256fc19b95a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a87f65d0-bddc-44eb-b895-b256fc19b95a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:27,455 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:35:27,455 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e89d6fcc-04fb-49fc-a185-36e05a164ef4', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e89d6fcc-04fb-49fc-a185-36e05a164ef4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:28,523 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.061s 2022-01-11 15:35:28,524 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dd8d9ff-12f8-4af1-b2cc-69c89c17160c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dd8d9ff-12f8-4af1-b2cc-69c89c17160c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:29,586 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:35:29,587 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6cd580b-8cc2-4338-ba8e-11d931d29948', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6cd580b-8cc2-4338-ba8e-11d931d29948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:30,644 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.048s 2022-01-11 15:35:30,644 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a80b58d6-fa09-4af6-bdb6-c8ffed3fe907', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a80b58d6-fa09-4af6-bdb6-c8ffed3fe907', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:31,706 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:35:31,707 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e1c9d0b-bba1-4f09-9d0c-42587a29c698', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e1c9d0b-bba1-4f09-9d0c-42587a29c698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:32,768 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:35:32,768 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e1019cb-6d6b-4201-a11d-5159ebe30089', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e1019cb-6d6b-4201-a11d-5159ebe30089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:33,833 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:35:33,834 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a7bd173-bc5a-4bb7-86b4-232051a32413', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a7bd173-bc5a-4bb7-86b4-232051a32413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:34,893 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:35:34,894 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd804596-968d-418a-92d5-b127c2bbda56', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd804596-968d-418a-92d5-b127c2bbda56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:35,954 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:35:35,954 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be148e44-dfd0-4bab-9ccd-d917ed074982', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be148e44-dfd0-4bab-9ccd-d917ed074982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:37,016 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:35:37,017 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d276bdec-6a31-4f42-9d67-559c56e2a573', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d276bdec-6a31-4f42-9d67-559c56e2a573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:38,078 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:35:38,079 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-732ac1f0-35a8-4716-b369-9113e2a63fe8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-732ac1f0-35a8-4716-b369-9113e2a63fe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:39,141 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:35:39,144 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e01f386-c5d7-490c-8b77-6c9292b33c72', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e01f386-c5d7-490c-8b77-6c9292b33c72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:40,213 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:35:40,213 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c1e0385-02d1-42c9-ae0a-947a6fe7e3c0', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c1e0385-02d1-42c9-ae0a-947a6fe7e3c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:41,271 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.050s 2022-01-11 15:35:41,272 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1311941-30e0-4a6a-8b8e-b4cdb4849ff8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1311941-30e0-4a6a-8b8e-b4cdb4849ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:42,333 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:35:42,333 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3beb8440-619d-4791-be64-b0117f1a2211', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3beb8440-619d-4791-be64-b0117f1a2211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:43,394 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:35:43,394 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-663135f9-4445-42d5-ac2d-09bc448ccd4b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-663135f9-4445-42d5-ac2d-09bc448ccd4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:44,454 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:35:44,454 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5a12279-4400-41c3-84b5-c9900750e109', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5a12279-4400-41c3-84b5-c9900750e109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:45,497 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.036s 2022-01-11 15:35:45,498 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f72e2f31-5635-42ad-95a1-91ed865e3750', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f72e2f31-5635-42ad-95a1-91ed865e3750', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:46,570 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.063s 2022-01-11 15:35:46,570 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14ca4543-b91b-472b-885e-9d5e20569922', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14ca4543-b91b-472b-885e-9d5e20569922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:47,655 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.077s 2022-01-11 15:35:47,655 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70c98e5c-6770-40a7-acec-b998b3e0427a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70c98e5c-6770-40a7-acec-b998b3e0427a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:48,718 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:35:48,720 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e0b84f4-a364-44f0-b23e-ed1b5332b2e3', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e0b84f4-a364-44f0-b23e-ed1b5332b2e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:49,782 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:35:49,782 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11037d4a-a66d-4bad-987c-746f8cfa7fd1', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11037d4a-a66d-4bad-987c-746f8cfa7fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:50,840 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:35:50,841 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ac3fdea-4151-4b6e-9305-41404158987a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ac3fdea-4151-4b6e-9305-41404158987a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:51,900 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:35:51,901 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f22ef19f-dda5-481c-9ef7-c9d3ac65b5ef', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f22ef19f-dda5-481c-9ef7-c9d3ac65b5ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:52,963 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:35:52,963 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72e860ec-d108-4fe7-8deb-564637138f93', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72e860ec-d108-4fe7-8deb-564637138f93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:54,025 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:35:54,026 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e23f138-2b04-4a5f-a557-e55c8ed6925e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e23f138-2b04-4a5f-a557-e55c8ed6925e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:55,090 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:35:55,093 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d4ff3ba-4d84-4907-b7c0-6a0effd53b08', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d4ff3ba-4d84-4907-b7c0-6a0effd53b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:56,154 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:35:56,154 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3541f471-09ee-492c-a9fc-9155742d6443', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3541f471-09ee-492c-a9fc-9155742d6443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:57,217 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:35:57,217 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a89e1d0b-12ba-440d-9195-9a3a67dc25d1', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a89e1d0b-12ba-440d-9195-9a3a67dc25d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:58,280 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:35:58,281 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99cc1c83-055a-497f-b1c5-f5913f701c7a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99cc1c83-055a-497f-b1c5-f5913f701c7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:35:59,352 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.064s 2022-01-11 15:35:59,353 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0506d7e5-f064-49bd-a26b-1c980a62edb9', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0506d7e5-f064-49bd-a26b-1c980a62edb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:00,413 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:36:00,413 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dbd594a-82a3-4202-b359-c16e1ae059e5', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dbd594a-82a3-4202-b359-c16e1ae059e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:01,476 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:36:01,477 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c67f9328-0693-4ca1-bc0f-8e62c217c23a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c67f9328-0693-4ca1-bc0f-8e62c217c23a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:02,538 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:36:02,539 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d44248-2114-4c09-aa5e-9b04116423ba', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d44248-2114-4c09-aa5e-9b04116423ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:03,601 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:36:03,602 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0493c6b-fbfe-4a5f-853f-af82fd4086b3', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0493c6b-fbfe-4a5f-853f-af82fd4086b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:04,662 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:36:04,662 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9921a5f-c24f-4b27-8f50-45dd866b65be', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9921a5f-c24f-4b27-8f50-45dd866b65be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:05,725 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:36:05,725 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cadf402-f790-4038-83c3-13ddd7fe1344', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cadf402-f790-4038-83c3-13ddd7fe1344', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:06,788 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:36:06,788 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26bc1d32-8123-48a8-8f25-d3a0c7ab6bfd', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26bc1d32-8123-48a8-8f25-d3a0c7ab6bfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:07,850 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:36:07,850 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd3336f0-4cbf-4af4-8b19-9d89b1b271eb', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd3336f0-4cbf-4af4-8b19-9d89b1b271eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:08,917 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:36:08,917 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6ea3bc1-5204-401c-847b-88392b335bce', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6ea3bc1-5204-401c-847b-88392b335bce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:09,978 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:36:09,979 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7607e428-684c-4eab-8f12-65bce8831aaa', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7607e428-684c-4eab-8f12-65bce8831aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:11,047 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.061s 2022-01-11 15:36:11,048 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5da48063-7e06-461c-b459-e22713fb0f13', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5da48063-7e06-461c-b459-e22713fb0f13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:12,112 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:36:12,112 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5e27f9e-d330-462d-a8d2-35d95df7281c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5e27f9e-d330-462d-a8d2-35d95df7281c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:13,172 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:36:13,173 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f9dda7f-5bca-4ac1-95f6-c7cd546bda93', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f9dda7f-5bca-4ac1-95f6-c7cd546bda93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:14,235 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:36:14,236 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca468a07-0f82-46c7-b3db-b4203a07caea', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca468a07-0f82-46c7-b3db-b4203a07caea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:15,299 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:36:15,300 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11ffb761-0dbe-4626-bd6f-28a545aa1ee6', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11ffb761-0dbe-4626-bd6f-28a545aa1ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:16,359 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:36:16,359 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cafe44e6-8acb-4f94-b7e3-968f16980ce3', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cafe44e6-8acb-4f94-b7e3-968f16980ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:17,421 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:36:17,422 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13fdaad0-b339-44a8-b892-0c8d37d31b93', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13fdaad0-b339-44a8-b892-0c8d37d31b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:18,483 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:36:18,484 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a79482d-affc-4de3-b4ff-2e9ddbddb40e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a79482d-affc-4de3-b4ff-2e9ddbddb40e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:19,547 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:36:19,547 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48170aa8-ca56-43df-9883-01b7721d9ffa', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48170aa8-ca56-43df-9883-01b7721d9ffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:20,616 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.061s 2022-01-11 15:36:20,617 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ca61baf-69ed-45eb-b6ff-7e5486b3f142', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ca61baf-69ed-45eb-b6ff-7e5486b3f142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:21,681 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:36:21,681 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e50fd0a-dc7e-4b54-93d6-927501763b2e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e50fd0a-dc7e-4b54-93d6-927501763b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:22,742 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:36:22,743 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-792ccbc2-12a4-4b2c-85dd-5f2d92599b51', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-792ccbc2-12a4-4b2c-85dd-5f2d92599b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:23,805 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:36:23,810 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ba1913f-5a24-4fc3-84fd-a94741572ec7', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ba1913f-5a24-4fc3-84fd-a94741572ec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:24,868 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.050s 2022-01-11 15:36:24,868 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f07d6a7-a73d-405b-bd48-02955c14b850', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f07d6a7-a73d-405b-bd48-02955c14b850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:25,932 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:36:25,932 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27d84bd2-4413-41d3-9ec2-fb51de56c74b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27d84bd2-4413-41d3-9ec2-fb51de56c74b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:26,999 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:36:26,999 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e5c478e-2c65-40ea-912b-265a59cf8a1d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e5c478e-2c65-40ea-912b-265a59cf8a1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:28,058 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:36:28,058 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d44095c1-b3d7-4fe0-bd7c-69798be8bd48', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d44095c1-b3d7-4fe0-bd7c-69798be8bd48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:29,122 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:36:29,122 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd08b54f-18a1-447f-b881-cda3655bd360', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd08b54f-18a1-447f-b881-cda3655bd360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:30,184 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:36:30,184 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07a29cd2-e644-490f-9fc8-a7be1ca3450d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07a29cd2-e644-490f-9fc8-a7be1ca3450d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:31,250 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:36:31,251 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e81e8b1c-118a-4fdc-ac23-b0ce0c139981', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e81e8b1c-118a-4fdc-ac23-b0ce0c139981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:32,318 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:36:32,321 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a061e7e1-7aa6-4bb9-b2da-5600d61d9429', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a061e7e1-7aa6-4bb9-b2da-5600d61d9429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:33,377 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.048s 2022-01-11 15:36:33,378 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9af5c2bd-ef61-4bd5-8d28-56f6a78db7a3', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9af5c2bd-ef61-4bd5-8d28-56f6a78db7a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:34,439 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:36:34,439 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4386e393-52d5-4e84-833c-acfaf115b482', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4386e393-52d5-4e84-833c-acfaf115b482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:35,514 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.066s 2022-01-11 15:36:35,514 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1aaeaa5-440e-437c-aa4d-a047f7638496', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1aaeaa5-440e-437c-aa4d-a047f7638496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:36,575 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:36:36,575 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77e6a88f-bd78-4810-8e07-ccc4cbf08223', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77e6a88f-bd78-4810-8e07-ccc4cbf08223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:37,639 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:36:37,639 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ff8db3d-6c90-4f80-be8e-bc858c77fc67', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ff8db3d-6c90-4f80-be8e-bc858c77fc67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:38,701 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:36:38,701 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fdedb5e-f79f-4938-8ef9-bd88a01f40e8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fdedb5e-f79f-4938-8ef9-bd88a01f40e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:39,763 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:36:39,771 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02209212-7ff7-415e-80dc-73a24f1466a3', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02209212-7ff7-415e-80dc-73a24f1466a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:40,829 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.049s 2022-01-11 15:36:40,829 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e70fb73c-9a9b-4e10-ac66-7822d17429ff', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e70fb73c-9a9b-4e10-ac66-7822d17429ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:41,892 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:36:41,892 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e94f0942-7509-45c6-a553-c3e4414514d3', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e94f0942-7509-45c6-a553-c3e4414514d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:42,953 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:36:42,954 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e594e0f7-431a-4394-949c-1a902d1424aa', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e594e0f7-431a-4394-949c-1a902d1424aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:44,017 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:36:44,017 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68e751f9-6d5f-41ac-a909-71f8f69c71ca', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68e751f9-6d5f-41ac-a909-71f8f69c71ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:45,080 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:36:45,081 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd1aa91d-5025-45b5-9d9e-004b8946d97d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd1aa91d-5025-45b5-9d9e-004b8946d97d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:46,151 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.062s 2022-01-11 15:36:46,152 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecfdc66e-677a-48a3-9776-7c85044c4c85', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecfdc66e-677a-48a3-9776-7c85044c4c85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:47,211 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:36:47,216 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea23c451-1698-42e9-bcc4-ade4feaf21ac', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea23c451-1698-42e9-bcc4-ade4feaf21ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:48,280 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:36:48,280 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3f0e3e6-7831-4d1c-88c9-99ab247fe060', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3f0e3e6-7831-4d1c-88c9-99ab247fe060', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:49,339 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:36:49,339 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aed8f46-2b54-4dc5-9a11-d9ba109c501e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aed8f46-2b54-4dc5-9a11-d9ba109c501e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:50,401 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:36:50,401 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f02767c-1305-4421-9502-ca1b87ff1117', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f02767c-1305-4421-9502-ca1b87ff1117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:51,462 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:36:51,462 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18a04ade-cf10-4617-93cc-75318988842c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18a04ade-cf10-4617-93cc-75318988842c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:52,525 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:36:52,525 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-095bcf86-2754-4f27-9ffe-8b8537e7929b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-095bcf86-2754-4f27-9ffe-8b8537e7929b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:53,587 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:36:53,588 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0b01e33-d147-414d-a73e-28a9433c67e5', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0b01e33-d147-414d-a73e-28a9433c67e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:54,650 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:36:54,650 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37462788-6a38-4097-8b69-14347513b5e8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37462788-6a38-4097-8b69-14347513b5e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:55,714 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:36:55,714 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17521e44-f055-4f51-94db-4157009574b7', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17521e44-f055-4f51-94db-4157009574b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:56,776 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:36:56,776 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f27e913a-feaa-4858-abc0-fc518d0e7601', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f27e913a-feaa-4858-abc0-fc518d0e7601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:57,840 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:36:57,840 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7785e94-4c26-4957-b8ee-cb9c3f9217fc', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7785e94-4c26-4957-b8ee-cb9c3f9217fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:58,902 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:36:58,903 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-260254da-d61f-48b2-86e3-f2b19ade725b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-260254da-d61f-48b2-86e3-f2b19ade725b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:36:59,967 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:36:59,967 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96bd9d52-7a5b-45c5-a5aa-fda16506488b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96bd9d52-7a5b-45c5-a5aa-fda16506488b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:01,030 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:37:01,030 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc3412b3-3ce1-4616-8fa0-69371b2a038a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc3412b3-3ce1-4616-8fa0-69371b2a038a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:02,091 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:02,092 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78d14294-0fb2-4bb7-82e9-ab689fe11dcc', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78d14294-0fb2-4bb7-82e9-ab689fe11dcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:03,158 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:37:03,158 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fad4c0d-b830-4385-90c2-a0fcaf25018f', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fad4c0d-b830-4385-90c2-a0fcaf25018f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:04,220 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:04,221 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed624e41-ecff-4f45-b360-80d225436657', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed624e41-ecff-4f45-b360-80d225436657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:05,290 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.061s 2022-01-11 15:37:05,290 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c775a73e-1cb0-4c83-8413-ea72b27a71c7', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c775a73e-1cb0-4c83-8413-ea72b27a71c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:06,352 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:37:06,353 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd52116b-d57d-48a3-bb06-5c53b63f5af8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd52116b-d57d-48a3-bb06-5c53b63f5af8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:07,415 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:07,415 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-627ca22c-6877-4908-98e5-f662eeee4473', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-627ca22c-6877-4908-98e5-f662eeee4473', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:08,477 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:08,478 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e67f7a58-30ea-42b0-a056-2c60da609f47', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e67f7a58-30ea-42b0-a056-2c60da609f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:09,542 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:37:09,542 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-511e17ca-3f26-4215-bc8f-72a7c49bea49', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-511e17ca-3f26-4215-bc8f-72a7c49bea49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:10,602 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:37:10,602 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73af5691-edb7-4420-a544-1df3e4ccc8f1', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73af5691-edb7-4420-a544-1df3e4ccc8f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:11,666 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:37:11,667 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5d7ba89-ea1a-4cb8-a4b1-507cb5849bef', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5d7ba89-ea1a-4cb8-a4b1-507cb5849bef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:12,729 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:12,729 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bca9e7c-228c-442e-8f5c-4ce983b11d53', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bca9e7c-228c-442e-8f5c-4ce983b11d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:13,792 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:37:13,792 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c6c9630-cd51-475a-b926-f6a10285f4af', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c6c9630-cd51-475a-b926-f6a10285f4af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:14,853 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:37:14,853 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cad8023-aca8-43b3-92a1-c2313d9f185f', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cad8023-aca8-43b3-92a1-c2313d9f185f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:15,915 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:15,915 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55444ac3-ee6f-4a6f-9f59-0a62d341efe5', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55444ac3-ee6f-4a6f-9f59-0a62d341efe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:16,981 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.058s 2022-01-11 15:37:16,981 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19227ce4-6752-4081-b1a4-50a93bddaedf', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19227ce4-6752-4081-b1a4-50a93bddaedf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:18,043 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:18,044 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50ee0bfe-002b-4e09-a460-9cdd8e04d60e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50ee0bfe-002b-4e09-a460-9cdd8e04d60e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:19,107 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:37:19,108 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc229d0-87f2-4f20-ae18-7d450e50f98d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc229d0-87f2-4f20-ae18-7d450e50f98d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:20,170 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:20,170 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcef6164-3cc3-4588-a73e-d3681fc3dc1e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcef6164-3cc3-4588-a73e-d3681fc3dc1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:21,231 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:37:21,232 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-958986d0-1ad7-4b78-ab1d-3fbcef1ee0f1', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-958986d0-1ad7-4b78-ab1d-3fbcef1ee0f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:22,297 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.058s 2022-01-11 15:37:22,297 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e13f8a34-0577-4844-b5b5-4909d32e724e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e13f8a34-0577-4844-b5b5-4909d32e724e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:23,367 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.061s 2022-01-11 15:37:23,367 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2506853-1ca0-463b-809e-ec2fe608a2d5', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2506853-1ca0-463b-809e-ec2fe608a2d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:24,428 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:37:24,429 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9005a845-2143-4881-b7b0-e0343e8c414c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9005a845-2143-4881-b7b0-e0343e8c414c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:25,492 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:37:25,493 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5806fc4b-c0c7-4dcf-a25c-a6c6aa2b840b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5806fc4b-c0c7-4dcf-a25c-a6c6aa2b840b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:26,555 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:26,555 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d9d8283-864d-4fd9-8ae9-d22619303251', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d9d8283-864d-4fd9-8ae9-d22619303251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:27,617 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:37:27,617 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-886e0568-920e-4188-986f-ead247043e82', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-886e0568-920e-4188-986f-ead247043e82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:28,685 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.060s 2022-01-11 15:37:28,687 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45dba7e2-3430-4d98-ae94-0bda4163e773', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45dba7e2-3430-4d98-ae94-0bda4163e773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:29,747 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:37:29,747 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-242a2e84-fcf1-4980-9116-c0d2e2e2ea5b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-242a2e84-fcf1-4980-9116-c0d2e2e2ea5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:30,810 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:30,810 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0833d716-fc77-4564-a797-469027a508c6', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0833d716-fc77-4564-a797-469027a508c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:31,873 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:37:31,873 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5483be0-0108-485b-9659-5ae1b0d6a853', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5483be0-0108-485b-9659-5ae1b0d6a853', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:32,936 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:37:32,936 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0baa94aa-30a1-4bb7-a50a-c550feba540b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0baa94aa-30a1-4bb7-a50a-c550feba540b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:34,003 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:37:34,003 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d82d1d8f-a2fe-4c39-bf35-bc71ad9b44df', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d82d1d8f-a2fe-4c39-bf35-bc71ad9b44df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:35,065 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:35,065 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-250f6e4b-dca3-4f67-bcf6-639589de8c27', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-250f6e4b-dca3-4f67-bcf6-639589de8c27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:36,125 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:37:36,126 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03562eea-2bea-45c7-8d18-c20e5ddfd2b6', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03562eea-2bea-45c7-8d18-c20e5ddfd2b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:37,188 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:37,188 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6735b2d-8ec3-4a41-ad20-0c843df4e800', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6735b2d-8ec3-4a41-ad20-0c843df4e800', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:38,252 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:37:38,253 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-862d7bbc-47e8-4bc1-95b3-ad3f6ac4e9ea', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-862d7bbc-47e8-4bc1-95b3-ad3f6ac4e9ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:39,318 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.058s 2022-01-11 15:37:39,319 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9a76e82-57d9-4be5-95e9-0557c4d8a03b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9a76e82-57d9-4be5-95e9-0557c4d8a03b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:40,380 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:37:40,380 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f574e49-7383-4061-9f29-6d8f356a7670', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f574e49-7383-4061-9f29-6d8f356a7670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:41,443 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:37:41,444 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e97ebd4f-7898-4a85-91ff-5b39ef8dcefa', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e97ebd4f-7898-4a85-91ff-5b39ef8dcefa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:42,506 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:42,506 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19f3bcb1-52c1-4b00-a9be-9105a3568e59', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19f3bcb1-52c1-4b00-a9be-9105a3568e59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:43,569 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:43,569 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ac20a6-c865-4de0-b14f-2f5e6e1a8c52', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ac20a6-c865-4de0-b14f-2f5e6e1a8c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:44,771 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.194s 2022-01-11 15:37:44,771 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0272543b-6f54-4246-b818-a572f6d4de14', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0272543b-6f54-4246-b818-a572f6d4de14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:45,833 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:37:45,834 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92374436-f711-4ce6-9d76-2f833b9e73de', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92374436-f711-4ce6-9d76-2f833b9e73de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:46,899 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:37:46,899 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b30e29f8-3d19-41fe-9b37-cdaf5c60d89b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b30e29f8-3d19-41fe-9b37-cdaf5c60d89b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:47,957 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.050s 2022-01-11 15:37:47,957 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-528803a3-8fb6-4356-98a0-cc37ce2893d5', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-528803a3-8fb6-4356-98a0-cc37ce2893d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:49,022 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.058s 2022-01-11 15:37:49,023 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-081a6cdc-4206-413d-9988-f896156c0e7c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-081a6cdc-4206-413d-9988-f896156c0e7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:50,084 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:37:50,085 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0fd5d7e-1616-4379-b3bc-43bd6570f21c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0fd5d7e-1616-4379-b3bc-43bd6570f21c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:51,145 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:37:51,146 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23897a77-544e-4019-bc61-4c70c7c06d19', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23897a77-544e-4019-bc61-4c70c7c06d19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:52,207 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:37:52,207 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-843e18a1-ff23-46bf-b94e-8b5fc026daa1', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-843e18a1-ff23-46bf-b94e-8b5fc026daa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:53,272 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:37:53,273 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c15f9fd-61e5-481c-8244-cbd3b1b460a2', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c15f9fd-61e5-481c-8244-cbd3b1b460a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:54,333 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:37:54,334 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b239bfd-d469-4557-8c90-6259f0edfc55', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b239bfd-d469-4557-8c90-6259f0edfc55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:55,397 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:37:55,397 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-047fd1bd-268c-4067-a3f8-070456dbbc96', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-047fd1bd-268c-4067-a3f8-070456dbbc96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:56,457 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:37:56,458 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85b5bfb0-d4b5-49d7-a706-8c61db68645e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85b5bfb0-d4b5-49d7-a706-8c61db68645e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:57,521 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:37:57,521 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed2b0626-e476-4532-b1f3-5167485ffc87', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed2b0626-e476-4532-b1f3-5167485ffc87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:58,582 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:37:58,583 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa97df27-161d-4869-81fe-950e73f02f74', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa97df27-161d-4869-81fe-950e73f02f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:37:59,645 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:37:59,645 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c0a28c9-d4ce-4401-9064-6518824de85d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c0a28c9-d4ce-4401-9064-6518824de85d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:00,706 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:38:00,707 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9748e7ae-9e54-4eb5-9485-861d376c7252', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9748e7ae-9e54-4eb5-9485-861d376c7252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:01,769 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:38:01,770 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f3c2b10-57de-4e5b-8b18-7c703efa84af', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f3c2b10-57de-4e5b-8b18-7c703efa84af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:02,833 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:38:02,833 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8359636-d2d7-4890-a104-f134c7d3f13f', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8359636-d2d7-4890-a104-f134c7d3f13f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:03,895 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:03,896 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57faa814-839c-4d24-a61b-01a192ca67a0', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57faa814-839c-4d24-a61b-01a192ca67a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:04,958 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:38:04,959 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d46c2ae6-b849-4129-9fe3-ed88fd5a3228', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d46c2ae6-b849-4129-9fe3-ed88fd5a3228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:06,020 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:06,020 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-024872cb-ea18-4efe-8803-b2cc9fafcb84', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-024872cb-ea18-4efe-8803-b2cc9fafcb84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:07,081 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:07,081 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1a6579f-d05f-40f2-a0c7-0c5e60899426', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1a6579f-d05f-40f2-a0c7-0c5e60899426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:08,143 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:38:08,143 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92b384fb-21a9-44d5-9cbd-ab17ea5eca05', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92b384fb-21a9-44d5-9cbd-ab17ea5eca05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:09,206 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:38:09,206 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-591f6be8-d3ac-449f-9a25-88ed2b3b58aa', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-591f6be8-d3ac-449f-9a25-88ed2b3b58aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:10,269 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:38:10,270 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-545f537f-3e45-4382-bca0-751cfae5729d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-545f537f-3e45-4382-bca0-751cfae5729d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:11,332 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:11,332 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-869cd2d2-662b-4e0f-9219-f3463ac6a214', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-869cd2d2-662b-4e0f-9219-f3463ac6a214', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:12,394 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:12,395 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a0b9b47-6a0e-4db1-b36c-c5cc629af7c3', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a0b9b47-6a0e-4db1-b36c-c5cc629af7c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:13,460 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.058s 2022-01-11 15:38:13,460 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-742edfa9-542d-437c-bb8f-3a9845682490', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-742edfa9-542d-437c-bb8f-3a9845682490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:14,518 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.050s 2022-01-11 15:38:14,518 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68447eaf-17af-415e-b757-ddf30cc989bc', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68447eaf-17af-415e-b757-ddf30cc989bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:15,580 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:15,581 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eaca1a7-27a9-4398-8968-4ea1a6bbb9a1', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eaca1a7-27a9-4398-8968-4ea1a6bbb9a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:16,642 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:16,642 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-358dab72-caf3-4e57-a7c9-d737b49cb3ad', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-358dab72-caf3-4e57-a7c9-d737b49cb3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:17,703 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:17,704 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78a323ae-3e54-49f8-b336-efe6d67c5119', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78a323ae-3e54-49f8-b336-efe6d67c5119', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:18,768 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:38:18,772 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43a7da2a-078f-4b81-95a5-8545ac0f2931', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43a7da2a-078f-4b81-95a5-8545ac0f2931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:19,833 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:38:19,833 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0257cc1f-9a1b-4cb9-a7fe-9db3001d1cf3', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0257cc1f-9a1b-4cb9-a7fe-9db3001d1cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:20,898 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:38:20,898 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50b79f86-736d-41d9-be40-c6d9e63cfcbe', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50b79f86-736d-41d9-be40-c6d9e63cfcbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:21,961 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:38:21,963 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8562a17-ea56-4f0a-b609-bd6cd374d8cb', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8562a17-ea56-4f0a-b609-bd6cd374d8cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:23,029 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:38:23,029 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd9a4a81-d44b-465e-9e81-fcf16881b658', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd9a4a81-d44b-465e-9e81-fcf16881b658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:24,088 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:38:24,088 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af2450db-118f-431a-b6ef-e11e9f4c68f4', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af2450db-118f-431a-b6ef-e11e9f4c68f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:25,155 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:38:25,155 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78251b62-b69c-4159-8017-73a13be90fc6', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78251b62-b69c-4159-8017-73a13be90fc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:26,212 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.049s 2022-01-11 15:38:26,212 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb9691ca-e57d-49c4-aaf1-bc58b101f7d8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb9691ca-e57d-49c4-aaf1-bc58b101f7d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:27,278 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.058s 2022-01-11 15:38:27,278 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6779b821-e68d-4912-bcad-f7e462ac919e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6779b821-e68d-4912-bcad-f7e462ac919e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:28,340 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:28,340 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-123fd78d-a7f8-4fff-8ed5-6192b73f6e9b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-123fd78d-a7f8-4fff-8ed5-6192b73f6e9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:29,410 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.063s 2022-01-11 15:38:29,411 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88cf4ebd-fc1b-4007-918b-9ac33fc7e9c0', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88cf4ebd-fc1b-4007-918b-9ac33fc7e9c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:30,471 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:38:30,471 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e7f523b-a764-4d48-aed8-e6eb4378909a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e7f523b-a764-4d48-aed8-e6eb4378909a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:31,533 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:38:31,533 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-169a1993-50cc-4df6-a198-3f9aa6e2a211', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-169a1993-50cc-4df6-a198-3f9aa6e2a211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:32,596 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:32,597 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a8de028-e82d-4b49-a9b5-fab21bec5ef2', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a8de028-e82d-4b49-a9b5-fab21bec5ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:33,661 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:38:33,662 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da3c230e-d4a7-4962-b2b4-338d08017641', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da3c230e-d4a7-4962-b2b4-338d08017641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:34,725 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:34,725 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a10ed50-8a6e-47ff-86e4-11c8a88ce2f2', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a10ed50-8a6e-47ff-86e4-11c8a88ce2f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:35,790 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:38:35,791 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ed704a1-f56b-4a1d-817e-5e103d095fd1', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ed704a1-f56b-4a1d-817e-5e103d095fd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:36,855 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:38:36,855 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aab4730-af1c-4c84-a35a-a3a665fa2f8f', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aab4730-af1c-4c84-a35a-a3a665fa2f8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:37,917 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:38:37,918 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85241574-806c-4faa-a332-7bce5424d628', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85241574-806c-4faa-a332-7bce5424d628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:38,979 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:38,979 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b42342a2-b2d0-407c-b9f7-6b50e414460a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b42342a2-b2d0-407c-b9f7-6b50e414460a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:40,039 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:38:40,039 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1563927-57e6-4463-9e4e-f70a71caf970', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1563927-57e6-4463-9e4e-f70a71caf970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:41,101 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:41,101 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61b783e2-3019-4fd6-9f98-5de3f39e54f0', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61b783e2-3019-4fd6-9f98-5de3f39e54f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:42,164 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:42,165 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd2062ae-0e17-4d3c-833e-5abaa1f0e3b8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd2062ae-0e17-4d3c-833e-5abaa1f0e3b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:43,227 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:38:43,227 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5290e01b-a08b-4a21-901d-2a9b4644b348', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5290e01b-a08b-4a21-901d-2a9b4644b348', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:44,305 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.070s 2022-01-11 15:38:44,306 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a56f4e07-edc2-4759-bd9f-b96175e2d07e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a56f4e07-edc2-4759-bd9f-b96175e2d07e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:45,359 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.045s 2022-01-11 15:38:45,359 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43b1938f-240a-4ba0-bab3-b513ee4e84c3', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43b1938f-240a-4ba0-bab3-b513ee4e84c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:46,421 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:38:46,422 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb46a835-86b3-4b67-ae99-4d8a0ada6bac', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb46a835-86b3-4b67-ae99-4d8a0ada6bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:47,484 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:38:47,485 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a905eeb4-61f0-41b2-b19a-cf8201b2ba66', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a905eeb4-61f0-41b2-b19a-cf8201b2ba66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:48,546 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:48,547 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-619fd35e-5ca8-4ae7-a4a2-42a69b6d7d6f', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-619fd35e-5ca8-4ae7-a4a2-42a69b6d7d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:49,614 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.060s 2022-01-11 15:38:49,615 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fe6cd9a-37e2-4991-972c-044ae384fe4f', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fe6cd9a-37e2-4991-972c-044ae384fe4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:50,672 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.050s 2022-01-11 15:38:50,673 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd6b0096-6587-4754-91bc-724e51ae8991', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd6b0096-6587-4754-91bc-724e51ae8991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:51,735 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:51,735 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89b49571-f377-49e3-99ec-d065dbdb7e07', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89b49571-f377-49e3-99ec-d065dbdb7e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:52,800 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:38:52,800 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee421e67-fc84-4e49-b2a4-7c999f5393b2', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee421e67-fc84-4e49-b2a4-7c999f5393b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:53,862 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:38:53,863 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8acfdd98-835e-4922-917f-2d752c1c1e8b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8acfdd98-835e-4922-917f-2d752c1c1e8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:54,928 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:38:54,929 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-958d658e-de8d-431b-92a7-fc1ca7dd8c6f', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-958d658e-de8d-431b-92a7-fc1ca7dd8c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:56,014 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.077s 2022-01-11 15:38:56,015 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d3a5a47-e7ac-43f2-afd5-39158b1cee65', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d3a5a47-e7ac-43f2-afd5-39158b1cee65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:57,077 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:38:57,078 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e9b1caf-b43a-4231-9511-29e1b38b8c13', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e9b1caf-b43a-4231-9511-29e1b38b8c13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:58,153 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.069s 2022-01-11 15:38:58,154 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a02f0950-8c04-4f19-8efd-fd386c88fc54', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a02f0950-8c04-4f19-8efd-fd386c88fc54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:38:59,222 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.060s 2022-01-11 15:38:59,222 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a4a5c7b-1017-40c7-adf1-45792dfbf128', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a4a5c7b-1017-40c7-adf1-45792dfbf128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:00,298 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.069s 2022-01-11 15:39:00,298 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-809ddcae-2983-407e-9848-a33f8385eb46', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-809ddcae-2983-407e-9848-a33f8385eb46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:01,387 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.081s 2022-01-11 15:39:01,388 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e04737c3-e954-4e81-8bee-97de1bd8a085', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e04737c3-e954-4e81-8bee-97de1bd8a085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:02,452 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:39:02,452 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c679354f-6178-4576-9d1d-82ab38a3ae7a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c679354f-6178-4576-9d1d-82ab38a3ae7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:03,577 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.117s 2022-01-11 15:39:03,578 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb57f309-4956-416b-b17b-c5c671d56795', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb57f309-4956-416b-b17b-c5c671d56795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:04,650 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.064s 2022-01-11 15:39:04,650 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99c1828e-a514-44f8-bfbf-ac55693cb2db', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99c1828e-a514-44f8-bfbf-ac55693cb2db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:05,713 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:39:05,714 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe2a18d0-ddf9-4a21-abaf-1b1187cd7966', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe2a18d0-ddf9-4a21-abaf-1b1187cd7966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:06,785 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.064s 2022-01-11 15:39:06,785 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5f31e31-4a9b-4124-9b55-20b8f9b5e415', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5f31e31-4a9b-4124-9b55-20b8f9b5e415', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:07,847 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:39:07,847 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46ef1995-1817-4722-ad84-ab0b6bbaf1a7', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46ef1995-1817-4722-ad84-ab0b6bbaf1a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:08,950 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.095s 2022-01-11 15:39:08,951 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d9ce8f5-c0d6-4070-b9d9-3d7cd68898ff', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d9ce8f5-c0d6-4070-b9d9-3d7cd68898ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:10,016 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.058s 2022-01-11 15:39:10,017 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e5d50b8-76eb-4e38-af63-8d52a7975a08', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e5d50b8-76eb-4e38-af63-8d52a7975a08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:11,078 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:39:11,078 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40ccbc1d-db63-4d11-9519-24273dea530c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40ccbc1d-db63-4d11-9519-24273dea530c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:12,140 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:39:12,140 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c87842ef-8085-4ae2-9d0f-0b984dd8540b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c87842ef-8085-4ae2-9d0f-0b984dd8540b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:13,202 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:39:13,202 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3901685-7a92-4f0c-854b-f716496f6802', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3901685-7a92-4f0c-854b-f716496f6802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:14,283 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.073s 2022-01-11 15:39:14,283 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f32b09a-a736-4ebc-a7f9-ba79663f8e2e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f32b09a-a736-4ebc-a7f9-ba79663f8e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:15,347 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:39:15,348 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71deb5a9-54b6-4e55-b4bf-9a23068701c2', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71deb5a9-54b6-4e55-b4bf-9a23068701c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:16,424 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.068s 2022-01-11 15:39:16,424 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac6bac3-3ed9-4653-af59-070ca66698ee', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac6bac3-3ed9-4653-af59-070ca66698ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:17,472 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.039s 2022-01-11 15:39:17,472 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-656ed49b-91c3-4fb0-a539-2ef68c1afda5', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-656ed49b-91c3-4fb0-a539-2ef68c1afda5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:18,543 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.062s 2022-01-11 15:39:18,543 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3490f1f2-1052-4cde-bb37-fd197daceb10', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3490f1f2-1052-4cde-bb37-fd197daceb10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:19,605 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:39:19,606 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa57fce-194a-4a4f-97b5-6f146f6c82aa', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa57fce-194a-4a4f-97b5-6f146f6c82aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:20,670 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:39:20,671 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-637c6f70-87a6-4416-941a-1b44df3bc480', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-637c6f70-87a6-4416-941a-1b44df3bc480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:21,738 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:39:21,738 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57372ce6-970d-476a-a876-83bc8bc975b9', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57372ce6-970d-476a-a876-83bc8bc975b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:22,797 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:39:22,798 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22cec42a-4556-486d-a088-10b8839fe2ad', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22cec42a-4556-486d-a088-10b8839fe2ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:23,858 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:39:23,858 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1fee5f5-cdc8-4f77-b81f-5fada53b42f2', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1fee5f5-cdc8-4f77-b81f-5fada53b42f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:24,919 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:39:24,920 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-964aeb46-ca66-418d-97d1-189b46d07445', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-964aeb46-ca66-418d-97d1-189b46d07445', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:25,982 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:39:25,982 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f47a2433-2bc7-492b-a89a-31298b0bfaba', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f47a2433-2bc7-492b-a89a-31298b0bfaba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:27,044 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:39:27,044 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e2b7c42-8a49-4e8f-8136-623949e4b994', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e2b7c42-8a49-4e8f-8136-623949e4b994', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:28,106 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:39:28,106 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b704100-7ae1-4d2b-b23e-9571d53dce83', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b704100-7ae1-4d2b-b23e-9571d53dce83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:29,177 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.064s 2022-01-11 15:39:29,178 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e678185-90c6-46b3-a105-c147881dddc5', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e678185-90c6-46b3-a105-c147881dddc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:30,238 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:39:30,238 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c4c8d0-157f-4a46-ba00-53f4b36975fa', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c4c8d0-157f-4a46-ba00-53f4b36975fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:31,303 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:39:31,303 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e57c6b6-b61f-4a7a-98b0-26cc39254a19', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e57c6b6-b61f-4a7a-98b0-26cc39254a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:32,364 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:39:32,364 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82ee746f-d241-452e-a9c6-2ce93fda9ad2', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82ee746f-d241-452e-a9c6-2ce93fda9ad2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:33,426 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:39:33,426 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8db9fc89-00fe-4016-b46a-8dedfd401c5f', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8db9fc89-00fe-4016-b46a-8dedfd401c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:34,486 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:39:34,487 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48f4d280-02f4-4c05-846c-67c2a87bcebb', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48f4d280-02f4-4c05-846c-67c2a87bcebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:35,551 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:39:35,552 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-066b1f4d-47cd-4b12-82f7-4e608419927c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-066b1f4d-47cd-4b12-82f7-4e608419927c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:36,614 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:39:36,615 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a59ac553-8ab4-40c7-a366-1037338b4ed1', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a59ac553-8ab4-40c7-a366-1037338b4ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:37,681 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:39:37,681 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c04801b7-a56d-499e-87ec-eac409ed5ee8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c04801b7-a56d-499e-87ec-eac409ed5ee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:38,740 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.050s 2022-01-11 15:39:38,740 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ebc1899-5798-49be-9a66-745888f4b40c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ebc1899-5798-49be-9a66-745888f4b40c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:39,802 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:39:39,802 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7a65910-8010-4f49-8767-fdd0816d0d90', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7a65910-8010-4f49-8767-fdd0816d0d90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:40,863 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:39:40,863 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18d151af-036e-4038-a1bf-40aec3ebc5e4', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d151af-036e-4038-a1bf-40aec3ebc5e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:41,926 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:39:41,926 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba02195e-c239-4da3-8da1-d59708da3da8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba02195e-c239-4da3-8da1-d59708da3da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:42,986 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:39:42,986 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86446888-d8d5-4c3d-b011-30dc855d0846', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86446888-d8d5-4c3d-b011-30dc855d0846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:44,050 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:39:44,051 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7708e763-d77a-43ff-bd8d-b49676180c30', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7708e763-d77a-43ff-bd8d-b49676180c30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:45,111 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:39:45,112 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a00c44e8-2c94-4ac6-9cf5-e4ba33c349a6', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a00c44e8-2c94-4ac6-9cf5-e4ba33c349a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:46,171 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:39:46,172 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff62026c-6b09-4a36-adb9-b093da5f4a22', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff62026c-6b09-4a36-adb9-b093da5f4a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:47,251 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.071s 2022-01-11 15:39:47,252 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fef45f6-1ea7-4848-ac22-26187c252d78', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fef45f6-1ea7-4848-ac22-26187c252d78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:48,319 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.060s 2022-01-11 15:39:48,320 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99aab482-6b67-42ce-8eab-babe48fce305', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99aab482-6b67-42ce-8eab-babe48fce305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:49,378 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.051s 2022-01-11 15:39:49,378 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0fe1a4a-e85c-4969-becd-5259c2eaf57e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0fe1a4a-e85c-4969-becd-5259c2eaf57e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:50,441 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:39:50,441 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f03d4a26-babc-445c-b946-474cfb5205a9', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f03d4a26-babc-445c-b946-474cfb5205a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:51,635 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.186s 2022-01-11 15:39:51,646 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bd26428-53b6-40c4-9bd3-4747a44c588b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bd26428-53b6-40c4-9bd3-4747a44c588b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:52,699 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.046s 2022-01-11 15:39:52,699 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fdea0f1-39b9-4cf8-992c-65c224ad055e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fdea0f1-39b9-4cf8-992c-65c224ad055e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:53,763 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:39:53,763 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a59ced6-c05e-4bf4-b7df-14de26cd671c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a59ced6-c05e-4bf4-b7df-14de26cd671c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:54,827 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:39:54,828 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2474b150-ab4c-44c9-87cd-b3a9c8f293e1', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2474b150-ab4c-44c9-87cd-b3a9c8f293e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:55,888 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:39:55,888 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b36f5e5-586f-4bd7-b513-db75586d9f0a', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b36f5e5-586f-4bd7-b513-db75586d9f0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:56,951 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:39:56,951 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9398fb7-5392-4fe5-a573-4fb9baf378d3', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9398fb7-5392-4fe5-a573-4fb9baf378d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:58,018 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:39:58,018 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a452808-d640-43ad-b776-440838fb2b1e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a452808-d640-43ad-b776-440838fb2b1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:39:59,076 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.050s 2022-01-11 15:39:59,077 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed2b4a16-91f4-4991-87db-728e7fa8297d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed2b4a16-91f4-4991-87db-728e7fa8297d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:00,137 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:40:00,137 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-529788e2-81a3-451c-ad45-f5ff7f7d3a7b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-529788e2-81a3-451c-ad45-f5ff7f7d3a7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:01,201 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:40:01,201 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa39704c-497f-4c3c-af39-2f588d54e91d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa39704c-497f-4c3c-af39-2f588d54e91d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:02,360 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.152s 2022-01-11 15:40:02,361 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-726a43aa-6a7b-43e5-b2ef-1c82eb485c95', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-726a43aa-6a7b-43e5-b2ef-1c82eb485c95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:03,405 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.036s 2022-01-11 15:40:03,405 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79f02873-627f-4baf-b5df-468607d44bf8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79f02873-627f-4baf-b5df-468607d44bf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:04,448 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.035s 2022-01-11 15:40:04,449 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf74c249-e954-4877-aee8-e4e92dd1cb65', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf74c249-e954-4877-aee8-e4e92dd1cb65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:05,491 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.035s 2022-01-11 15:40:05,492 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f38a846-6b55-4708-87c3-690fe638c17b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f38a846-6b55-4708-87c3-690fe638c17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:06,535 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.036s 2022-01-11 15:40:06,536 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d0a231f-69fb-4ccc-add7-60f15580be8e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d0a231f-69fb-4ccc-add7-60f15580be8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:07,581 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.035s 2022-01-11 15:40:07,581 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65eec8ec-7200-486c-8ef8-400e414f8e8c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65eec8ec-7200-486c-8ef8-400e414f8e8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:08,648 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.060s 2022-01-11 15:40:08,648 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a8b788a-9ffd-4420-9bd9-6747f400816b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a8b788a-9ffd-4420-9bd9-6747f400816b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:09,711 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:40:09,711 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6e2e592-68b9-49f7-be7c-62633b3018b0', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6e2e592-68b9-49f7-be7c-62633b3018b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:10,778 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:40:10,778 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6bec2dc-d613-484c-81cd-0f82efd8ba43', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6bec2dc-d613-484c-81cd-0f82efd8ba43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:11,842 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:40:11,842 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4214859f-4f98-441b-a776-6703966dbbfb', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4214859f-4f98-441b-a776-6703966dbbfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:12,908 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.058s 2022-01-11 15:40:12,908 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec97643b-f212-4603-8345-9e72a61abbe0', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec97643b-f212-4603-8345-9e72a61abbe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:13,969 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:40:13,970 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aed4e86-9fab-4aa8-b26f-7335fd828df4', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aed4e86-9fab-4aa8-b26f-7335fd828df4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:15,032 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:40:15,032 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f14c2c1-84bd-49a6-b433-a46ff28ea3ca', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f14c2c1-84bd-49a6-b433-a46ff28ea3ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:16,100 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.060s 2022-01-11 15:40:16,100 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22529a06-39e9-457f-b202-8f5cf3caa1dc', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22529a06-39e9-457f-b202-8f5cf3caa1dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:17,143 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.035s 2022-01-11 15:40:17,144 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aacbd8dc-5e3e-4782-a2ed-c26429f0887b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aacbd8dc-5e3e-4782-a2ed-c26429f0887b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:18,186 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.035s 2022-01-11 15:40:18,187 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb225a22-d70e-449b-b405-542a9d60f692', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb225a22-d70e-449b-b405-542a9d60f692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:19,251 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:40:19,251 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0945f8c3-a44f-4294-8484-77b633506720', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0945f8c3-a44f-4294-8484-77b633506720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:20,318 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.058s 2022-01-11 15:40:20,318 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acd8b7df-7739-4aae-86fc-a745bcaebb7c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acd8b7df-7739-4aae-86fc-a745bcaebb7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:21,381 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:40:21,382 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-180e093e-49d4-410f-9960-23c1258ed5f5', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-180e093e-49d4-410f-9960-23c1258ed5f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:22,445 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:40:22,445 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-711c2e44-e5d0-45d3-bee2-2dcbfa5e7122', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-711c2e44-e5d0-45d3-bee2-2dcbfa5e7122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:23,512 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:40:23,512 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a1cf765-1ce4-42f5-9c45-7dbeb823d50b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a1cf765-1ce4-42f5-9c45-7dbeb823d50b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:24,573 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:40:24,574 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64f7dd59-a360-47a0-a04f-90336ba6e9ff', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64f7dd59-a360-47a0-a04f-90336ba6e9ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:25,634 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:40:25,635 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d9b48b-03d9-4bf7-866f-39ba0cec2b59', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d9b48b-03d9-4bf7-866f-39ba0cec2b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:26,698 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:40:26,699 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0ecac38-35e7-498d-8850-8159c6ee62e8', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0ecac38-35e7-498d-8850-8159c6ee62e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:27,760 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:40:27,760 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eba5553-0c20-43d0-8d09-3723bbbde9ba', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eba5553-0c20-43d0-8d09-3723bbbde9ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:28,823 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:40:28,823 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37f7de28-9212-4e08-bd40-f72aa79aadef', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37f7de28-9212-4e08-bd40-f72aa79aadef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:29,889 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.058s 2022-01-11 15:40:29,889 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5baf483-f709-4d07-99c5-1b577d54b147', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5baf483-f709-4d07-99c5-1b577d54b147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:30,973 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.076s 2022-01-11 15:40:30,973 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75674a59-3de9-4398-9369-2412c3c8f9d1', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75674a59-3de9-4398-9369-2412c3c8f9d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:32,016 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.035s 2022-01-11 15:40:32,016 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b5e4f66-f733-44eb-824d-4deba2f8bef3', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b5e4f66-f733-44eb-824d-4deba2f8bef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:33,079 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:40:33,079 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a12d975-e360-4786-8873-4eaa9b8a4ad1', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a12d975-e360-4786-8873-4eaa9b8a4ad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:34,142 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:40:34,142 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb2c541-9fa7-45ef-941a-5b9df0d32438', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb2c541-9fa7-45ef-941a-5b9df0d32438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:35,204 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:40:35,205 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6cf0854-b9df-4310-9aae-c7ee39948cfe', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6cf0854-b9df-4310-9aae-c7ee39948cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:36,268 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:40:36,269 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24a75b11-f1f3-4c57-8d71-06374fc8d9ee', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24a75b11-f1f3-4c57-8d71-06374fc8d9ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:37,339 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.062s 2022-01-11 15:40:37,339 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12121075-509d-44df-a37c-374441eb3bd1', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12121075-509d-44df-a37c-374441eb3bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:38,400 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:40:38,400 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab668468-a3be-48f6-ba1d-9df9ffc1fadc', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab668468-a3be-48f6-ba1d-9df9ffc1fadc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:39,463 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:40:39,463 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9b8acde-56de-4e78-8d2b-3213d7191da9', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9b8acde-56de-4e78-8d2b-3213d7191da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:40,526 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:40:40,526 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0a53f10-533f-417a-ac65-81a644601dc2', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0a53f10-533f-417a-ac65-81a644601dc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:41,589 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:40:41,589 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-517acfec-34e5-4272-bc8f-0d53166fb6eb', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-517acfec-34e5-4272-bc8f-0d53166fb6eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:42,655 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.058s 2022-01-11 15:40:42,656 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff408dc6-fca0-40d5-bf8f-379944ab5f09', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff408dc6-fca0-40d5-bf8f-379944ab5f09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:43,717 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.053s 2022-01-11 15:40:43,717 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e89ee759-242b-4df7-910e-89117087d53b', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e89ee759-242b-4df7-910e-89117087d53b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:44,784 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.059s 2022-01-11 15:40:44,784 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4583103-17a5-483d-a2bc-f32a119aaed9', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4583103-17a5-483d-a2bc-f32a119aaed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:45,846 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:40:45,846 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d542872d-7da2-4c0b-b01d-da393356df6c', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d542872d-7da2-4c0b-b01d-da393356df6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:46,908 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:40:46,909 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a278c946-9635-4b95-aa1f-b6b8655d83a3', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a278c946-9635-4b95-aa1f-b6b8655d83a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:47,981 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.062s 2022-01-11 15:40:47,981 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c10a6a91-d860-4036-9e56-205f6750a212', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c10a6a91-d860-4036-9e56-205f6750a212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:49,044 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:40:49,045 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d06cc96-7440-4c1a-8c4f-38f57316231d', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d06cc96-7440-4c1a-8c4f-38f57316231d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:50,105 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.052s 2022-01-11 15:40:50,105 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69992c55-ad54-402e-a34e-46d8997fa5ef', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69992c55-ad54-402e-a34e-46d8997fa5ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:51,169 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.057s 2022-01-11 15:40:51,169 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03b43052-c8e1-4150-a1be-db7cfe89e36e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03b43052-c8e1-4150-a1be-db7cfe89e36e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:52,231 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.054s 2022-01-11 15:40:52,231 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb7f25ff-937a-4b0e-9315-3cfe3dcbc734', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb7f25ff-937a-4b0e-9315-3cfe3dcbc734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:53,294 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.056s 2022-01-11 15:40:53,294 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85080f64-b06c-4657-82b8-9a95b9a87c3f', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85080f64-b06c-4657-82b8-9a95b9a87c3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:54,360 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.058s 2022-01-11 15:40:54,360 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc340f5-9ac7-4cdc-ab31-874cebec2601', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc340f5-9ac7-4cdc-ab31-874cebec2601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:55,422 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.055s 2022-01-11 15:40:55,422 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7bf9a9c-5441-400e-bd32-64c0c7c62c37', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7bf9a9c-5441-400e-bd32-64c0c7c62c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:56,468 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.038s 2022-01-11 15:40:56,469 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-949094d8-99dc-46c9-adc1-e93a3dd32183', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-949094d8-99dc-46c9-adc1-e93a3dd32183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:40:57,513 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 0.036s 2022-01-11 15:40:57,513 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d337db-a78e-4f81-b301-fcbd83bddb58', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d337db-a78e-4f81-b301-fcbd83bddb58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' 2022-01-11 15:41:46,874 117582 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc 48.353s 2022-01-11 15:41:46,874 117582 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70667ea1-3082-4b24-a00b-33585b03b54e', 'content-length': '923', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70667ea1-3082-4b24-a00b-33585b03b54e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc'} Body: b'{"volume": {"id": "cbd7ab39-8712-439b-bf94-a156f5c7cbfc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2022-01-11T15:35:01.000000", "updated_at": "2022-01-11T15:35:02.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1082424773", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/25e82c4469ce4746922a0ad5c7edc067/volumes/cbd7ab39-8712-439b-bf94-a156f5c7cbfc"}], "user_id": "a4834e82745d473fb5a81f207d408a7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25e82c4469ce4746922a0ad5c7edc067"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 130, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume cbd7ab39-8712-439b-bf94-a156f5c7cbfc failed to reach available status (current creating) within the required time (360 s). |
||||||
tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 0 | 1 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
fail
ft22.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:13:52,500 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.459s 2022-01-11 15:13:52,500 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-1509984335"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2316', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-418260eb-11ef-4626-a487-04d2b0847e8e', 'x-compute-request-id': 'req-418260eb-11ef-4626-a487-04d2b0847e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAz+g5oh8ptrBnKJ8a3PuLAD+ytYw+qC1l8hIkUkq4Vh7OR58B\\nZLAOjhOpSMgumHYKC/sN0O4f1MbmF3olu1Z+jVviIz09X9PP2GDm3r9nY3Oj1j9H\\nEA4DWs9R/VgZUXwpPCS9kVOPYuWV7G26a55Vl31uRkxxNc917llQUMbX6qoWn4ES\\nFqD6AO507qBfLwDbNUcqtVocUOI80VCSQNCgZTx3JeY4OLMVwALJ9PB9XsPrIWnq\\n12iVliYR5Qz5+MuPXqjnbuKUvvKX1DWoOrbfBGy+EGALGN9Y+0taxV6+T5uocvUy\\n0BgZ72dFlRj6WSQwRSGAZ/u+Wgl/XtFETj5okQIDAQABAoIBAQCY44tOX2BLilmy\\nE56rlwdW/YCr5SBGiGwJobG4Gl6IZksHfDSIGLf7XxYEAcHSOCuXN92nIRWjYUjf\\nRuHsa+TQixs3EtfJWnfkBQ6CC3s6NVXsPchCVCu/YepHRbwIoieopNQKxMoSzgZ8\\nQQzwCxWiO4kWhSxTh+aPinp3jGJHm8ymtpswlltp3ozJ/xHDa2Dg/p12qQt/0fdq\\nskTtc8DFu6UINpxYZ8n+qPJbxt3sLwKlywKWMzRkFd2Qb28CqVnmyhLjbMT/oW+3\\n0FyaldDkKm1QBtuuaxVh8jQcp5Hfvhx7hqr6BoVHF0Uljdu2twg1O3fIfV872c6B\\nXg4wxQrhAoGBAPgSEGEZJvA0srPHuUkO7ky92ATjPiITCfGYb0FBf1JvjGnWm8eI\\nV2P/6q5/qcY4EWr84pPafgiS5qpTdevjp/BhW4l4btMuKWTi3WOtSY0vj2lgc13u\\nctz7VtycRZH4HA1YxGfCagBQlknWjoBssKmYZgkDPYNIM73GYduLI8l9AoGBANaN\\nggTpSI2NVJxLm8E9NRJIpmOBho3M8wmuTk6mpfl2GDE9bG7jWfMt9bPERIy/DBYH\\nU2tr7LcFzn9X0Bt9PTijw/uRgd9v94hUY6+idbRd3y6etpJCeMmnYGiJZLyrNqmC\\nkAhAyGszuesB7rnE6ppAu7HYc1stv6V33B/LQaelAoGAF9H8Oqako4ob4sF53DcP\\n0NSl6oo7jCAR414EyNpWNH87l2ohGT7RTWvkiA8AKWV23rQbuaDQW1hnx9Et0JHS\\nrXVbyc6DrcmP9f0GzyxzlJgNiEvXqBxecTO9On/S+lo9r1ZnvaLgdNlIJRzyIAjP\\nyek1WwYxoOqM9VsYSHGK5S0CgYEAlqLBv6r+SowI9LdNAs5zfYPOdpyRGOvlU02z\\nIxtz+oLEl4W1pOEw3UDOekl5i4vy82BvXENo7lNAWT4RGcvDeQnZ5r2RfovBMlF1\\nr/GTTHB/6t559pR+8631TU/xj1lyRm8pqvG5BTNK/EneD0XHJUf/v+zliQXEwWs2\\n/IebcBUCgYB7iw9iJppw7HmFw9VMQf7fjp38Ip46jFaABsYP/l9Jik4xZZhFmMNo\\nVUmnHZGyJVCIl4QCNWedHCIqdHFLyeHtyDFIkG+qkDzYo3il8wvfvUZn5YQUUP4V\\n9i61/jelNEauoodpk26IQZ8fUkzUeb8WA18zfY/7Q8D+4fOKqM4IaQ==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestShelveInstance-1509984335", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP6DmiHym2sGconxrc+4sAP7K1jD6oLWXyEiRSSrhWHs5HnwFksA6OE6lIyC6YdgoL+w3Q7h/UxuYXeiW7Vn6NW+IjPT1f08/YYObev2djc6PWP0cQDgNaz1H9WBlRfCk8JL2RU49i5ZXsbbprnlWXfW5GTHE1z3XuWVBQxtfqqhafgRIWoPoA7nTuoF8vANs1Ryq1WhxQ4jzRUJJA0KBlPHcl5jg4sxXAAsn08H1ew+shaerXaJWWJhHlDPn4y49eqOdu4pS+8pfUNag6tt8EbL4QYAsY31j7S1rFXr5Pm6hy9TLQGBnvZ0WVGPpZJDBFIYBn+75aCX9e0UROPmiR Generated-by-Nova", "fingerprint": "65:96:80:e6:dd:f8:38:75:a4:37:01:0e:f9:96:b2:08", "user_id": "7306e551d8234142977681a0d803a21a"}}' 2022-01-11 15:13:52,872 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/v2.0/security-groups 0.370s 2022-01-11 15:13:52,872 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-1051513398", "description": "tempest-secgroup-smoke-1051513398 description", "project_id": "650f188bc41c4e3287333c86a814f108"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-7bbce228-1e6d-4cac-9391-77143ec74a29', 'date': 'Tue, 11 Jan 2022 15:13:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "d361ab57-2700-466d-896b-d367f33b32fd", "name": "tempest-secgroup-smoke-1051513398", "stateful": true, "tenant_id": "650f188bc41c4e3287333c86a814f108", "description": "tempest-secgroup-smoke-1051513398 description", "shared": false, "security_group_rules": [{"id": "901cbf07-d113-44d7-90b5-12739c52427e", "tenant_id": "650f188bc41c4e3287333c86a814f108", "security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 320, "description": null, "tags": [], "created_at": "2022-01-11T15:13:52Z", "updated_at": "2022-01-11T15:13:52Z", "revision_number": 0, "project_id": "650f188bc41c4e3287333c86a814f108"}, {"id": "f940de51-fd08-4c86-9eaf-b67958e4786d", "tenant_id": "650f188bc41c4e3287333c86a814f108", "security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 321, "description": null, "tags": [], "created_at": "2022-01-11T15:13:52Z", "updated_at": "2022-01-11T15:13:52Z", "revision_number": 0, "project_id": "650f188bc41c4e3287333c86a814f108"}], "tags": [], "created_at": "2022-01-11T15:13:52Z", "updated_at": "2022-01-11T15:13:52Z", "revision_number": 1, "project_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:13:53,266 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.392s 2022-01-11 15:13:53,266 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "project_id": "650f188bc41c4e3287333c86a814f108", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-ffc33768-2358-47af-bc93-2ad3e10fc936', 'date': 'Tue, 11 Jan 2022 15:13:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7ce0e22f-1cc3-4668-b90a-e3b3d348c043", "tenant_id": "650f188bc41c4e3287333c86a814f108", "security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:13:53Z", "updated_at": "2022-01-11T15:13:53Z", "revision_number": 0, "project_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:13:53,693 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.426s 2022-01-11 15:13:53,693 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "project_id": "650f188bc41c4e3287333c86a814f108", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-e0f6664f-e07f-45f6-80fd-0d4790f8fc7b', 'date': 'Tue, 11 Jan 2022 15:13:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "36439b56-7119-4dd8-9783-a25953120c99", "tenant_id": "650f188bc41c4e3287333c86a814f108", "security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:13:53Z", "updated_at": "2022-01-11T15:13:53Z", "revision_number": 0, "project_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:13:54,167 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.473s 2022-01-11 15:13:54,167 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "project_id": "650f188bc41c4e3287333c86a814f108", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-1434c0da-f203-462c-94f5-7e8a6a790f10', 'date': 'Tue, 11 Jan 2022 15:13:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "18713a1f-c9cf-49e9-bf51-72c358d6733c", "tenant_id": "650f188bc41c4e3287333c86a814f108", "security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:13:53Z", "updated_at": "2022-01-11T15:13:53Z", "revision_number": 0, "project_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:13:54,537 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.368s 2022-01-11 15:13:54,537 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "project_id": "650f188bc41c4e3287333c86a814f108", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-ff1db292-2186-483e-ab86-42e2ab0b3881', 'date': 'Tue, 11 Jan 2022 15:13:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3ac94985-3961-456a-8a17-9c3bc1f92250", "tenant_id": "650f188bc41c4e3287333c86a814f108", "security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:13:54Z", "updated_at": "2022-01-11T15:13:54Z", "revision_number": 0, "project_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:13:54,888 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.351s 2022-01-11 15:13:54,889 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "project_id": "650f188bc41c4e3287333c86a814f108", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-48d790e7-5e23-4540-bb92-2eb5619bb695', 'date': 'Tue, 11 Jan 2022 15:13:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "48e8ba9f-1f35-4d98-9b93-232ae87af99d", "tenant_id": "650f188bc41c4e3287333c86a814f108", "security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:13:54Z", "updated_at": "2022-01-11T15:13:54Z", "revision_number": 0, "project_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:13:55,236 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.346s 2022-01-11 15:13:55,236 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "project_id": "650f188bc41c4e3287333c86a814f108", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-166e40e0-43f7-4b7c-8dac-169d31d0a37b', 'date': 'Tue, 11 Jan 2022 15:13:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e7b34a19-374a-40c0-aca9-332eef16db97", "tenant_id": "650f188bc41c4e3287333c86a814f108", "security_group_id": "d361ab57-2700-466d-896b-d367f33b32fd", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:13:55Z", "updated_at": "2022-01-11T15:13:55Z", "revision_number": 0, "project_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:13:55,365 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52/identity/v3/auth/tokens 0.123s 2022-01-11 15:13:55,366 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3e26096e-69b9-47a2-acd7-3ee208af4af9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7306e551d8234142977681a0d803a21a", "name": "tempest-TestShelveInstance-2000393451-project", "password_expires_at": null}, "audit_ids": ["iB12znhzRSmZa8Qa21daLA"], "expires_at": "2022-01-11T16:13:55.000000Z", "issued_at": "2022-01-11T15:13:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "650f188bc41c4e3287333c86a814f108", "name": "tempest-TestShelveInstance-2000393451"}, "is_domain": false, "roles": [{"id": "cf228c05981940539fde033ddb1617c9", "name": "reader"}, {"id": "742b589cf4e2420f92ec1c79533345d0", "name": "member"}], "catalog": [{"endpoints": [{"id": "ff8c9dccb172431da602af7a4808d86c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2/650f188bc41c4e3287333c86a814f108", "region": "RegionOne"}], "id": "2445f88179714e8897b1240b3d3ca8c7", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "fc838db8edd34bc09fbb2fd5c470c27e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/compute/v2.1", "region": "RegionOne"}], "id": "37b3181e80ea4d928d4344eaf6a0aa87", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "360a5cfc010e4b139e7fec6ddf825e5f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108", "region": "RegionOne"}], "id": "6212d811c2074dc5b0bf4f3ed48f4e78", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "b8ae968d4b4f4d1b94ba3917b2c41d7a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:8080/v1/AUTH_650f188bc41c4e3287333c86a814f108", "region": "RegionOne"}, {"id": "c868e46136b0404ba0579acdc8e8ce78", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.52:8080", "region": "RegionOne"}], "id": "801c08a0a2894e8d816219b6d4f835f9", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "1c66ab2e63bf4bb49dc80313a47cae5f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/placement", "region": "RegionOne"}], "id": "98fbbb52124f44019a2b46287838ae9f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "156980714c084ee9b7e3c1a9aabd25f4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108", "region": "RegionOne"}], "id": "b2e3f71e9e7c4c4e9e86900c61ced593", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "78e1c6d028784ac990fbb9593baa8bd1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/identity", "region": "RegionOne"}], "id": "bb3c804324544028b524a4e3b489d54c", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "958e1704315446638b87d2c5fc109d6d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52:9696/", "region": "RegionOne"}], "id": "d6fd01671887417e85e932aec3bf7964", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3bc5f74abe8a4c0da27b847317aad02e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.52/image", "region": "RegionOne"}], "id": "fb282cf9369148db81877e30974a02dd", "type": "image", "name": "glance"}]}}' 2022-01-11 15:13:55,367 117586 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '92f12fef-9d97-467c-9053-7519d9a7115c', 'name': 'tempest-TestShelveInstance-1813410096-network', 'tenant_id': '650f188bc41c4e3287333c86a814f108', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '650f188bc41c4e3287333c86a814f108', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 563, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-01-11T15:13:34Z', 'updated_at': '2022-01-11T15:13:34Z', 'revision_number': 1} available for tenant 2022-01-11 15:13:56,207 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes 0.839s 2022-01-11 15:13:56,208 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-tempest.common.compute-volume-875017466", "imageRef": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "size": 1}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34e32f7e-35dd-4655-9056-a7a516dc878f', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34e32f7e-35dd-4655-9056-a7a516dc878f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:55.898479", "updated_at": null, "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:13:56,258 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.043s 2022-01-11 15:13:56,258 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29bed5cf-5207-4884-8095-4201d6a28c76', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29bed5cf-5207-4884-8095-4201d6a28c76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:13:57,338 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.066s 2022-01-11 15:13:57,338 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e677afdd-1e1e-48ee-87dd-46c3bb79102b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e677afdd-1e1e-48ee-87dd-46c3bb79102b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:13:58,388 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.041s 2022-01-11 15:13:58,388 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45d91332-4807-4f07-b565-402614870a74', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45d91332-4807-4f07-b565-402614870a74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:13:59,437 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.042s 2022-01-11 15:13:59,437 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:13:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bb447f3-8682-4bce-a1a9-7e7c04497361', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bb447f3-8682-4bce-a1a9-7e7c04497361', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:00,483 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.038s 2022-01-11 15:14:00,484 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dad10b02-e3b6-4340-9b58-57c2eb3ccbd6', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dad10b02-e3b6-4340-9b58-57c2eb3ccbd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:01,540 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.048s 2022-01-11 15:14:01,540 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7961b2a-5803-4869-a72b-2975f11a379c', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7961b2a-5803-4869-a72b-2975f11a379c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:02,594 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.047s 2022-01-11 15:14:02,594 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ee46476-1266-4882-92bd-2bd8639cb6eb', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ee46476-1266-4882-92bd-2bd8639cb6eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:03,640 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.038s 2022-01-11 15:14:03,641 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0490e062-e633-42ff-8501-a4c886cb432f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0490e062-e633-42ff-8501-a4c886cb432f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:04,686 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.038s 2022-01-11 15:14:04,687 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0453399e-11de-4732-ae08-71350920a4de', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0453399e-11de-4732-ae08-71350920a4de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:05,734 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.039s 2022-01-11 15:14:05,735 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af33025e-fbbe-44a9-b426-908f045c406e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af33025e-fbbe-44a9-b426-908f045c406e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:06,779 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.037s 2022-01-11 15:14:06,780 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9ff6fa5-7328-43fa-851b-78d79d1a8cc7', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9ff6fa5-7328-43fa-851b-78d79d1a8cc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:07,823 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.036s 2022-01-11 15:14:07,824 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c1f6585-b801-4c5c-8ef9-7bfb8e2db009', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c1f6585-b801-4c5c-8ef9-7bfb8e2db009', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:08,868 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.036s 2022-01-11 15:14:08,868 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26b3cf70-8384-405b-ae9c-55de38081d49', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26b3cf70-8384-405b-ae9c-55de38081d49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:09,913 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.037s 2022-01-11 15:14:09,914 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a59ee5b2-8a0f-45cf-8d62-a62862009ded', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a59ee5b2-8a0f-45cf-8d62-a62862009ded', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:10,958 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.035s 2022-01-11 15:14:10,958 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbecf0df-6918-4208-8fc6-e2c5960f35eb', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbecf0df-6918-4208-8fc6-e2c5960f35eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:12,008 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.042s 2022-01-11 15:14:12,008 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ba8a282-3916-4e2c-a696-3b605b2a9704', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ba8a282-3916-4e2c-a696-3b605b2a9704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:13,054 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.037s 2022-01-11 15:14:13,054 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce1ff947-12ed-4b82-b392-3e503ad7fd0b', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce1ff947-12ed-4b82-b392-3e503ad7fd0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:14,097 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.035s 2022-01-11 15:14:14,098 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ce28900-c66a-44c7-a80b-083b850f8fca', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce28900-c66a-44c7-a80b-083b850f8fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:15,141 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.036s 2022-01-11 15:14:15,142 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc90b227-f343-486f-a600-9cb08c6bdab0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc90b227-f343-486f-a600-9cb08c6bdab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:16,186 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.036s 2022-01-11 15:14:16,186 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43656f61-b822-4060-8b32-46a952f9c778', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43656f61-b822-4060-8b32-46a952f9c778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:17,232 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.038s 2022-01-11 15:14:17,233 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0749ce88-6b07-44a4-be31-c5fa85e1b434', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0749ce88-6b07-44a4-be31-c5fa85e1b434', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:18,280 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.040s 2022-01-11 15:14:18,281 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6acb14d3-c3e8-4682-9c2b-efae1333fcf1', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6acb14d3-c3e8-4682-9c2b-efae1333fcf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:19,327 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.039s 2022-01-11 15:14:19,328 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38c1a0f2-0f83-43ad-aad4-2bb4beb122be', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38c1a0f2-0f83-43ad-aad4-2bb4beb122be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:20,373 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.037s 2022-01-11 15:14:20,373 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51ad74ac-aa24-40f7-807f-e689b4ae0f9a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51ad74ac-aa24-40f7-807f-e689b4ae0f9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:21,422 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.041s 2022-01-11 15:14:21,422 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c7e1933-64d2-449d-98cc-7ab882cca543', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c7e1933-64d2-449d-98cc-7ab882cca543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:22,474 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.045s 2022-01-11 15:14:22,478 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45efa166-6d36-4fc1-8600-25cda75192b0', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45efa166-6d36-4fc1-8600-25cda75192b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:13:56.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:23,532 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.045s 2022-01-11 15:14:23,532 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6805e88f-8700-4a4d-b236-ba36298e55f7', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6805e88f-8700-4a4d-b236-ba36298e55f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:24,578 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.039s 2022-01-11 15:14:24,578 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b2cc913-caee-4b1c-a6b0-0d179837b8b0', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b2cc913-caee-4b1c-a6b0-0d179837b8b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:25,632 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.044s 2022-01-11 15:14:25,632 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84664c27-9ab5-4903-ae72-096833f7f632', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84664c27-9ab5-4903-ae72-096833f7f632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:26,688 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.046s 2022-01-11 15:14:26,689 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df1dd7b2-d5e8-48c6-a04c-5ec24e7680e8', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df1dd7b2-d5e8-48c6-a04c-5ec24e7680e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:27,765 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.068s 2022-01-11 15:14:27,766 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-230d78a7-0743-4e82-806f-36706c47c836', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-230d78a7-0743-4e82-806f-36706c47c836', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:28,855 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.082s 2022-01-11 15:14:28,856 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc9cd4e6-3cf2-4dc7-84a7-8e817245171a', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc9cd4e6-3cf2-4dc7-84a7-8e817245171a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:29,915 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.051s 2022-01-11 15:14:29,916 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-724bee48-fdbd-485b-b25a-4adcc0421411', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-724bee48-fdbd-485b-b25a-4adcc0421411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:30,966 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.042s 2022-01-11 15:14:30,966 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8016d676-976d-406f-a63f-c6e50141fb8b', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8016d676-976d-406f-a63f-c6e50141fb8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:32,020 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.045s 2022-01-11 15:14:32,020 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e702b9d1-28b1-435a-8ab3-f3300657b5b1', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e702b9d1-28b1-435a-8ab3-f3300657b5b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:33,072 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.042s 2022-01-11 15:14:33,072 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b875cb83-7024-4c2b-b948-c678065f6833', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b875cb83-7024-4c2b-b948-c678065f6833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:34,140 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.060s 2022-01-11 15:14:34,140 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d330f223-9039-4d96-b759-0d5b4cc1cff3', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d330f223-9039-4d96-b759-0d5b4cc1cff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:35,198 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.050s 2022-01-11 15:14:35,198 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bcfa139-2ae8-4353-9bdf-d69a2af3d77c', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bcfa139-2ae8-4353-9bdf-d69a2af3d77c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:36,275 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.069s 2022-01-11 15:14:36,276 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2712d966-6e09-4b95-a52e-11949b3b0530', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2712d966-6e09-4b95-a52e-11949b3b0530', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:37,324 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.041s 2022-01-11 15:14:37,331 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86aeb874-1a3e-4279-afae-607f1b6cbf70', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86aeb874-1a3e-4279-afae-607f1b6cbf70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:38,409 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.069s 2022-01-11 15:14:38,409 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00695122-4f75-40a1-bb51-3105dc212c3e', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00695122-4f75-40a1-bb51-3105dc212c3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:39,485 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.068s 2022-01-11 15:14:39,485 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f2b27b-0e50-47b4-8a67-bbc75924e354', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f2b27b-0e50-47b4-8a67-bbc75924e354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:40,530 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.037s 2022-01-11 15:14:40,530 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ae19a85-c547-41f6-b1c1-248b3921aae6', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ae19a85-c547-41f6-b1c1-248b3921aae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:23.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:41,606 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646 0.067s 2022-01-11 15:14:41,606 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71cccc4f-5456-4e90-9ec2-06b1a7009a34', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71cccc4f-5456-4e90-9ec2-06b1a7009a34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646'} Body: b'{"volume": {"id": "26dede4d-322d-430a-9539-6675af943646", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:13:56.000000", "updated_at": "2022-01-11T15:14:41.000000", "name": "tempest-tempest.common.compute-volume-875017466", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/650f188bc41c4e3287333c86a814f108/volumes/26dede4d-322d-430a-9539-6675af943646"}], "user_id": "7306e551d8234142977681a0d803a21a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "650f188bc41c4e3287333c86a814f108"}}' 2022-01-11 15:14:41,612 117586 INFO [tempest.common.waiters] volume 26dede4d-322d-430a-9539-6675af943646 reached available after waiting for 45.612889 seconds 2022-01-11 15:14:42,939 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.52/compute/v2.1/servers 1.322s 2022-01-11 15:14:42,939 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestShelveInstance-server-2102435396", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-1509984335", "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "networks": [{"uuid": "92f12fef-9d97-467c-9053-7519d9a7115c"}], "block_device_mapping_v2": [{"uuid": "26dede4d-322d-430a-9539-6675af943646", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '406', 'location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15d47d89-eb7d-4634-bf95-ba0fef35e81b', 'x-compute-request-id': 'req-15d47d89-eb7d-4634-bf95-ba0fef35e81b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "adminPass": "8wBTazyVVrwP"}}' 2022-01-11 15:14:43,175 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.233s 2022-01-11 15:14:43,176 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1089', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29cf22d1-331c-4f30-aff0-213fcae772df', 'x-compute-request-id': 'req-29cf22d1-331c-4f30-aff0-213fcae772df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:43Z", "updated": "2022-01-11T15:14:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-01-11 15:14:44,323 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.138s 2022-01-11 15:14:44,323 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1139', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10c81e7f-73de-42af-887d-7d60f35cad79', 'x-compute-request-id': 'req-10c81e7f-73de-42af-887d-7d60f35cad79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:14:45,525 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.194s 2022-01-11 15:14:45,525 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c92b9ea-e5b1-425a-b345-9fb913071f11', 'x-compute-request-id': 'req-9c92b9ea-e5b1-425a-b345-9fb913071f11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:14:45,532 117586 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2022-01-11 15:14:46,733 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.199s 2022-01-11 15:14:46,734 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7e7769c-b4b8-477a-9825-331989bb8882', 'x-compute-request-id': 'req-a7e7769c-b4b8-477a-9825-331989bb8882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:14:48,013 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.271s 2022-01-11 15:14:48,013 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a9a3143-288f-42a1-91df-4eec50e78905', 'x-compute-request-id': 'req-8a9a3143-288f-42a1-91df-4eec50e78905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:14:49,180 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.159s 2022-01-11 15:14:49,180 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be1fdb72-1778-4eca-bfd3-1d67db238a77', 'x-compute-request-id': 'req-be1fdb72-1778-4eca-bfd3-1d67db238a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:14:50,353 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.164s 2022-01-11 15:14:50,353 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-807b8091-e63e-4342-97c9-d9ca7b7d114e', 'x-compute-request-id': 'req-807b8091-e63e-4342-97c9-d9ca7b7d114e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:14:51,522 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.159s 2022-01-11 15:14:51,522 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e12a22f1-0556-40f0-842f-5ea2019822f9', 'x-compute-request-id': 'req-e12a22f1-0556-40f0-842f-5ea2019822f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:14:52,687 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:14:52,687 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cda29a0-d85e-45c1-8c9e-8c28409f399f', 'x-compute-request-id': 'req-8cda29a0-d85e-45c1-8c9e-8c28409f399f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:14:52,699 117586 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 9 second wait 2022-01-11 15:14:53,860 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.160s 2022-01-11 15:14:53,861 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa37e291-168c-4055-a82a-4b7c98187dc3', 'x-compute-request-id': 'req-aa37e291-168c-4055-a82a-4b7c98187dc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:14:55,026 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:14:55,031 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-777f3460-f4f8-4e5a-a13a-7e1e48430573', 'x-compute-request-id': 'req-777f3460-f4f8-4e5a-a13a-7e1e48430573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:14:56,193 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:14:56,193 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-940e8de6-2ce9-481b-a241-2cd57900f1c6', 'x-compute-request-id': 'req-940e8de6-2ce9-481b-a241-2cd57900f1c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:14:57,356 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:14:57,356 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6775cab-4662-4d06-b892-75421a3a9f7d', 'x-compute-request-id': 'req-e6775cab-4662-4d06-b892-75421a3a9f7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:14:58,515 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:14:58,516 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce0b2a41-ea47-4d7e-bbd1-0b28c7d29230', 'x-compute-request-id': 'req-ce0b2a41-ea47-4d7e-bbd1-0b28c7d29230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:14:59,676 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:14:59,676 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:14:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f617a7d3-01ac-47a5-b2d1-d927e622b208', 'x-compute-request-id': 'req-f617a7d3-01ac-47a5-b2d1-d927e622b208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:00,836 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:15:00,837 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f284ce26-fc8e-48a6-9444-d41be99bc815', 'x-compute-request-id': 'req-f284ce26-fc8e-48a6-9444-d41be99bc815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:02,025 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.180s 2022-01-11 15:15:02,025 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8e258c8-bd1b-4157-ae41-81595440117b', 'x-compute-request-id': 'req-b8e258c8-bd1b-4157-ae41-81595440117b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:03,186 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:15:03,186 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5358e4c-f91c-4e78-b0d8-df117714fa71', 'x-compute-request-id': 'req-c5358e4c-f91c-4e78-b0d8-df117714fa71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:04,636 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.442s 2022-01-11 15:15:04,637 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d335eec-aa75-450a-a0fb-1e7da334a582', 'x-compute-request-id': 'req-8d335eec-aa75-450a-a0fb-1e7da334a582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:05,798 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:15:05,799 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb7b7644-5082-411c-bfc6-1a441d7cadc1', 'x-compute-request-id': 'req-eb7b7644-5082-411c-bfc6-1a441d7cadc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:06,963 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:15:06,963 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66946f96-98b5-4e8f-aac2-ce6b6a3e0608', 'x-compute-request-id': 'req-66946f96-98b5-4e8f-aac2-ce6b6a3e0608', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:08,123 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:15:08,124 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1e162ec-aa2c-482f-bc48-4575a3023044', 'x-compute-request-id': 'req-a1e162ec-aa2c-482f-bc48-4575a3023044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:09,290 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.158s 2022-01-11 15:15:09,291 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccb84edb-0b71-4c77-a3c1-8bfbc67d2b03', 'x-compute-request-id': 'req-ccb84edb-0b71-4c77-a3c1-8bfbc67d2b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:10,457 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:15:10,457 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a59d42d4-e613-403b-96e8-dd90797de4ff', 'x-compute-request-id': 'req-a59d42d4-e613-403b-96e8-dd90797de4ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:11,613 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:15:11,614 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30d0d89b-8d9c-44a7-a1cc-c27079af6519', 'x-compute-request-id': 'req-30d0d89b-8d9c-44a7-a1cc-c27079af6519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:12,779 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.158s 2022-01-11 15:15:12,780 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d915079d-e832-4d2d-b0aa-35702a40a1ab', 'x-compute-request-id': 'req-d915079d-e832-4d2d-b0aa-35702a40a1ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:13,936 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:15:13,936 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea5a3e03-2840-4f0a-b23a-90dc5647e307', 'x-compute-request-id': 'req-ea5a3e03-2840-4f0a-b23a-90dc5647e307', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:15,096 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:15:15,096 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8d498d8-dc0b-4f73-8672-8fe059dda06a', 'x-compute-request-id': 'req-b8d498d8-dc0b-4f73-8672-8fe059dda06a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:16,266 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.160s 2022-01-11 15:15:16,266 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ec59b73-e548-4874-a776-1d90cef06d2e', 'x-compute-request-id': 'req-3ec59b73-e548-4874-a776-1d90cef06d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:17,450 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.176s 2022-01-11 15:15:17,450 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e7c1ba9-1dca-4931-94bc-a207a1f411f2', 'x-compute-request-id': 'req-0e7c1ba9-1dca-4931-94bc-a207a1f411f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:18,612 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:15:18,612 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbb69219-3437-49e9-a982-35666c0db32f', 'x-compute-request-id': 'req-fbb69219-3437-49e9-a982-35666c0db32f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:19,772 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:15:19,772 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d0dd606-4ca7-4771-b2b3-fee9e17aa7f9', 'x-compute-request-id': 'req-0d0dd606-4ca7-4771-b2b3-fee9e17aa7f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:20,936 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:15:20,936 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-801c8eba-a327-4fe3-99c3-7f07c0c2d1e7', 'x-compute-request-id': 'req-801c8eba-a327-4fe3-99c3-7f07c0c2d1e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:22,100 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:15:22,101 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff86c72a-02b2-42a3-b07d-2a90a7c93ed9', 'x-compute-request-id': 'req-ff86c72a-02b2-42a3-b07d-2a90a7c93ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:23,261 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:15:23,262 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b60b68f8-a351-4081-84c2-ba5e80dc1211', 'x-compute-request-id': 'req-b60b68f8-a351-4081-84c2-ba5e80dc1211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:24,424 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:15:24,424 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cc0dea7-442e-4460-99bb-ccb2ff559a9a', 'x-compute-request-id': 'req-4cc0dea7-442e-4460-99bb-ccb2ff559a9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:25,584 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:15:25,584 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0dfabc21-cbd3-4dc2-8d0b-7b6368498e6e', 'x-compute-request-id': 'req-0dfabc21-cbd3-4dc2-8d0b-7b6368498e6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:26,748 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:15:26,749 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d3c8780-f75e-4521-9a82-92380af98316', 'x-compute-request-id': 'req-9d3c8780-f75e-4521-9a82-92380af98316', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:27,908 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:15:27,910 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0f9cf27-3738-49c5-9946-0c9f751b65a2', 'x-compute-request-id': 'req-c0f9cf27-3738-49c5-9946-0c9f751b65a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:29,069 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:15:29,070 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4932e082-2c42-4588-8b6e-311932d07867', 'x-compute-request-id': 'req-4932e082-2c42-4588-8b6e-311932d07867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:30,242 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.164s 2022-01-11 15:15:30,242 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88a1b6be-7528-429e-be1d-d6ad18321809', 'x-compute-request-id': 'req-88a1b6be-7528-429e-be1d-d6ad18321809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:31,404 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:15:31,404 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa57d64d-9a90-41c3-9e7b-ab1c493bdbf0', 'x-compute-request-id': 'req-fa57d64d-9a90-41c3-9e7b-ab1c493bdbf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:32,565 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:15:32,566 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01be7b3f-bb4e-4c32-a070-c70839f6f624', 'x-compute-request-id': 'req-01be7b3f-bb4e-4c32-a070-c70839f6f624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:33,724 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:15:33,725 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7408e0a4-d971-4b18-9fa1-557a7a403c52', 'x-compute-request-id': 'req-7408e0a4-d971-4b18-9fa1-557a7a403c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:34,886 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:15:34,887 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1c2875b-67de-40e6-808f-67fbe97ae0c9', 'x-compute-request-id': 'req-d1c2875b-67de-40e6-808f-67fbe97ae0c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:36,047 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:15:36,047 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56344e00-fd12-4bb7-a898-3789a987d626', 'x-compute-request-id': 'req-56344e00-fd12-4bb7-a898-3789a987d626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:37,206 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:15:37,206 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-340dd243-00bb-445a-b793-be017ec8d8cd', 'x-compute-request-id': 'req-340dd243-00bb-445a-b793-be017ec8d8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:38,372 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:15:38,373 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af55e34b-8e84-4e96-af44-336aad0b8341', 'x-compute-request-id': 'req-af55e34b-8e84-4e96-af44-336aad0b8341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:39,532 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:15:39,533 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a06e19c8-8e55-4fd8-9733-d504803c196e', 'x-compute-request-id': 'req-a06e19c8-8e55-4fd8-9733-d504803c196e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:40,698 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:15:40,698 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcfc46e4-1581-419e-b877-7c9d10d4c52f', 'x-compute-request-id': 'req-bcfc46e4-1581-419e-b877-7c9d10d4c52f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:41,858 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:15:41,859 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bacea2f3-c344-489b-8e86-049f730083c8', 'x-compute-request-id': 'req-bacea2f3-c344-489b-8e86-049f730083c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:43,021 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:15:43,022 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1646a7f-19e0-4151-b574-132773f7240c', 'x-compute-request-id': 'req-a1646a7f-19e0-4151-b574-132773f7240c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:44,185 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:15:44,185 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b07aa65c-1677-48fb-9406-843ea53a3067', 'x-compute-request-id': 'req-b07aa65c-1677-48fb-9406-843ea53a3067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:45,345 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:15:45,345 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69bda829-a1cc-4bbe-994c-0284bd0c8d4e', 'x-compute-request-id': 'req-69bda829-a1cc-4bbe-994c-0284bd0c8d4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:46,507 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:15:46,507 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5fda14b-d679-49d4-917f-68d9bf1d59db', 'x-compute-request-id': 'req-e5fda14b-d679-49d4-917f-68d9bf1d59db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:47,671 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:15:47,671 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32e161b9-040e-436f-ac57-c458381bdce9', 'x-compute-request-id': 'req-32e161b9-040e-436f-ac57-c458381bdce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "BUILD", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:14:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:48,832 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:15:48,833 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1445', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7f18ea0-58f6-451a-8d14-b544787c8939', 'x-compute-request-id': 'req-d7f18ea0-58f6-451a-8d14-b544787c8939', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:15:48Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:48,841 117586 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 65 second wait 2022-01-11 15:15:48,991 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:15:48,992 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:15:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1445', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbf15ea2-437b-4fb1-a9ba-83c1239e923d', 'x-compute-request-id': 'req-bbf15ea2-437b-4fb1-a9ba-83c1239e923d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:15:48Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:15:49,190 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52:9696/v2.0/ports?device_id=347a0a52-47fa-4799-97ca-551bc356aca0 0.190s 2022-01-11 15:15:49,190 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '899', 'x-openstack-request-id': 'req-76347884-883a-4c8c-b639-de343fb93c64', 'date': 'Tue, 11 Jan 2022 15:15:49 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52:9696/v2.0/ports?device_id=347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"ports":[{"id":"8250fb01-566c-404c-940f-8347fdacb6b4","name":"","network_id":"92f12fef-9d97-467c-9053-7519d9a7115c","tenant_id":"650f188bc41c4e3287333c86a814f108","mac_address":"fa:16:3e:04:8c:48","admin_state_up":true,"status":"ACTIVE","device_id":"347a0a52-47fa-4799-97ca-551bc356aca0","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"cc400ddc-66af-459a-9dfd-156be2d0a81d","ip_address":"172.20.0.5"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["d361ab57-2700-466d-896b-d367f33b32fd"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"hv-cinder-82418","binding:vif_type":"hyperv","binding:vif_details":{"connectivity":"legacy","port_filter":false},"port_security_enabled":true,"tags":[],"created_at":"2022-01-11T15:14:45Z","updated_at":"2022-01-11T15:15:45Z","revision_number":5,"project_id":"650f188bc41c4e3287333c86a814f108"}]}' 2022-01-11 15:15:51,019 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.52:9696/v2.0/floatingips 1.828s 2022-01-11 15:15:51,020 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65", "port_id": "8250fb01-566c-404c-940f-8347fdacb6b4", "tenant_id": "650f188bc41c4e3287333c86a814f108", "fixed_ip_address": "172.20.0.5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-c65fbe99-b6b0-480e-b36e-0761f78e7fc1', 'date': 'Tue, 11 Jan 2022 15:15:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7a3c593e-b43e-4e15-93db-8fd84ccca203", "tenant_id": "650f188bc41c4e3287333c86a814f108", "floating_ip_address": "172.27.0.230", "floating_network_id": "df6a89ec-3082-4c59-9ce9-72fab83d6f65", "router_id": "475b091a-4f94-4f8c-ad80-0eb9fe2689ff", "port_id": "8250fb01-566c-404c-940f-8347fdacb6b4", "fixed_ip_address": "172.20.0.5", "status": "DOWN", "project_id": "650f188bc41c4e3287333c86a814f108", "description": "", "port_details": {"name": "", "network_id": "92f12fef-9d97-467c-9053-7519d9a7115c", "mac_address": "fa:16:3e:04:8c:48", "admin_state_up": true, "status": "ACTIVE", "device_id": "347a0a52-47fa-4799-97ca-551bc356aca0", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-01-11T15:15:49Z", "updated_at": "2022-01-11T15:15:49Z", "revision_number": 0}}' 2022-01-11 15:15:51,033 117586 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.230:22' as 'ubuntu' with public key authentication 2022-01-11 15:15:54,916 117586 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.230 ([Errno None] Unable to connect to port 22 on 172.27.0.230). Number attempts: 1. Retry after 2 seconds. 2022-01-11 15:16:00,479 117586 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.230 ([Errno None] Unable to connect to port 22 on 172.27.0.230). Number attempts: 2. Retry after 3 seconds. 2022-01-11 15:16:07,039 117586 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.230 ([Errno None] Unable to connect to port 22 on 172.27.0.230). Number attempts: 3. Retry after 4 seconds. 2022-01-11 15:16:14,623 117586 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.230 ([Errno None] Unable to connect to port 22 on 172.27.0.230). Number attempts: 4. Retry after 5 seconds. 2022-01-11 15:16:23,203 117586 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.230 ([Errno None] Unable to connect to port 22 on 172.27.0.230). Number attempts: 5. Retry after 6 seconds. 2022-01-11 15:16:29,712 117586 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.230 ([Errno None] Unable to connect to port 22 on 172.27.0.230). Number attempts: 6. Retry after 7 seconds. 2022-01-11 15:16:37,220 117586 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.230 ([Errno None] Unable to connect to port 22 on 172.27.0.230). Number attempts: 7. Retry after 8 seconds. 2022-01-11 15:16:45,728 117586 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.230 ([Errno None] Unable to connect to port 22 on 172.27.0.230). Number attempts: 8. Retry after 9 seconds. 2022-01-11 15:16:55,237 117586 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.0.230 ([Errno None] Unable to connect to port 22 on 172.27.0.230). Number attempts: 9. Retry after 10 seconds. 2022-01-11 15:17:05,779 117586 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-01-11 15:17:06,038 117586 INFO [paramiko.transport] Authentication (publickey) successful! 2022-01-11 15:17:06,038 117586 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.230 successfully created 2022-01-11 15:17:06,039 117586 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo sh -c "date > /mnt/timestamp; sync" 2022-01-11 15:17:06,039 117586 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.230:22' as 'ubuntu' with public key authentication 2022-01-11 15:17:06,050 117586 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-01-11 15:17:06,179 117586 INFO [paramiko.transport] Authentication (publickey) successful! 2022-01-11 15:17:06,179 117586 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.230 successfully created 2022-01-11 15:17:47,849 117586 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo cat /mnt/timestamp 2022-01-11 15:17:47,849 117586 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.0.230:22' as 'ubuntu' with public key authentication 2022-01-11 15:17:47,860 117586 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-01-11 15:17:47,987 117586 INFO [paramiko.transport] Authentication (publickey) successful! 2022-01-11 15:17:47,988 117586 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.0.230 successfully created 2022-01-11 15:18:28,532 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0/action 0.260s 2022-01-11 15:18:28,532 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"shelve": {}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63df5dee-bcc9-445f-9224-657607c9334c', 'x-compute-request-id': 'req-63df5dee-bcc9-445f-9224-657607c9334c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0/action'} Body: b'' 2022-01-11 15:18:28,740 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.207s 2022-01-11 15:18:28,741 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6db08f7b-142f-439e-8d3b-b8d3146dc073', 'x-compute-request-id': 'req-6db08f7b-142f-439e-8d3b-b8d3146dc073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:29,899 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:18:29,900 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ae06335-0172-46fb-9f27-54ffffdc1a43', 'x-compute-request-id': 'req-1ae06335-0172-46fb-9f27-54ffffdc1a43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:31,068 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.159s 2022-01-11 15:18:31,068 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55a38d00-c140-4e20-8f02-c16260a3603a', 'x-compute-request-id': 'req-55a38d00-c140-4e20-8f02-c16260a3603a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:32,227 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:18:32,227 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfb9b0b7-36ac-4136-b281-d0289b18b55a', 'x-compute-request-id': 'req-cfb9b0b7-36ac-4136-b281-d0289b18b55a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:33,392 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:18:33,393 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0ae7d9a-a52e-4534-8fea-5ad1d5c08b1c', 'x-compute-request-id': 'req-f0ae7d9a-a52e-4534-8fea-5ad1d5c08b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:34,553 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:18:34,553 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b708b252-007e-49c6-a778-7ece260e34ef', 'x-compute-request-id': 'req-b708b252-007e-49c6-a778-7ece260e34ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:35,714 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:18:35,714 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c18ae4e2-a14a-44d9-9129-d5de1e98dec7', 'x-compute-request-id': 'req-c18ae4e2-a14a-44d9-9129-d5de1e98dec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:36,876 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:18:36,876 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ed80874-5c61-47be-af52-9e39fab6cea5', 'x-compute-request-id': 'req-5ed80874-5c61-47be-af52-9e39fab6cea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:38,034 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:18:38,035 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-130b7e9e-46ec-4ec0-bccd-fb8cd85c36f4', 'x-compute-request-id': 'req-130b7e9e-46ec-4ec0-bccd-fb8cd85c36f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:39,200 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:18:39,200 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44461f50-31d6-416f-81dd-f8045b1954d3', 'x-compute-request-id': 'req-44461f50-31d6-416f-81dd-f8045b1954d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:40,361 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:18:40,362 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-427cd75a-05ae-4a33-8786-791a38235c28', 'x-compute-request-id': 'req-427cd75a-05ae-4a33-8786-791a38235c28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:41,524 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:18:41,524 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4269d3a4-6ba6-4c4d-a96a-cdd911cf6574', 'x-compute-request-id': 'req-4269d3a4-6ba6-4c4d-a96a-cdd911cf6574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:42,687 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:18:42,688 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd8f4f22-aa40-4cd7-9085-0215c8926d89', 'x-compute-request-id': 'req-dd8f4f22-aa40-4cd7-9085-0215c8926d89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:43,881 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.185s 2022-01-11 15:18:43,882 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a30b97e3-5d61-4ca2-8846-a0610fcc67d7', 'x-compute-request-id': 'req-a30b97e3-5d61-4ca2-8846-a0610fcc67d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:45,051 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.160s 2022-01-11 15:18:45,051 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d744daa1-f2f8-4ec5-bbf8-b55c1612e546', 'x-compute-request-id': 'req-d744daa1-f2f8-4ec5-bbf8-b55c1612e546', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:46,215 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:18:46,216 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e374747-1602-484f-afeb-c2e4736f427f', 'x-compute-request-id': 'req-6e374747-1602-484f-afeb-c2e4736f427f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:47,373 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:18:47,373 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cf4b225-d41c-40e8-b925-5863d3bb5c8a', 'x-compute-request-id': 'req-6cf4b225-d41c-40e8-b925-5863d3bb5c8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:48,538 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:18:48,538 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7511975-4198-416c-aec5-edd27dfad7ac', 'x-compute-request-id': 'req-d7511975-4198-416c-aec5-edd27dfad7ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:49,695 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:18:49,695 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d94df049-a6f4-447f-b02b-7c09e6c0ad90', 'x-compute-request-id': 'req-d94df049-a6f4-447f-b02b-7c09e6c0ad90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:50,862 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.158s 2022-01-11 15:18:50,862 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-372c3f35-44ac-432b-a3e2-6bfa0a19ba54', 'x-compute-request-id': 'req-372c3f35-44ac-432b-a3e2-6bfa0a19ba54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:52,022 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:18:52,022 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6313914b-a448-478d-b56a-c1df9e37948e', 'x-compute-request-id': 'req-6313914b-a448-478d-b56a-c1df9e37948e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:53,295 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.264s 2022-01-11 15:18:53,295 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39819eb8-af0b-47d4-a6fb-e2c6e3a9bd91', 'x-compute-request-id': 'req-39819eb8-af0b-47d4-a6fb-e2c6e3a9bd91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:54,453 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:18:54,453 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7dc3f1c-06ca-4af0-b890-025891878bbd', 'x-compute-request-id': 'req-d7dc3f1c-06ca-4af0-b890-025891878bbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:55,613 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:18:55,614 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c229622-1ced-40e2-a898-9d8c50b0d2f7', 'x-compute-request-id': 'req-4c229622-1ced-40e2-a898-9d8c50b0d2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:56,776 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:18:56,776 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30fa4e2a-6cc3-4ac4-97fb-11f592c95039', 'x-compute-request-id': 'req-30fa4e2a-6cc3-4ac4-97fb-11f592c95039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:57,941 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:18:57,942 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c30a1929-260f-4603-8415-68aeb30e3101', 'x-compute-request-id': 'req-c30a1929-260f-4603-8415-68aeb30e3101', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:18:59,104 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:18:59,104 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:18:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-004bd57c-3857-48dc-bfae-082c2f3df3e0', 'x-compute-request-id': 'req-004bd57c-3857-48dc-bfae-082c2f3df3e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:00,265 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:19:00,265 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12bccbd1-0b91-408d-aa2b-020176209699', 'x-compute-request-id': 'req-12bccbd1-0b91-408d-aa2b-020176209699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:01,423 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:19:01,424 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2abf54d3-8285-42eb-9bff-d1e4b289fe91', 'x-compute-request-id': 'req-2abf54d3-8285-42eb-9bff-d1e4b289fe91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:02,588 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:19:02,588 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52643ec9-7747-4047-bc05-fa99e33a4ac6', 'x-compute-request-id': 'req-52643ec9-7747-4047-bc05-fa99e33a4ac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:03,745 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:19:03,746 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a907685-207c-4833-8954-1600d82ffc47', 'x-compute-request-id': 'req-6a907685-207c-4833-8954-1600d82ffc47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:04,909 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:19:04,909 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f33bb8b-3190-4843-9d4b-68abafed898e', 'x-compute-request-id': 'req-7f33bb8b-3190-4843-9d4b-68abafed898e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:06,070 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:19:06,078 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fa66f42-f73f-49e7-82a6-79954c5afc59', 'x-compute-request-id': 'req-6fa66f42-f73f-49e7-82a6-79954c5afc59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:07,241 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:19:07,242 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad089725-d1e2-4965-8262-87ddfa72b118', 'x-compute-request-id': 'req-ad089725-d1e2-4965-8262-87ddfa72b118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:08,401 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:19:08,401 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eeba1a70-6eee-478a-bd84-358bf49b3d5a', 'x-compute-request-id': 'req-eeba1a70-6eee-478a-bd84-358bf49b3d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:09,558 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:19:09,559 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3296cef-ec7c-4e4a-b418-8b90ce0def27', 'x-compute-request-id': 'req-a3296cef-ec7c-4e4a-b418-8b90ce0def27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:10,722 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:19:10,723 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-660fa610-73fa-40dc-a48f-f3f9fc7a691a', 'x-compute-request-id': 'req-660fa610-73fa-40dc-a48f-f3f9fc7a691a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:11,880 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:19:11,881 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-885457bc-d474-44f6-82b0-2b7dfb30517f', 'x-compute-request-id': 'req-885457bc-d474-44f6-82b0-2b7dfb30517f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:13,052 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.162s 2022-01-11 15:19:13,052 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9de2c2a-3f70-4c1e-8c91-140fdc681da3', 'x-compute-request-id': 'req-c9de2c2a-3f70-4c1e-8c91-140fdc681da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:14,211 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:19:14,211 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a08602fb-7f03-48ab-a3e2-4c818a86c4d9', 'x-compute-request-id': 'req-a08602fb-7f03-48ab-a3e2-4c818a86c4d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:15,385 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.166s 2022-01-11 15:19:15,386 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d911c84-152c-4d33-9dad-f7b0639a29ae', 'x-compute-request-id': 'req-1d911c84-152c-4d33-9dad-f7b0639a29ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:16,549 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:19:16,549 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afc1282f-756f-495a-8856-73ec590fcc69', 'x-compute-request-id': 'req-afc1282f-756f-495a-8856-73ec590fcc69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:17,707 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:19:17,707 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af7a13d0-11b7-4f98-8820-8c78efcbc1b3', 'x-compute-request-id': 'req-af7a13d0-11b7-4f98-8820-8c78efcbc1b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:18,867 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:19:18,867 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d11d395c-7fc9-44b2-ae35-686edd0c5a11', 'x-compute-request-id': 'req-d11d395c-7fc9-44b2-ae35-686edd0c5a11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:20,025 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:19:20,025 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-084eeb85-2740-4d68-aabf-fcc3a08879ad', 'x-compute-request-id': 'req-084eeb85-2740-4d68-aabf-fcc3a08879ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:21,189 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:19:21,189 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-353fea5b-f021-4097-8225-d29738850d7f', 'x-compute-request-id': 'req-353fea5b-f021-4097-8225-d29738850d7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:22,352 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:19:22,353 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13bbc239-a414-440d-a472-5270e8ab1305', 'x-compute-request-id': 'req-13bbc239-a414-440d-a472-5270e8ab1305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:23,511 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:19:23,512 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a67b1ea-eeba-4001-932b-8a5130fedd4b', 'x-compute-request-id': 'req-2a67b1ea-eeba-4001-932b-8a5130fedd4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:24,676 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:19:24,676 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-791e81b0-d8f7-42a7-8430-40b62a8454be', 'x-compute-request-id': 'req-791e81b0-d8f7-42a7-8430-40b62a8454be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:25,832 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:19:25,833 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c072fe2e-7340-481e-8275-839e4ff6927a', 'x-compute-request-id': 'req-c072fe2e-7340-481e-8275-839e4ff6927a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:26,997 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:19:26,998 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d46ed56a-a0a1-4ef5-85ac-05d3596f6bf7', 'x-compute-request-id': 'req-d46ed56a-a0a1-4ef5-85ac-05d3596f6bf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:28,154 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:19:28,154 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39bee2c3-1e47-4991-b159-b16bd745da28', 'x-compute-request-id': 'req-39bee2c3-1e47-4991-b159-b16bd745da28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:29,316 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:19:29,317 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee725756-31cd-4543-8a9c-45f7f2d0fcbd', 'x-compute-request-id': 'req-ee725756-31cd-4543-8a9c-45f7f2d0fcbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:30,477 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:19:30,478 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ef79bec-5025-4e9f-9012-e313c679b98b', 'x-compute-request-id': 'req-7ef79bec-5025-4e9f-9012-e313c679b98b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:31,637 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:19:31,638 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b962d82-53dc-47e3-b9a8-04d5408c91ca', 'x-compute-request-id': 'req-8b962d82-53dc-47e3-b9a8-04d5408c91ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:32,801 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:19:32,801 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b4ee7d1-6350-42ee-81c5-2201c08c38b1', 'x-compute-request-id': 'req-1b4ee7d1-6350-42ee-81c5-2201c08c38b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:33,960 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:19:33,960 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62f28d2a-5c4f-44ca-8f03-a1934b322b7a', 'x-compute-request-id': 'req-62f28d2a-5c4f-44ca-8f03-a1934b322b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:35,123 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:19:35,124 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53500458-a7ee-4b81-b5b2-5f1924cee331', 'x-compute-request-id': 'req-53500458-a7ee-4b81-b5b2-5f1924cee331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:36,287 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:19:36,288 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eae3c4bc-f06e-4f17-a46b-2c7a0ce1df78', 'x-compute-request-id': 'req-eae3c4bc-f06e-4f17-a46b-2c7a0ce1df78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:37,446 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:19:37,446 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f96d750e-acff-4d35-a308-9549a7d5a013', 'x-compute-request-id': 'req-f96d750e-acff-4d35-a308-9549a7d5a013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:38,609 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:19:38,609 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e329fc2c-0a83-47ae-ba5c-de3e67af246c', 'x-compute-request-id': 'req-e329fc2c-0a83-47ae-ba5c-de3e67af246c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:39,775 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:19:39,776 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a8a8046-11c4-43ee-867c-063549b3e7c0', 'x-compute-request-id': 'req-3a8a8046-11c4-43ee-867c-063549b3e7c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:41,145 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.361s 2022-01-11 15:19:41,145 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-225130eb-8b6c-4c53-9d58-90a9308947e6', 'x-compute-request-id': 'req-225130eb-8b6c-4c53-9d58-90a9308947e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:42,304 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:19:42,304 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60b30b0b-f2b8-4172-b2df-ccafe3c72faf', 'x-compute-request-id': 'req-60b30b0b-f2b8-4172-b2df-ccafe3c72faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:43,464 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:19:43,464 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4fbd3ba-f2f1-4655-a169-e2edae92880b', 'x-compute-request-id': 'req-d4fbd3ba-f2f1-4655-a169-e2edae92880b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:44,766 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.293s 2022-01-11 15:19:44,766 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e872998d-fcd9-435e-b6b8-1434f8c73795', 'x-compute-request-id': 'req-e872998d-fcd9-435e-b6b8-1434f8c73795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:45,923 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:19:45,924 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70b1e638-e05e-40eb-97ce-fbcee80dfd90', 'x-compute-request-id': 'req-70b1e638-e05e-40eb-97ce-fbcee80dfd90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:47,086 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:19:47,086 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0366ca4-3f10-4e13-a3b3-9ac372f533cc', 'x-compute-request-id': 'req-f0366ca4-3f10-4e13-a3b3-9ac372f533cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:48,247 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:19:48,247 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87b39ba3-0a34-4e28-b541-d51a4c7b62dc', 'x-compute-request-id': 'req-87b39ba3-0a34-4e28-b541-d51a4c7b62dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:49,417 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.161s 2022-01-11 15:19:49,417 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b78d52b3-1ff2-4423-9daf-764b5337d079', 'x-compute-request-id': 'req-b78d52b3-1ff2-4423-9daf-764b5337d079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:50,575 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:19:50,575 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1876cc35-eaab-4e94-b1fb-737efedd3f98', 'x-compute-request-id': 'req-1876cc35-eaab-4e94-b1fb-737efedd3f98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:51,733 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:19:51,733 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cde29ba-34c6-482a-9c4d-6d8fbd2e4313', 'x-compute-request-id': 'req-5cde29ba-34c6-482a-9c4d-6d8fbd2e4313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:52,899 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:19:52,900 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92db7861-57c3-4ff0-9d1d-ab249b0e0a64', 'x-compute-request-id': 'req-92db7861-57c3-4ff0-9d1d-ab249b0e0a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:54,057 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:19:54,057 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b211fa55-78ee-4d88-b04f-d932cb196ab0', 'x-compute-request-id': 'req-b211fa55-78ee-4d88-b04f-d932cb196ab0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:55,223 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:19:55,223 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46b40a03-3a71-4888-bfb8-6f8ecbf9fa1c', 'x-compute-request-id': 'req-46b40a03-3a71-4888-bfb8-6f8ecbf9fa1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:56,380 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:19:56,381 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cf018c1-d883-49c4-a7a5-d788fad2ee5a', 'x-compute-request-id': 'req-0cf018c1-d883-49c4-a7a5-d788fad2ee5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:57,545 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:19:57,546 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd242b9a-524b-4f19-827c-6de85d80e29c', 'x-compute-request-id': 'req-dd242b9a-524b-4f19-827c-6de85d80e29c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:58,714 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.160s 2022-01-11 15:19:58,714 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a448074d-07e1-4573-856d-16ab0328b886', 'x-compute-request-id': 'req-a448074d-07e1-4573-856d-16ab0328b886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:19:59,871 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:19:59,872 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:19:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f3eccff-5d01-48b3-bf48-7bfa7e8c9b25', 'x-compute-request-id': 'req-6f3eccff-5d01-48b3-bf48-7bfa7e8c9b25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:01,034 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:20:01,034 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93696702-ceb4-4b7d-a635-053272edf128', 'x-compute-request-id': 'req-93696702-ceb4-4b7d-a635-053272edf128', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:02,193 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:20:02,193 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45518685-eecc-4cd2-9e8e-f441181fe2ce', 'x-compute-request-id': 'req-45518685-eecc-4cd2-9e8e-f441181fe2ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:03,360 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:20:03,360 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0cca81b-ca84-4c2c-82c3-00c8e57fa075', 'x-compute-request-id': 'req-a0cca81b-ca84-4c2c-82c3-00c8e57fa075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:04,518 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:20:04,518 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71cc00ac-7783-49dc-b798-6713e1a28144', 'x-compute-request-id': 'req-71cc00ac-7783-49dc-b798-6713e1a28144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:05,679 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:20:05,679 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cfd7628-ce61-4a08-ba86-da578d9a059d', 'x-compute-request-id': 'req-1cfd7628-ce61-4a08-ba86-da578d9a059d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:06,839 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:20:06,840 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e34e0a1b-4379-413c-bc30-8a7199aa6f47', 'x-compute-request-id': 'req-e34e0a1b-4379-413c-bc30-8a7199aa6f47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:07,998 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:20:07,998 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d8f2a01-0040-4b2f-b090-3d299c5c5ac5', 'x-compute-request-id': 'req-7d8f2a01-0040-4b2f-b090-3d299c5c5ac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:09,160 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:20:09,161 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfaa912c-6ae6-45d3-b947-87f16e10d251', 'x-compute-request-id': 'req-bfaa912c-6ae6-45d3-b947-87f16e10d251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:10,327 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.158s 2022-01-11 15:20:10,328 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3304aa65-257b-4461-b8f4-4f04f6ff0075', 'x-compute-request-id': 'req-3304aa65-257b-4461-b8f4-4f04f6ff0075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:11,491 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:20:11,491 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85832a06-3bb2-4ccc-8936-44738a32b60d', 'x-compute-request-id': 'req-85832a06-3bb2-4ccc-8936-44738a32b60d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:12,652 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:20:12,652 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6a0c33f-5bf9-4d4f-987f-45d0e13757ca', 'x-compute-request-id': 'req-a6a0c33f-5bf9-4d4f-987f-45d0e13757ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:13,815 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:20:13,815 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47f57590-c328-46b3-bc24-143790d19244', 'x-compute-request-id': 'req-47f57590-c328-46b3-bc24-143790d19244', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:14,973 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:20:14,973 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be5f923c-613f-40ea-bac6-adcfee865569', 'x-compute-request-id': 'req-be5f923c-613f-40ea-bac6-adcfee865569', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:16,136 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:20:16,137 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2424e4a-9cdb-46f3-be5c-937d5bf45575', 'x-compute-request-id': 'req-b2424e4a-9cdb-46f3-be5c-937d5bf45575', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:17,314 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.168s 2022-01-11 15:20:17,315 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b28b7ce-07bf-4c2b-b1b0-096622023722', 'x-compute-request-id': 'req-3b28b7ce-07bf-4c2b-b1b0-096622023722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:18,473 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:20:18,473 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8e75173-cac9-48c2-94cb-8b9806551fd3', 'x-compute-request-id': 'req-c8e75173-cac9-48c2-94cb-8b9806551fd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:19,636 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:20:19,636 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b254d5d-fdea-4976-81d8-a4a3b6150b0c', 'x-compute-request-id': 'req-7b254d5d-fdea-4976-81d8-a4a3b6150b0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:20,798 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:20:20,798 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3cdee28-233c-4a0c-8251-91341fc5a71b', 'x-compute-request-id': 'req-c3cdee28-233c-4a0c-8251-91341fc5a71b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:21,957 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:20:21,958 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b68ce099-585c-4bd1-a691-4291d57c109f', 'x-compute-request-id': 'req-b68ce099-585c-4bd1-a691-4291d57c109f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:23,118 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:20:23,118 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a76b9c3-ef79-4dad-b95d-2ad5c989b51e', 'x-compute-request-id': 'req-6a76b9c3-ef79-4dad-b95d-2ad5c989b51e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:24,277 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:20:24,280 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d42cb7d3-dd24-4927-9fa6-48ba53a392c7', 'x-compute-request-id': 'req-d42cb7d3-dd24-4927-9fa6-48ba53a392c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:25,443 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:20:25,443 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55f8aa6f-158c-47ee-ac87-e209d3d23817', 'x-compute-request-id': 'req-55f8aa6f-158c-47ee-ac87-e209d3d23817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:26,603 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:20:26,603 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9e8c533-b28f-44db-aacd-95ad6f2683a2', 'x-compute-request-id': 'req-b9e8c533-b28f-44db-aacd-95ad6f2683a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:27,764 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:20:27,765 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b60a2117-af00-467f-9693-6de96fb077c6', 'x-compute-request-id': 'req-b60a2117-af00-467f-9693-6de96fb077c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:28,923 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:20:28,924 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ceb02a14-c719-4e9b-bf94-86990be66d7b', 'x-compute-request-id': 'req-ceb02a14-c719-4e9b-bf94-86990be66d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:30,081 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:20:30,082 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1c10381-41a3-4438-9bab-b98e98ba7171', 'x-compute-request-id': 'req-f1c10381-41a3-4438-9bab-b98e98ba7171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:31,245 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:20:31,245 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2c23aa8-34ab-4eb5-b53b-319b6d95cb3d', 'x-compute-request-id': 'req-f2c23aa8-34ab-4eb5-b53b-319b6d95cb3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:32,406 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:20:32,406 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6e399e7-3394-456a-a646-b821761b5510', 'x-compute-request-id': 'req-b6e399e7-3394-456a-a646-b821761b5510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:33,568 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:20:33,568 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-473e7738-bc47-4522-8a0a-4e4152495932', 'x-compute-request-id': 'req-473e7738-bc47-4522-8a0a-4e4152495932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:34,726 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:20:34,726 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f05c5594-ac41-485d-b794-04b586bd76c3', 'x-compute-request-id': 'req-f05c5594-ac41-485d-b794-04b586bd76c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:35,882 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.147s 2022-01-11 15:20:35,883 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83b2fdbc-bb40-4576-ba89-9397be0fd8fa', 'x-compute-request-id': 'req-83b2fdbc-bb40-4576-ba89-9397be0fd8fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:37,043 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:20:37,044 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd9b270f-f22a-4112-93ca-6bbfb422c604', 'x-compute-request-id': 'req-bd9b270f-f22a-4112-93ca-6bbfb422c604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:38,202 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:20:38,203 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5322143-6863-465c-9e5d-d2bed4519230', 'x-compute-request-id': 'req-f5322143-6863-465c-9e5d-d2bed4519230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:39,366 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:20:39,366 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb554393-68ef-4481-a97f-f73eeb101fd8', 'x-compute-request-id': 'req-fb554393-68ef-4481-a97f-f73eeb101fd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:40,524 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:20:40,525 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e314737-83a3-4cad-8bb4-c545148cb0db', 'x-compute-request-id': 'req-4e314737-83a3-4cad-8bb4-c545148cb0db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:41,685 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:20:41,685 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09267cca-f67c-4abe-81de-58ea43910596', 'x-compute-request-id': 'req-09267cca-f67c-4abe-81de-58ea43910596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:42,843 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:20:42,843 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fef66d1e-a2f4-4711-b6f0-39321f82d942', 'x-compute-request-id': 'req-fef66d1e-a2f4-4711-b6f0-39321f82d942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:44,000 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:20:44,001 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0895cc4a-f7e1-4f42-9c46-27ce94f5edda', 'x-compute-request-id': 'req-0895cc4a-f7e1-4f42-9c46-27ce94f5edda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:45,164 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:20:45,164 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33f69fa2-97c9-40b3-829d-8966463f02f2', 'x-compute-request-id': 'req-33f69fa2-97c9-40b3-829d-8966463f02f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:46,328 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:20:46,329 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cafd9e5-2f87-4e0c-ba26-4985b60bde5c', 'x-compute-request-id': 'req-7cafd9e5-2f87-4e0c-ba26-4985b60bde5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:47,491 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:20:47,491 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-006fb5f0-b08f-4d49-910e-b37eb8bf994e', 'x-compute-request-id': 'req-006fb5f0-b08f-4d49-910e-b37eb8bf994e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:48,650 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:20:48,650 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1147d723-cb74-41ae-9e46-fc191c7575df', 'x-compute-request-id': 'req-1147d723-cb74-41ae-9e46-fc191c7575df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:49,872 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.213s 2022-01-11 15:20:49,873 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0da07377-7f94-4f31-b9d4-2d3e6e011a07', 'x-compute-request-id': 'req-0da07377-7f94-4f31-b9d4-2d3e6e011a07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:51,034 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:20:51,034 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db07270d-0b02-40a7-acec-072ddbb75d72', 'x-compute-request-id': 'req-db07270d-0b02-40a7-acec-072ddbb75d72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:52,191 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:20:52,191 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-900b8190-70fe-46ce-a015-5d162562aa78', 'x-compute-request-id': 'req-900b8190-70fe-46ce-a015-5d162562aa78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:53,355 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:20:53,356 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f9dc2df-5f33-434f-aa1e-54460b05cdee', 'x-compute-request-id': 'req-6f9dc2df-5f33-434f-aa1e-54460b05cdee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:54,515 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:20:54,515 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6054600b-681f-431e-98b0-dfc5b58d9963', 'x-compute-request-id': 'req-6054600b-681f-431e-98b0-dfc5b58d9963', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:55,675 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:20:55,675 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27dc9b9b-3274-46a4-a7c9-d5fc9b6b6c65', 'x-compute-request-id': 'req-27dc9b9b-3274-46a4-a7c9-d5fc9b6b6c65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:56,832 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:20:56,832 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f993f6d-50cd-4624-a353-757a313c2a57', 'x-compute-request-id': 'req-9f993f6d-50cd-4624-a353-757a313c2a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:57,991 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:20:57,991 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1ad5f50-8f71-4b03-917a-91d24e551243', 'x-compute-request-id': 'req-e1ad5f50-8f71-4b03-917a-91d24e551243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:20:59,155 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:20:59,155 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:20:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff027f3e-02f4-41c2-990d-2470deee3d9d', 'x-compute-request-id': 'req-ff027f3e-02f4-41c2-990d-2470deee3d9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:00,313 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:21:00,313 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67f97761-0801-4d65-898a-cf9e42406283', 'x-compute-request-id': 'req-67f97761-0801-4d65-898a-cf9e42406283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:01,482 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.160s 2022-01-11 15:21:01,482 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3da745df-88fa-425c-8f87-4e4cf5abb74a', 'x-compute-request-id': 'req-3da745df-88fa-425c-8f87-4e4cf5abb74a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:02,642 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:21:02,642 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4837ee28-91c5-4563-9823-a2a8c844ea05', 'x-compute-request-id': 'req-4837ee28-91c5-4563-9823-a2a8c844ea05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:03,854 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.204s 2022-01-11 15:21:03,855 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07389a42-407c-47b5-8de9-44eaef60c0a5', 'x-compute-request-id': 'req-07389a42-407c-47b5-8de9-44eaef60c0a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:05,014 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:21:05,015 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-446a9035-7b20-4f0e-af31-a2d8aed66930', 'x-compute-request-id': 'req-446a9035-7b20-4f0e-af31-a2d8aed66930', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:06,176 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:21:06,176 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a7e0f49-3a8f-466e-95c7-7866725b48c7', 'x-compute-request-id': 'req-3a7e0f49-3a8f-466e-95c7-7866725b48c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:07,334 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:21:07,335 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cbdeecd-0d5b-4bbb-babd-357e42dd5b87', 'x-compute-request-id': 'req-9cbdeecd-0d5b-4bbb-babd-357e42dd5b87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:08,496 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:21:08,496 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf55a552-2ccc-4ed5-ae30-2aed9c1e22c1', 'x-compute-request-id': 'req-bf55a552-2ccc-4ed5-ae30-2aed9c1e22c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:09,658 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:21:09,659 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f31d2cd-fd67-429b-b59b-105a3a26c19a', 'x-compute-request-id': 'req-2f31d2cd-fd67-429b-b59b-105a3a26c19a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:10,817 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:21:10,817 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62b44852-825a-4d8e-90b1-8dcd90235321', 'x-compute-request-id': 'req-62b44852-825a-4d8e-90b1-8dcd90235321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:12,184 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.358s 2022-01-11 15:21:12,184 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5fad042-8fc3-48d9-b45f-09c3bf858bad', 'x-compute-request-id': 'req-b5fad042-8fc3-48d9-b45f-09c3bf858bad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:13,343 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:21:13,344 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3b3fe72-001a-45e9-8281-b56ddb52a9e9', 'x-compute-request-id': 'req-e3b3fe72-001a-45e9-8281-b56ddb52a9e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:14,502 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:21:14,502 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb377d14-35e7-4b5c-99a9-ea74526f684a', 'x-compute-request-id': 'req-fb377d14-35e7-4b5c-99a9-ea74526f684a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:15,662 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:21:15,662 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0756ab61-f4b3-45dd-b0ef-ebc69f9679b9', 'x-compute-request-id': 'req-0756ab61-f4b3-45dd-b0ef-ebc69f9679b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:16,826 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:21:16,827 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c5fddbf-7a4a-4f3a-95d0-f2e4128c3599', 'x-compute-request-id': 'req-3c5fddbf-7a4a-4f3a-95d0-f2e4128c3599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:17,988 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:21:17,988 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-728bc386-04af-4de2-8687-53026751f3cf', 'x-compute-request-id': 'req-728bc386-04af-4de2-8687-53026751f3cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:19,168 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.172s 2022-01-11 15:21:19,168 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97af6e94-afca-4c91-b9a9-ca601da8cd37', 'x-compute-request-id': 'req-97af6e94-afca-4c91-b9a9-ca601da8cd37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:20,331 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:21:20,332 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a8780cd-aa8d-4807-a393-11660e9fa4da', 'x-compute-request-id': 'req-0a8780cd-aa8d-4807-a393-11660e9fa4da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:21,489 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:21:21,490 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31984424-069f-4af9-8260-d85a515ade1d', 'x-compute-request-id': 'req-31984424-069f-4af9-8260-d85a515ade1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:22,647 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:21:22,648 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7280c80a-24aa-489c-9f1d-0203b80aee29', 'x-compute-request-id': 'req-7280c80a-24aa-489c-9f1d-0203b80aee29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:23,820 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.163s 2022-01-11 15:21:23,820 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b332d4ff-dae4-4afd-84a9-fb2b58d5c699', 'x-compute-request-id': 'req-b332d4ff-dae4-4afd-84a9-fb2b58d5c699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:24,978 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:21:24,979 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccf4f7e0-030c-4506-ae36-f3dc1c1cb9b3', 'x-compute-request-id': 'req-ccf4f7e0-030c-4506-ae36-f3dc1c1cb9b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:26,140 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:21:26,140 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe3965ee-a241-4e72-8b6e-0129481a4809', 'x-compute-request-id': 'req-fe3965ee-a241-4e72-8b6e-0129481a4809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:27,298 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:21:27,298 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed6a2926-d18e-4610-9341-de0d603385d9', 'x-compute-request-id': 'req-ed6a2926-d18e-4610-9341-de0d603385d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:28,455 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:21:28,455 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36d67e06-8823-4f95-8702-139c35407a8f', 'x-compute-request-id': 'req-36d67e06-8823-4f95-8702-139c35407a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:29,618 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:21:29,618 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14be8384-ebea-4dc4-a155-70e5934f4d76', 'x-compute-request-id': 'req-14be8384-ebea-4dc4-a155-70e5934f4d76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:30,777 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:21:30,778 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2242276-a18f-4c29-b8b5-bac3af82b99b', 'x-compute-request-id': 'req-b2242276-a18f-4c29-b8b5-bac3af82b99b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:31,939 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:21:31,939 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-208cef9c-1e77-40b9-b169-5c852404c962', 'x-compute-request-id': 'req-208cef9c-1e77-40b9-b169-5c852404c962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:33,098 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:21:33,098 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb063e8a-3d25-4133-a839-96b127261f54', 'x-compute-request-id': 'req-eb063e8a-3d25-4133-a839-96b127261f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:34,260 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:21:34,261 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93a85b9b-5f43-43c4-a331-5348c8b0a925', 'x-compute-request-id': 'req-93a85b9b-5f43-43c4-a331-5348c8b0a925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:35,418 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:21:35,418 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4da8aab-8c97-42ec-87ca-e2b6741aa8de', 'x-compute-request-id': 'req-b4da8aab-8c97-42ec-87ca-e2b6741aa8de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:36,581 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:21:36,582 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ff76f97-af55-4353-a51a-1593638ec5eb', 'x-compute-request-id': 'req-1ff76f97-af55-4353-a51a-1593638ec5eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:37,744 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:21:37,745 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4fc4cc6-9bb8-40a5-a22b-2bcf668636e0', 'x-compute-request-id': 'req-b4fc4cc6-9bb8-40a5-a22b-2bcf668636e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:38,912 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.159s 2022-01-11 15:21:38,912 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-471c01ce-1ce7-4b69-9cc4-03b21de562a9', 'x-compute-request-id': 'req-471c01ce-1ce7-4b69-9cc4-03b21de562a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:40,083 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.163s 2022-01-11 15:21:40,084 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cccfa75e-c0af-4a57-971b-b72d2db1c354', 'x-compute-request-id': 'req-cccfa75e-c0af-4a57-971b-b72d2db1c354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:41,723 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.631s 2022-01-11 15:21:41,723 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3119726c-e4d5-4470-9f06-29890160338f', 'x-compute-request-id': 'req-3119726c-e4d5-4470-9f06-29890160338f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:43,012 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.281s 2022-01-11 15:21:43,013 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86ed296f-3b3a-4a29-958b-b78a83920eef', 'x-compute-request-id': 'req-86ed296f-3b3a-4a29-958b-b78a83920eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:44,299 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.279s 2022-01-11 15:21:44,299 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0827da85-3096-4b7c-b2c5-3240991374a7', 'x-compute-request-id': 'req-0827da85-3096-4b7c-b2c5-3240991374a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:45,578 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.270s 2022-01-11 15:21:45,579 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8611e0c0-6712-40a3-baf4-d4175a52cd34', 'x-compute-request-id': 'req-8611e0c0-6712-40a3-baf4-d4175a52cd34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:46,780 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.189s 2022-01-11 15:21:46,780 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-043dc4b8-85cb-4756-b2d5-fc382f21ad8f', 'x-compute-request-id': 'req-043dc4b8-85cb-4756-b2d5-fc382f21ad8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:48,082 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.288s 2022-01-11 15:21:48,082 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ca39e93-5efb-4b35-8025-ed94675c8eae', 'x-compute-request-id': 'req-6ca39e93-5efb-4b35-8025-ed94675c8eae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:49,284 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.190s 2022-01-11 15:21:49,285 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90d63435-f6ed-4eb3-9423-f51e95a18ffa', 'x-compute-request-id': 'req-90d63435-f6ed-4eb3-9423-f51e95a18ffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:50,985 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.691s 2022-01-11 15:21:50,985 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b495d56b-a97d-4d5c-85e7-841984c902d6', 'x-compute-request-id': 'req-b495d56b-a97d-4d5c-85e7-841984c902d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:52,155 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.161s 2022-01-11 15:21:52,155 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3c67a7a-a65f-4fc8-9daa-e97d5e8543a8', 'x-compute-request-id': 'req-e3c67a7a-a65f-4fc8-9daa-e97d5e8543a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:53,473 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.309s 2022-01-11 15:21:53,474 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cfd7d9a-e86d-4065-ac01-6616cf8d1179', 'x-compute-request-id': 'req-5cfd7d9a-e86d-4065-ac01-6616cf8d1179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:54,734 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.251s 2022-01-11 15:21:54,734 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce2b928c-059b-4cbb-adc2-1bf6bcfb0841', 'x-compute-request-id': 'req-ce2b928c-059b-4cbb-adc2-1bf6bcfb0841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:55,893 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:21:55,894 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-769146d5-144d-434f-9e52-2c3f2ef41e93', 'x-compute-request-id': 'req-769146d5-144d-434f-9e52-2c3f2ef41e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:57,051 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:21:57,051 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ecf1a83-a541-44ab-8b65-66b31bf327f8', 'x-compute-request-id': 'req-0ecf1a83-a541-44ab-8b65-66b31bf327f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:58,210 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:21:58,210 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab8be800-a3ef-45eb-9d35-8ca8a172e6ae', 'x-compute-request-id': 'req-ab8be800-a3ef-45eb-9d35-8ca8a172e6ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:21:59,374 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:21:59,375 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:21:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f52edd0a-dcae-4c58-a0fc-6565f6a0aa96', 'x-compute-request-id': 'req-f52edd0a-dcae-4c58-a0fc-6565f6a0aa96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:00,575 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.192s 2022-01-11 15:22:00,575 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d3905b6-af6f-42a7-bc6a-09061b633624', 'x-compute-request-id': 'req-2d3905b6-af6f-42a7-bc6a-09061b633624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:01,738 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:22:01,738 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1f0f455-d01c-4e18-b867-b94cb2a36db1', 'x-compute-request-id': 'req-a1f0f455-d01c-4e18-b867-b94cb2a36db1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:03,049 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.303s 2022-01-11 15:22:03,049 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b429959-1352-4c19-b529-c231e66c1be7', 'x-compute-request-id': 'req-8b429959-1352-4c19-b529-c231e66c1be7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:04,312 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.254s 2022-01-11 15:22:04,312 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ca8a3cb-d407-46f9-8a32-1a33def43e60', 'x-compute-request-id': 'req-3ca8a3cb-d407-46f9-8a32-1a33def43e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:05,821 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.500s 2022-01-11 15:22:05,822 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-610d26cc-919a-4619-9d9b-545ee795cd3f', 'x-compute-request-id': 'req-610d26cc-919a-4619-9d9b-545ee795cd3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:07,005 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.174s 2022-01-11 15:22:07,006 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40b209c5-1bdb-408c-9640-eec1cccd6580', 'x-compute-request-id': 'req-40b209c5-1bdb-408c-9640-eec1cccd6580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:08,170 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:22:08,170 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a0a95e5-f57b-44f3-8c65-a4d14612395f', 'x-compute-request-id': 'req-6a0a95e5-f57b-44f3-8c65-a4d14612395f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:09,336 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:22:09,336 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23073e52-a1d6-48e3-a2a8-c9299484df0e', 'x-compute-request-id': 'req-23073e52-a1d6-48e3-a2a8-c9299484df0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:10,498 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:22:10,498 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a395af31-dfcc-453b-8772-138f8f6552dd', 'x-compute-request-id': 'req-a395af31-dfcc-453b-8772-138f8f6552dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:11,663 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:22:11,664 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6be77738-f080-4662-ac42-a26799b9c77e', 'x-compute-request-id': 'req-6be77738-f080-4662-ac42-a26799b9c77e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:12,826 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:22:12,827 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b92f1b41-4f4a-4fb1-be4e-885e1011330c', 'x-compute-request-id': 'req-b92f1b41-4f4a-4fb1-be4e-885e1011330c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:13,989 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:22:13,990 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab508e7b-4cf0-4a7a-b25f-8aca01139185', 'x-compute-request-id': 'req-ab508e7b-4cf0-4a7a-b25f-8aca01139185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:15,153 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:22:15,153 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e708eda-7bf7-4b65-891c-5608b846a423', 'x-compute-request-id': 'req-5e708eda-7bf7-4b65-891c-5608b846a423', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:16,315 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:22:16,316 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26acd277-1f92-4b4c-b859-a47b44b948e7', 'x-compute-request-id': 'req-26acd277-1f92-4b4c-b859-a47b44b948e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:17,481 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:22:17,482 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0021a302-9725-4c07-8060-028bf3d3e5f6', 'x-compute-request-id': 'req-0021a302-9725-4c07-8060-028bf3d3e5f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:18,646 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:22:18,646 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dc9a372-48f6-4b21-afbc-6f46faff171c', 'x-compute-request-id': 'req-6dc9a372-48f6-4b21-afbc-6f46faff171c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:19,826 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.170s 2022-01-11 15:22:19,827 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3fedc01-4bf7-4b86-a6c4-51169136e937', 'x-compute-request-id': 'req-f3fedc01-4bf7-4b86-a6c4-51169136e937', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:20,991 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:22:20,991 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f82e085-a889-42f0-847c-0646fe9d48dd', 'x-compute-request-id': 'req-4f82e085-a889-42f0-847c-0646fe9d48dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:22,162 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.163s 2022-01-11 15:22:22,163 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dda292b-1d58-4831-a234-c2cde43e4c62', 'x-compute-request-id': 'req-7dda292b-1d58-4831-a234-c2cde43e4c62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:23,327 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:22:23,328 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d203afa0-ae92-4443-a987-75fb41d74e5d', 'x-compute-request-id': 'req-d203afa0-ae92-4443-a987-75fb41d74e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:24,491 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:22:24,491 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a1fb726-1f00-4ddb-a808-6a95d450f965', 'x-compute-request-id': 'req-0a1fb726-1f00-4ddb-a808-6a95d450f965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:25,662 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.159s 2022-01-11 15:22:25,662 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7af4741-73a9-4d82-a604-2feb2c9b257e', 'x-compute-request-id': 'req-c7af4741-73a9-4d82-a604-2feb2c9b257e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:26,824 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:22:26,824 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae54a303-8b85-457b-a999-6bafb0b31621', 'x-compute-request-id': 'req-ae54a303-8b85-457b-a999-6bafb0b31621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:27,989 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:22:27,989 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcb52d4d-4fd4-426b-a11e-3f7f4c522cbd', 'x-compute-request-id': 'req-bcb52d4d-4fd4-426b-a11e-3f7f4c522cbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:29,154 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:22:29,154 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8cefcfb-22fc-4dbc-9e2e-319acf64d00f', 'x-compute-request-id': 'req-d8cefcfb-22fc-4dbc-9e2e-319acf64d00f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:30,316 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:22:30,317 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92631828-3e8a-4f4a-9d64-e877085f4381', 'x-compute-request-id': 'req-92631828-3e8a-4f4a-9d64-e877085f4381', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:31,485 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.159s 2022-01-11 15:22:31,485 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44a628d3-ccf0-4b3f-bb49-e8c5e6e784c7', 'x-compute-request-id': 'req-44a628d3-ccf0-4b3f-bb49-e8c5e6e784c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:32,646 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:22:32,647 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e25fbc4-3f92-47ce-a9d8-8ec5aad2f155', 'x-compute-request-id': 'req-3e25fbc4-3f92-47ce-a9d8-8ec5aad2f155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:33,815 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.159s 2022-01-11 15:22:33,815 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c78e19ae-7953-4465-a6a6-5c47c966d365', 'x-compute-request-id': 'req-c78e19ae-7953-4465-a6a6-5c47c966d365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:34,976 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:22:34,977 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21d7a471-7097-44a4-9cfa-ee4d29ccd503', 'x-compute-request-id': 'req-21d7a471-7097-44a4-9cfa-ee4d29ccd503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:36,147 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.161s 2022-01-11 15:22:36,148 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c897db8e-aa8f-4b20-9426-a40fbc346467', 'x-compute-request-id': 'req-c897db8e-aa8f-4b20-9426-a40fbc346467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:37,312 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:22:37,313 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96626da1-dbd9-46cd-a830-1c29b6155add', 'x-compute-request-id': 'req-96626da1-dbd9-46cd-a830-1c29b6155add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:38,475 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:22:38,476 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a641adc-48da-4bda-b4c9-d149e818a369', 'x-compute-request-id': 'req-8a641adc-48da-4bda-b4c9-d149e818a369', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:22:39,638 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:22:39,639 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:22:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07fca34f-7df8-4fd2-93c4-974f391e88d4', 'x-compute-request-id': 'req-07fca34f-7df8-4fd2-93c4-974f391e88d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:40,707 117586 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 2022-01-11 15:23:41,688 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 61.041s 2022-01-11 15:23:41,689 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60148e24-a986-4af3-94eb-87c5df4d0ac4', 'x-compute-request-id': 'req-60148e24-a986-4af3-94eb-87c5df4d0ac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:42,994 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.291s 2022-01-11 15:23:42,995 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e0d94a6-320b-4cd3-8a11-640005f66269', 'x-compute-request-id': 'req-5e0d94a6-320b-4cd3-8a11-640005f66269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:44,164 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.160s 2022-01-11 15:23:44,164 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef4bc6c2-745d-4124-b1b2-5bfa922ebc46', 'x-compute-request-id': 'req-ef4bc6c2-745d-4124-b1b2-5bfa922ebc46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:45,325 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:23:45,325 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-129b048c-4851-449e-a9c9-d63b47c58fd6', 'x-compute-request-id': 'req-129b048c-4851-449e-a9c9-d63b47c58fd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:46,494 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.161s 2022-01-11 15:23:46,494 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7386b209-ca26-42c9-8463-5ff6d74d0f7d', 'x-compute-request-id': 'req-7386b209-ca26-42c9-8463-5ff6d74d0f7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:47,652 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:23:47,653 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cbc1037-299f-478c-8125-bce5bd050638', 'x-compute-request-id': 'req-1cbc1037-299f-478c-8125-bce5bd050638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:48,815 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:23:48,816 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f7b95dd-cb35-40d2-8f98-f4a752f09384', 'x-compute-request-id': 'req-3f7b95dd-cb35-40d2-8f98-f4a752f09384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:49,975 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:23:49,975 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97a031a7-1e7e-411a-a0e1-4a0577384310', 'x-compute-request-id': 'req-97a031a7-1e7e-411a-a0e1-4a0577384310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:51,138 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:23:51,139 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4878d481-e960-4fcb-a425-8a582a4396d6', 'x-compute-request-id': 'req-4878d481-e960-4fcb-a425-8a582a4396d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:52,302 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:23:52,302 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fdb4993-8fcc-4e46-9588-cc136e495b41', 'x-compute-request-id': 'req-1fdb4993-8fcc-4e46-9588-cc136e495b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:53,588 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.276s 2022-01-11 15:23:53,588 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b43a26e9-8b7d-4883-9ef0-8d707726bf92', 'x-compute-request-id': 'req-b43a26e9-8b7d-4883-9ef0-8d707726bf92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:54,752 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:23:54,752 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fe14319-7fbe-4d7d-80d9-7309c050ccd1', 'x-compute-request-id': 'req-3fe14319-7fbe-4d7d-80d9-7309c050ccd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:55,909 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:23:55,910 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84007fbc-054c-4180-b629-3bb8074ea2d6', 'x-compute-request-id': 'req-84007fbc-054c-4180-b629-3bb8074ea2d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:57,072 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:23:57,073 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52f1bd49-4d29-428f-bfdd-69ad87c45ad4', 'x-compute-request-id': 'req-52f1bd49-4d29-428f-bfdd-69ad87c45ad4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:58,232 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:23:58,233 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab6fc243-0a53-4b6e-954e-5d82181702b1', 'x-compute-request-id': 'req-ab6fc243-0a53-4b6e-954e-5d82181702b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:23:59,392 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:23:59,393 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:23:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7d98e01-5e9e-48e2-8304-d74848a0a9a0', 'x-compute-request-id': 'req-b7d98e01-5e9e-48e2-8304-d74848a0a9a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:00,589 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.187s 2022-01-11 15:24:00,590 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c967a0da-05eb-4e49-a022-39f6252341cf', 'x-compute-request-id': 'req-c967a0da-05eb-4e49-a022-39f6252341cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:01,763 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.161s 2022-01-11 15:24:01,763 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-213a9b65-20a9-4e17-90f7-0fe74c10fd64', 'x-compute-request-id': 'req-213a9b65-20a9-4e17-90f7-0fe74c10fd64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:02,925 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:24:02,925 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f80ab573-a32a-4400-a814-723536520d9e', 'x-compute-request-id': 'req-f80ab573-a32a-4400-a814-723536520d9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:04,084 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:24:04,084 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-852a7805-b914-4ebd-b331-55041330c57d', 'x-compute-request-id': 'req-852a7805-b914-4ebd-b331-55041330c57d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:05,250 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:24:05,250 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-738088ed-b399-4ddb-9fb0-4b9d7604e4ea', 'x-compute-request-id': 'req-738088ed-b399-4ddb-9fb0-4b9d7604e4ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:06,409 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:24:06,410 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24768a07-781e-45b4-b7e8-88bf1384e69b', 'x-compute-request-id': 'req-24768a07-781e-45b4-b7e8-88bf1384e69b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:07,574 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:24:07,575 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e82d35ba-ba05-43fa-9ab6-1fdbfb6477e5', 'x-compute-request-id': 'req-e82d35ba-ba05-43fa-9ab6-1fdbfb6477e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:08,740 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:24:08,740 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2a14010-12d7-4a0d-96e0-f09c1c6b69b3', 'x-compute-request-id': 'req-b2a14010-12d7-4a0d-96e0-f09c1c6b69b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:09,897 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:24:09,897 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2255691-1836-4ad6-b1b0-12d97ea75b6f', 'x-compute-request-id': 'req-a2255691-1836-4ad6-b1b0-12d97ea75b6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:11,077 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.171s 2022-01-11 15:24:11,077 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93387ef2-3f43-44fc-9aef-a09456729ec0', 'x-compute-request-id': 'req-93387ef2-3f43-44fc-9aef-a09456729ec0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:12,235 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:24:12,236 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73475874-943c-4543-9dca-5a8badbbd94f', 'x-compute-request-id': 'req-73475874-943c-4543-9dca-5a8badbbd94f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:13,403 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.160s 2022-01-11 15:24:13,403 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3665a391-9ef7-49a1-ae58-058ff2860c70', 'x-compute-request-id': 'req-3665a391-9ef7-49a1-ae58-058ff2860c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:14,563 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:24:14,564 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db44e4cb-b2b5-4de4-982d-e12652ee72c0', 'x-compute-request-id': 'req-db44e4cb-b2b5-4de4-982d-e12652ee72c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:15,719 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:24:15,720 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb6130a4-425e-4715-b26d-6fadcae13406', 'x-compute-request-id': 'req-bb6130a4-425e-4715-b26d-6fadcae13406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:16,882 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:24:16,883 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-346a4f2f-619e-40df-917d-7c4d2d1ba2a7', 'x-compute-request-id': 'req-346a4f2f-619e-40df-917d-7c4d2d1ba2a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:18,041 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:24:18,041 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1d08a7e-cf3f-40b6-aaba-baa062d282d0', 'x-compute-request-id': 'req-b1d08a7e-cf3f-40b6-aaba-baa062d282d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:19,201 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:24:19,202 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d174bbe-477d-400f-a203-ad56cb0c224d', 'x-compute-request-id': 'req-6d174bbe-477d-400f-a203-ad56cb0c224d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:20,367 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:24:20,368 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae83d5d9-9074-4217-93d9-3c9529f02063', 'x-compute-request-id': 'req-ae83d5d9-9074-4217-93d9-3c9529f02063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:21,527 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:24:21,527 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09787b79-bf53-4438-a268-f851b5fedfe7', 'x-compute-request-id': 'req-09787b79-bf53-4438-a268-f851b5fedfe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:22,696 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.160s 2022-01-11 15:24:22,696 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ee8406f-7ba7-4c54-8d17-ffd92ae12141', 'x-compute-request-id': 'req-7ee8406f-7ba7-4c54-8d17-ffd92ae12141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:23,858 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:24:23,858 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0973cb8c-0f4c-41a3-a281-9956ee176902', 'x-compute-request-id': 'req-0973cb8c-0f4c-41a3-a281-9956ee176902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:25,020 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:24:25,021 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-378f800f-dafa-4ada-9780-a0597ad633f9', 'x-compute-request-id': 'req-378f800f-dafa-4ada-9780-a0597ad633f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:26,178 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:24:26,179 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eac1b2b4-eee9-4991-883d-db41e3843190', 'x-compute-request-id': 'req-eac1b2b4-eee9-4991-883d-db41e3843190', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:27,340 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:24:27,341 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2df7d8b-26c8-49d8-9951-5470c080fe24', 'x-compute-request-id': 'req-d2df7d8b-26c8-49d8-9951-5470c080fe24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:28,505 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:24:28,505 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d330eddf-dfcf-4bdb-9172-247b3b694cb5', 'x-compute-request-id': 'req-d330eddf-dfcf-4bdb-9172-247b3b694cb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:18:28Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:29,590 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.52:9696/v2.0/floatingips/7a3c593e-b43e-4e15-93db-8fd84ccca203 1.076s 2022-01-11 15:24:29,590 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-5c0757a6-8606-4764-848a-49ce640585e6', 'content-length': '0', 'date': 'Tue, 11 Jan 2022 15:24:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/v2.0/floatingips/7a3c593e-b43e-4e15-93db-8fd84ccca203'} Body: b'' 2022-01-11 15:24:29,858 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.266s 2022-01-11 15:24:29,858 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e08398c-04e2-44dd-bf85-8902998a573a', 'x-compute-request-id': 'req-2e08398c-04e2-44dd-bf85-8902998a573a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'' 2022-01-11 15:24:30,105 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.246s 2022-01-11 15:24:30,106 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c32ddbbe-6a59-4601-9826-ca83dbef403d', 'x-compute-request-id': 'req-c32ddbbe-6a59-4601-9826-ca83dbef403d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}, {"version": 4, "addr": "172.27.0.230", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:31,270 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:24:31,271 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7028fbf-bf90-4fb2-bfad-57cc6630326e', 'x-compute-request-id': 'req-f7028fbf-bf90-4fb2-bfad-57cc6630326e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:32,429 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:24:32,430 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90780a19-a255-47d2-8e0e-3a1f8e00c86c', 'x-compute-request-id': 'req-90780a19-a255-47d2-8e0e-3a1f8e00c86c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:33,596 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:24:33,596 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5312d1ea-3c10-4a0a-94eb-0e7a0ad48c7c', 'x-compute-request-id': 'req-5312d1ea-3c10-4a0a-94eb-0e7a0ad48c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:34,755 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:24:34,755 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c6686d5-d108-42f0-82ba-cb062466d330', 'x-compute-request-id': 'req-4c6686d5-d108-42f0-82ba-cb062466d330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:35,914 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:24:35,914 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5295d9bc-717d-42ee-9f9d-35628f78b6cd', 'x-compute-request-id': 'req-5295d9bc-717d-42ee-9f9d-35628f78b6cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:37,076 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:24:37,076 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-294e1f68-4fd6-4f20-846c-1058d263e459', 'x-compute-request-id': 'req-294e1f68-4fd6-4f20-846c-1058d263e459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:38,252 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.168s 2022-01-11 15:24:38,252 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-015209ce-d1e7-4900-80c8-1bd3b8ed6d09', 'x-compute-request-id': 'req-015209ce-d1e7-4900-80c8-1bd3b8ed6d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:24:39,418 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:24:39,418 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:24:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cb16a67-496f-4644-afa7-2c93d2883b65', 'x-compute-request-id': 'req-3cb16a67-496f-4644-afa7-2c93d2883b65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:40,486 117586 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 2022-01-11 15:25:41,991 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 61.564s 2022-01-11 15:25:41,991 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af1711ab-16cc-4a1a-8a56-0beb5cad3db3', 'x-compute-request-id': 'req-af1711ab-16cc-4a1a-8a56-0beb5cad3db3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:43,156 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:25:43,157 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6662928-2eee-4073-b62d-e68bae68a9fa', 'x-compute-request-id': 'req-d6662928-2eee-4073-b62d-e68bae68a9fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:44,324 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.158s 2022-01-11 15:25:44,324 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8176e9a4-334c-4470-b6f6-e7ef5c7fe57b', 'x-compute-request-id': 'req-8176e9a4-334c-4470-b6f6-e7ef5c7fe57b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:45,494 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.160s 2022-01-11 15:25:45,494 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86c19922-48e4-4c81-9e9b-c43f01992d21', 'x-compute-request-id': 'req-86c19922-48e4-4c81-9e9b-c43f01992d21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:46,651 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:25:46,652 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17efc80d-c578-4382-9c5d-27b97f371e20', 'x-compute-request-id': 'req-17efc80d-c578-4382-9c5d-27b97f371e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:47,810 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:25:47,810 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-371526ea-f403-4020-9031-20c79daff0af', 'x-compute-request-id': 'req-371526ea-f403-4020-9031-20c79daff0af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:48,972 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:25:48,972 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-774353a0-4056-4b9b-a66a-9033874eeb85', 'x-compute-request-id': 'req-774353a0-4056-4b9b-a66a-9033874eeb85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:50,295 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.315s 2022-01-11 15:25:50,296 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d15c2717-d488-411d-a1a6-4be728a541e2', 'x-compute-request-id': 'req-d15c2717-d488-411d-a1a6-4be728a541e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:51,459 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:25:51,460 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cfb2f0a-894f-42a7-9bb7-afeba6d51659', 'x-compute-request-id': 'req-0cfb2f0a-894f-42a7-9bb7-afeba6d51659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:52,625 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:25:52,626 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-880c064d-9abd-4b23-9713-829d95f0c56c', 'x-compute-request-id': 'req-880c064d-9abd-4b23-9713-829d95f0c56c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:53,787 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:25:53,787 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a94ac5d-cc99-4137-a5e4-57299645a6e8', 'x-compute-request-id': 'req-8a94ac5d-cc99-4137-a5e4-57299645a6e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:54,944 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:25:54,945 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b5f792b-04e5-4f1e-8119-7c74cc82fc87', 'x-compute-request-id': 'req-2b5f792b-04e5-4f1e-8119-7c74cc82fc87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:56,107 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:25:56,107 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0dc8fca6-215c-4b66-ac5a-5481f39c230b', 'x-compute-request-id': 'req-0dc8fca6-215c-4b66-ac5a-5481f39c230b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:57,266 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:25:57,267 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-548f8a4d-7a1d-4ab1-b937-11e14643f931', 'x-compute-request-id': 'req-548f8a4d-7a1d-4ab1-b937-11e14643f931', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:58,438 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:25:58,438 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-868220a0-166d-499c-9edf-0a727219ab52', 'x-compute-request-id': 'req-868220a0-166d-499c-9edf-0a727219ab52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:25:59,598 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:25:59,599 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:25:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0a76b2c-dc38-40c0-837f-ff83923eeb38', 'x-compute-request-id': 'req-c0a76b2c-dc38-40c0-837f-ff83923eeb38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:00,762 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:26:00,762 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf9e5713-39ba-4ead-bf47-9e87c729fee0', 'x-compute-request-id': 'req-cf9e5713-39ba-4ead-bf47-9e87c729fee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:01,921 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:26:01,921 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c68343b4-2e43-4f48-9b32-e00ceda27161', 'x-compute-request-id': 'req-c68343b4-2e43-4f48-9b32-e00ceda27161', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:03,082 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:26:03,082 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3cb7ad7-5485-4820-b645-c7085a8115ee', 'x-compute-request-id': 'req-b3cb7ad7-5485-4820-b645-c7085a8115ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:04,240 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:26:04,241 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd4fac34-a0d2-4837-bdb6-21ce9dc33d8b', 'x-compute-request-id': 'req-bd4fac34-a0d2-4837-bdb6-21ce9dc33d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:05,402 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:26:05,402 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6b6444f-fd81-4dce-97bc-94a32ab4adb4', 'x-compute-request-id': 'req-e6b6444f-fd81-4dce-97bc-94a32ab4adb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:06,562 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:26:06,562 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-266741fc-3e8d-4ce9-ab38-0cb9e44a9641', 'x-compute-request-id': 'req-266741fc-3e8d-4ce9-ab38-0cb9e44a9641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:07,725 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:26:07,726 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82a5e074-fd25-4492-8ac6-5f772801c7c6', 'x-compute-request-id': 'req-82a5e074-fd25-4492-8ac6-5f772801c7c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:08,884 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:26:08,885 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ff7a3af-62dc-4f31-a9ed-b235dae1c89b', 'x-compute-request-id': 'req-5ff7a3af-62dc-4f31-a9ed-b235dae1c89b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:10,042 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:26:10,042 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0cc7421-b67c-437f-82e4-a5a9f0ba4017', 'x-compute-request-id': 'req-b0cc7421-b67c-437f-82e4-a5a9f0ba4017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:11,312 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.260s 2022-01-11 15:26:11,312 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7185b9f-83ef-4a9a-8929-cb79746ece0a', 'x-compute-request-id': 'req-d7185b9f-83ef-4a9a-8929-cb79746ece0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:12,470 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:26:12,470 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebf6df54-b247-4e95-b55e-a215e7c38795', 'x-compute-request-id': 'req-ebf6df54-b247-4e95-b55e-a215e7c38795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:13,631 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:26:13,632 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16013044-6de9-41e5-a35c-9cbec25b1eb0', 'x-compute-request-id': 'req-16013044-6de9-41e5-a35c-9cbec25b1eb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:14,790 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:26:14,791 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1dcc076-08d1-44c3-a902-ca43806fd46b', 'x-compute-request-id': 'req-d1dcc076-08d1-44c3-a902-ca43806fd46b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:15,951 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:26:15,952 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-607f7b8e-34da-4cb9-b659-2c18be5733f3', 'x-compute-request-id': 'req-607f7b8e-34da-4cb9-b659-2c18be5733f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:17,111 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:26:17,111 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95064d50-d567-4367-8230-6edf95b9a073', 'x-compute-request-id': 'req-95064d50-d567-4367-8230-6edf95b9a073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:18,274 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:26:18,274 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f2edecd-3019-444a-ad4a-433203b738bc', 'x-compute-request-id': 'req-3f2edecd-3019-444a-ad4a-433203b738bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:19,433 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:26:19,433 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71168fd3-ef7a-4279-82a5-87074e48e7ba', 'x-compute-request-id': 'req-71168fd3-ef7a-4279-82a5-87074e48e7ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:20,601 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.159s 2022-01-11 15:26:20,602 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ee554b2-f5e9-4f12-b622-3b502f583f66', 'x-compute-request-id': 'req-6ee554b2-f5e9-4f12-b622-3b502f583f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:21,767 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:26:21,767 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25234f19-c7ac-4485-8819-9f95bc7a48f7', 'x-compute-request-id': 'req-25234f19-c7ac-4485-8819-9f95bc7a48f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:22,924 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:26:22,924 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0206e56-8c25-4af1-9d80-f5098189ca43', 'x-compute-request-id': 'req-a0206e56-8c25-4af1-9d80-f5098189ca43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:24,087 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:26:24,088 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce5baa2d-6020-4dea-9255-49a1e648df85', 'x-compute-request-id': 'req-ce5baa2d-6020-4dea-9255-49a1e648df85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:25,254 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.159s 2022-01-11 15:26:25,255 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11482fc1-8f1f-46ef-896b-cde66730955a', 'x-compute-request-id': 'req-11482fc1-8f1f-46ef-896b-cde66730955a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:26,411 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:26:26,412 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6244274-d99d-4788-b524-b4a7178ea4bd', 'x-compute-request-id': 'req-f6244274-d99d-4788-b524-b4a7178ea4bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:27,571 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:26:27,572 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fc75ada-bbcf-4df3-b1ec-3b43d68866d9', 'x-compute-request-id': 'req-9fc75ada-bbcf-4df3-b1ec-3b43d68866d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:28,730 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:26:28,730 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f5cfd1b-9b05-4d5b-803c-94e63f73dbce', 'x-compute-request-id': 'req-4f5cfd1b-9b05-4d5b-803c-94e63f73dbce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:29,890 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:26:29,890 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b12b1bd5-3ce7-4960-ab8b-176244cf41a9', 'x-compute-request-id': 'req-b12b1bd5-3ce7-4960-ab8b-176244cf41a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:31,050 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:26:31,050 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99fbf83d-bee0-44e0-bd99-bb41bebe7875', 'x-compute-request-id': 'req-99fbf83d-bee0-44e0-bd99-bb41bebe7875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:32,212 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:26:32,212 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45ec2f0f-a574-49a8-ad3c-136d8480f2c9', 'x-compute-request-id': 'req-45ec2f0f-a574-49a8-ad3c-136d8480f2c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:33,593 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.374s 2022-01-11 15:26:33,594 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e685d465-08cc-4c5b-96f7-be738b8736a3', 'x-compute-request-id': 'req-e685d465-08cc-4c5b-96f7-be738b8736a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:34,752 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:26:34,752 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3bbc3abd-271d-4f9f-b366-845522f6fa44', 'x-compute-request-id': 'req-3bbc3abd-271d-4f9f-b366-845522f6fa44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:35,911 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:26:35,911 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fe2b7be-8304-47ad-ae2f-46b49d7948e6', 'x-compute-request-id': 'req-8fe2b7be-8304-47ad-ae2f-46b49d7948e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:37,069 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:26:37,070 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53978220-ea81-4c3c-8c99-d0c672259e98', 'x-compute-request-id': 'req-53978220-ea81-4c3c-8c99-d0c672259e98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:38,233 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:26:38,233 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4f6273c-06a9-4866-be64-0ba95535d95a', 'x-compute-request-id': 'req-c4f6273c-06a9-4866-be64-0ba95535d95a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:39,394 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:26:39,395 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02c0a800-db06-40ea-a423-4ae7fdb4dfe4', 'x-compute-request-id': 'req-02c0a800-db06-40ea-a423-4ae7fdb4dfe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:40,553 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:26:40,553 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-431f1c0a-b2d6-4256-b5ed-4a45566f9404', 'x-compute-request-id': 'req-431f1c0a-b2d6-4256-b5ed-4a45566f9404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:41,714 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:26:41,715 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23d16259-56bc-4b43-aff0-5ef945b7f4f6', 'x-compute-request-id': 'req-23d16259-56bc-4b43-aff0-5ef945b7f4f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:42,873 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:26:42,873 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-141726d7-7cc8-4703-8ac6-53ad387e67c4', 'x-compute-request-id': 'req-141726d7-7cc8-4703-8ac6-53ad387e67c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:44,037 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.155s 2022-01-11 15:26:44,037 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38b9e27d-19aa-48bf-922b-23a76dbd7afa', 'x-compute-request-id': 'req-38b9e27d-19aa-48bf-922b-23a76dbd7afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:45,202 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:26:45,203 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f3b1af4-7fee-4450-8ccd-74f5a842cf0b', 'x-compute-request-id': 'req-6f3b1af4-7fee-4450-8ccd-74f5a842cf0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:46,421 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.210s 2022-01-11 15:26:46,421 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d2a4de1-a849-4e32-9dbd-1ca76165e6bb', 'x-compute-request-id': 'req-4d2a4de1-a849-4e32-9dbd-1ca76165e6bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:47,583 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:26:47,583 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dd29cf3-0f62-4116-952a-cff730ad9684', 'x-compute-request-id': 'req-2dd29cf3-0f62-4116-952a-cff730ad9684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:48,758 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.166s 2022-01-11 15:26:48,759 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d843fdc-0020-4a68-9bc9-b6023898c790', 'x-compute-request-id': 'req-1d843fdc-0020-4a68-9bc9-b6023898c790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:49,917 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:26:49,918 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8da6fa71-8e5d-4d37-b213-4171e99b52ca', 'x-compute-request-id': 'req-8da6fa71-8e5d-4d37-b213-4171e99b52ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:51,082 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:26:51,082 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43ddffff-3c97-48a4-84de-5525d83e0560', 'x-compute-request-id': 'req-43ddffff-3c97-48a4-84de-5525d83e0560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:52,242 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:26:52,243 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e877c9f1-269e-4eb5-9490-86060f6ff4e1', 'x-compute-request-id': 'req-e877c9f1-269e-4eb5-9490-86060f6ff4e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:53,401 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:26:53,402 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdb74da6-bdd3-41a8-8be1-a6b97852ed20', 'x-compute-request-id': 'req-bdb74da6-bdd3-41a8-8be1-a6b97852ed20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:54,566 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:26:54,567 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a43cb0d-a948-4b0c-a187-6e14e2ed0276', 'x-compute-request-id': 'req-5a43cb0d-a948-4b0c-a187-6e14e2ed0276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:55,725 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:26:55,725 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7c42aee-ed9a-4620-9081-d1e830732046', 'x-compute-request-id': 'req-b7c42aee-ed9a-4620-9081-d1e830732046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:56,890 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:26:56,891 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d92930dd-7967-4df6-9e05-c641bd27e1c0', 'x-compute-request-id': 'req-d92930dd-7967-4df6-9e05-c641bd27e1c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:58,049 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:26:58,049 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf40ebe2-40b9-4399-a867-5bba23cd98c6', 'x-compute-request-id': 'req-cf40ebe2-40b9-4399-a867-5bba23cd98c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:26:59,208 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:26:59,208 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:26:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e242dc49-6c88-4c17-adc5-a50330d93c40', 'x-compute-request-id': 'req-e242dc49-6c88-4c17-adc5-a50330d93c40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:00,372 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:27:00,373 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0594dd30-fe6a-421e-a332-0cd30862d38f', 'x-compute-request-id': 'req-0594dd30-fe6a-421e-a332-0cd30862d38f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:01,533 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:27:01,534 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8aa16f9c-6f92-4cfb-b752-477b3556eb3f', 'x-compute-request-id': 'req-8aa16f9c-6f92-4cfb-b752-477b3556eb3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:02,695 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:27:02,695 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-032b556b-8dfd-4c2f-b935-b9423f159ad2', 'x-compute-request-id': 'req-032b556b-8dfd-4c2f-b935-b9423f159ad2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:03,852 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:27:03,853 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17a68d3a-93db-4cc5-8f28-1e8aa5d7de17', 'x-compute-request-id': 'req-17a68d3a-93db-4cc5-8f28-1e8aa5d7de17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:05,018 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:27:05,019 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb2e3866-ad10-4fea-8f20-394232a756ba', 'x-compute-request-id': 'req-bb2e3866-ad10-4fea-8f20-394232a756ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:06,177 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:27:06,178 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c22fd4b-e597-42f8-b20a-d2f292648701', 'x-compute-request-id': 'req-3c22fd4b-e597-42f8-b20a-d2f292648701', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:07,338 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:27:07,339 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d588f40d-8d32-403d-bde7-76d970268b11', 'x-compute-request-id': 'req-d588f40d-8d32-403d-bde7-76d970268b11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:08,501 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:27:08,502 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2913dc02-70c0-4ffd-a91a-79335353d75e', 'x-compute-request-id': 'req-2913dc02-70c0-4ffd-a91a-79335353d75e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:09,658 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:27:09,658 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cbb9fe7-6d12-4876-b4c9-c792b4bc707c', 'x-compute-request-id': 'req-2cbb9fe7-6d12-4876-b4c9-c792b4bc707c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:10,825 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.159s 2022-01-11 15:27:10,826 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40a5e080-3568-4bfc-b422-ff53a535e1c4', 'x-compute-request-id': 'req-40a5e080-3568-4bfc-b422-ff53a535e1c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:11,987 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:27:11,987 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5525ec35-60f6-4324-bc71-f4de7350b181', 'x-compute-request-id': 'req-5525ec35-60f6-4324-bc71-f4de7350b181', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:13,240 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.244s 2022-01-11 15:27:13,240 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6f90561-2751-43f3-bf3c-62709a5ece4c', 'x-compute-request-id': 'req-d6f90561-2751-43f3-bf3c-62709a5ece4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:14,399 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:27:14,399 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-896d7d2b-8f5e-4d08-9373-9416195f597d', 'x-compute-request-id': 'req-896d7d2b-8f5e-4d08-9373-9416195f597d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:15,559 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:27:15,560 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-594dfc5c-6669-4c85-8670-5dcc07f79e9c', 'x-compute-request-id': 'req-594dfc5c-6669-4c85-8670-5dcc07f79e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:16,725 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:27:16,726 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-338d08aa-998e-44d7-b315-b7c029560124', 'x-compute-request-id': 'req-338d08aa-998e-44d7-b315-b7c029560124', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:17,887 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:27:17,887 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-638bab78-39cd-4144-b335-e2eae89a7bfa', 'x-compute-request-id': 'req-638bab78-39cd-4144-b335-e2eae89a7bfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:19,050 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:27:19,051 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-313f7126-3d44-4f68-abfd-981a3a9f1468', 'x-compute-request-id': 'req-313f7126-3d44-4f68-abfd-981a3a9f1468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:20,209 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:27:20,209 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee6ca19a-35dc-4576-a3d0-dbf4b2d5f97f', 'x-compute-request-id': 'req-ee6ca19a-35dc-4576-a3d0-dbf4b2d5f97f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:21,372 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:27:21,373 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23c13d35-c3a2-47b7-9e4b-612d1387dc6a', 'x-compute-request-id': 'req-23c13d35-c3a2-47b7-9e4b-612d1387dc6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:22,531 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:27:22,532 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c06bc8cc-a888-4677-b01d-534648e8bcef', 'x-compute-request-id': 'req-c06bc8cc-a888-4677-b01d-534648e8bcef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:23,688 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.147s 2022-01-11 15:27:23,688 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdb5f946-04a5-492b-b02c-1cf8118bdc70', 'x-compute-request-id': 'req-cdb5f946-04a5-492b-b02c-1cf8118bdc70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:24,853 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:27:24,854 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-256cfc52-adca-4d23-b048-381c79c6900b', 'x-compute-request-id': 'req-256cfc52-adca-4d23-b048-381c79c6900b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:26,012 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:27:26,012 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bfd1dea-01d8-4aeb-bc17-4872b4da4851', 'x-compute-request-id': 'req-2bfd1dea-01d8-4aeb-bc17-4872b4da4851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:27,174 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:27:27,175 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2040f92b-8c8d-4c72-ab23-4d1bf9a1782e', 'x-compute-request-id': 'req-2040f92b-8c8d-4c72-ab23-4d1bf9a1782e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:28,335 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:27:28,336 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18f0c82d-dcd9-484a-b6b2-8b04e0623018', 'x-compute-request-id': 'req-18f0c82d-dcd9-484a-b6b2-8b04e0623018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:29,497 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:27:29,497 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b60b6cea-565a-4df0-b6f5-56db7a8e9a5f', 'x-compute-request-id': 'req-b60b6cea-565a-4df0-b6f5-56db7a8e9a5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:30,655 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:27:30,655 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1b3cd5c-3d3c-4c59-b5b5-f5bd9af1c162', 'x-compute-request-id': 'req-f1b3cd5c-3d3c-4c59-b5b5-f5bd9af1c162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:31,813 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:27:31,813 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37efcba1-a18b-48cc-a2c1-d31f70cf383b', 'x-compute-request-id': 'req-37efcba1-a18b-48cc-a2c1-d31f70cf383b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:32,978 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:27:32,978 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-550d61ad-a318-4720-be3e-85d0ffc11ea8', 'x-compute-request-id': 'req-550d61ad-a318-4720-be3e-85d0ffc11ea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:34,137 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:27:34,137 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-337e39a4-f647-4667-b741-3fb4e0f47ee6', 'x-compute-request-id': 'req-337e39a4-f647-4667-b741-3fb4e0f47ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:35,305 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.159s 2022-01-11 15:27:35,305 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-868d67f8-3035-4017-bae2-2dff67a3738c', 'x-compute-request-id': 'req-868d67f8-3035-4017-bae2-2dff67a3738c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:36,463 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:27:36,463 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-547d0774-c1cf-4d8a-9c5f-b26ee572b27a', 'x-compute-request-id': 'req-547d0774-c1cf-4d8a-9c5f-b26ee572b27a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:37,620 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:27:37,620 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16aec033-7f80-4b2c-901a-ce4de9dec3cd', 'x-compute-request-id': 'req-16aec033-7f80-4b2c-901a-ce4de9dec3cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:38,782 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:27:38,783 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-730fbf9e-0417-4ef5-838f-b1cf02e14b86', 'x-compute-request-id': 'req-730fbf9e-0417-4ef5-838f-b1cf02e14b86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:39,940 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:27:39,940 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f0267db-914c-446f-b42d-80aeb4a42893', 'x-compute-request-id': 'req-7f0267db-914c-446f-b42d-80aeb4a42893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:41,101 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:27:41,101 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9149996-c6c6-493b-9c2f-0a123b66acdf', 'x-compute-request-id': 'req-b9149996-c6c6-493b-9c2f-0a123b66acdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:42,258 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:27:42,258 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73dcc340-f4d2-4dc9-be1a-e51980ec3154', 'x-compute-request-id': 'req-73dcc340-f4d2-4dc9-be1a-e51980ec3154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:43,421 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:27:43,421 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dade8e48-fefd-4ddc-baa9-08a687a38a22', 'x-compute-request-id': 'req-dade8e48-fefd-4ddc-baa9-08a687a38a22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:44,579 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:27:44,579 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd8bd9ab-dc00-44a0-9a68-0842e0e28303', 'x-compute-request-id': 'req-bd8bd9ab-dc00-44a0-9a68-0842e0e28303', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:45,737 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:27:45,738 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-120a0745-7172-4852-9884-7a95947569f1', 'x-compute-request-id': 'req-120a0745-7172-4852-9884-7a95947569f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:46,903 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:27:46,903 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f94834ff-f793-492d-9e7a-dff635be2a7a', 'x-compute-request-id': 'req-f94834ff-f793-492d-9e7a-dff635be2a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:48,065 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:27:48,066 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-293f9a2a-8db3-4184-8428-f2d18eeb20e6', 'x-compute-request-id': 'req-293f9a2a-8db3-4184-8428-f2d18eeb20e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:49,228 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:27:49,228 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3024fdae-b9bb-4623-b68e-7830f6e3b6f2', 'x-compute-request-id': 'req-3024fdae-b9bb-4623-b68e-7830f6e3b6f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:50,393 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:27:50,393 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62e0dba8-a9d8-4fa7-ae94-7bdc3a42cdc3', 'x-compute-request-id': 'req-62e0dba8-a9d8-4fa7-ae94-7bdc3a42cdc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:51,550 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:27:51,551 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ec5a957-e418-4c6f-9f3d-b734ef511cc3', 'x-compute-request-id': 'req-2ec5a957-e418-4c6f-9f3d-b734ef511cc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:52,711 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:27:52,712 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37a9cc97-e684-41a2-b6a7-4ccb8939c0b6', 'x-compute-request-id': 'req-37a9cc97-e684-41a2-b6a7-4ccb8939c0b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:53,871 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:27:53,872 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb220524-79f8-4528-b874-667ae051d832', 'x-compute-request-id': 'req-eb220524-79f8-4528-b874-667ae051d832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:55,043 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.162s 2022-01-11 15:27:55,043 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a89fe22-d357-4055-b270-2b0a6755af69', 'x-compute-request-id': 'req-1a89fe22-d357-4055-b270-2b0a6755af69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:56,200 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:27:56,201 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3851d6ca-b89a-4b99-93b8-4f659cdf56f2', 'x-compute-request-id': 'req-3851d6ca-b89a-4b99-93b8-4f659cdf56f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:57,367 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.157s 2022-01-11 15:27:57,367 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff687d20-2265-40ca-95d8-83ed026ee049', 'x-compute-request-id': 'req-ff687d20-2265-40ca-95d8-83ed026ee049', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:58,527 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:27:58,527 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3591d50-fe42-4a82-a02b-2ea178061ade', 'x-compute-request-id': 'req-a3591d50-fe42-4a82-a02b-2ea178061ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:27:59,685 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:27:59,686 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:27:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5bd7e73-7190-47b1-9b15-0491ca6709d9', 'x-compute-request-id': 'req-e5bd7e73-7190-47b1-9b15-0491ca6709d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:00,849 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:28:00,849 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33155353-8d19-495b-a4d7-841a05beb2b0', 'x-compute-request-id': 'req-33155353-8d19-495b-a4d7-841a05beb2b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:02,006 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:28:02,006 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8fcfaa5-f85d-4a0e-a571-4a54cc2945cf', 'x-compute-request-id': 'req-c8fcfaa5-f85d-4a0e-a571-4a54cc2945cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:03,166 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:28:03,166 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-854486ae-540e-4532-88af-fa7fc6eed461', 'x-compute-request-id': 'req-854486ae-540e-4532-88af-fa7fc6eed461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:04,327 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:28:04,327 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e56d20f7-626e-4224-8472-1625107080fe', 'x-compute-request-id': 'req-e56d20f7-626e-4224-8472-1625107080fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:05,485 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:28:05,486 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-474c3fd9-b1ca-430b-99ca-d70e43dc6590', 'x-compute-request-id': 'req-474c3fd9-b1ca-430b-99ca-d70e43dc6590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:06,647 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:28:06,647 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f70a75a9-adcc-40aa-9e0d-b3860813eb77', 'x-compute-request-id': 'req-f70a75a9-adcc-40aa-9e0d-b3860813eb77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:07,804 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:28:07,805 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8ea034c-f998-4592-98a9-73e838babb5d', 'x-compute-request-id': 'req-f8ea034c-f998-4592-98a9-73e838babb5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:08,964 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:28:08,964 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c3ed65f-e078-4aac-8a8c-62ca5a1400b9', 'x-compute-request-id': 'req-7c3ed65f-e078-4aac-8a8c-62ca5a1400b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:10,121 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.148s 2022-01-11 15:28:10,121 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed193e3b-210d-40d3-be83-5248c62a6526', 'x-compute-request-id': 'req-ed193e3b-210d-40d3-be83-5248c62a6526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:11,285 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:28:11,285 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac427fde-d71f-4bd8-b735-bc5d1e8dda4c', 'x-compute-request-id': 'req-ac427fde-d71f-4bd8-b735-bc5d1e8dda4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:12,443 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:28:12,443 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10f7b943-e71f-4b91-a9f4-4650335d3e01', 'x-compute-request-id': 'req-10f7b943-e71f-4b91-a9f4-4650335d3e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:13,602 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:28:13,602 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f43c6ae4-e20b-477b-a3ff-3321c1e83577', 'x-compute-request-id': 'req-f43c6ae4-e20b-477b-a3ff-3321c1e83577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:15,038 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.427s 2022-01-11 15:28:15,038 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49c8ad7b-67de-40fe-9360-b856561ae52e', 'x-compute-request-id': 'req-49c8ad7b-67de-40fe-9360-b856561ae52e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:16,197 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:28:16,197 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cac3446-0182-48cf-a65d-f908472b7f2e', 'x-compute-request-id': 'req-7cac3446-0182-48cf-a65d-f908472b7f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:17,360 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:28:17,360 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05b577f3-f460-47db-9708-9f646d3e349f', 'x-compute-request-id': 'req-05b577f3-f460-47db-9708-9f646d3e349f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:18,519 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:28:18,519 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87908b39-887f-483c-bb8a-9a3e82afd11b', 'x-compute-request-id': 'req-87908b39-887f-483c-bb8a-9a3e82afd11b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:19,676 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:28:19,677 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9d9359c-db36-41e2-8ec8-c417d74fe603', 'x-compute-request-id': 'req-c9d9359c-db36-41e2-8ec8-c417d74fe603', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:20,840 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:28:20,840 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9691b99-6e5c-43d8-82c6-741781a5ba66', 'x-compute-request-id': 'req-c9691b99-6e5c-43d8-82c6-741781a5ba66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:21,999 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:28:21,999 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5ec15df-5570-4780-ae2b-ca3edd231362', 'x-compute-request-id': 'req-d5ec15df-5570-4780-ae2b-ca3edd231362', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:23,162 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:28:23,163 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14e15a6a-c352-4675-b174-02f6fdb650cf', 'x-compute-request-id': 'req-14e15a6a-c352-4675-b174-02f6fdb650cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:24,342 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.171s 2022-01-11 15:28:24,343 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe04df4c-3a34-438c-a85f-265b2ddf0391', 'x-compute-request-id': 'req-fe04df4c-3a34-438c-a85f-265b2ddf0391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:25,506 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:28:25,506 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5bccbed-85f0-42ce-8e23-1ce3f9338b7b', 'x-compute-request-id': 'req-d5bccbed-85f0-42ce-8e23-1ce3f9338b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:26,665 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:28:26,665 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7407a109-330f-4f2c-98eb-b2acd691141a', 'x-compute-request-id': 'req-7407a109-330f-4f2c-98eb-b2acd691141a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:27,825 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:28:27,825 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-872a1516-86e1-4413-871e-d1241000306c', 'x-compute-request-id': 'req-872a1516-86e1-4413-871e-d1241000306c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:28,986 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:28:28,987 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af127195-3df2-4a02-ad3b-7bc5b0d412b6', 'x-compute-request-id': 'req-af127195-3df2-4a02-ad3b-7bc5b0d412b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:30,155 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.159s 2022-01-11 15:28:30,155 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49ad9b6b-ed16-480d-9948-0ad6883c5e8f', 'x-compute-request-id': 'req-49ad9b6b-ed16-480d-9948-0ad6883c5e8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:31,319 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.156s 2022-01-11 15:28:31,320 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f7e948c-2197-4744-b987-cba8a5433841', 'x-compute-request-id': 'req-2f7e948c-2197-4744-b987-cba8a5433841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:32,482 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:28:32,483 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9186d612-3f49-456c-bb9f-381118828029', 'x-compute-request-id': 'req-9186d612-3f49-456c-bb9f-381118828029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:33,642 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:28:33,642 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7ac96ad-f5b8-4db1-90a9-34315aedd6c8', 'x-compute-request-id': 'req-b7ac96ad-f5b8-4db1-90a9-34315aedd6c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:34,816 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.166s 2022-01-11 15:28:34,817 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cc7cfc3-8c11-4b5e-885b-07a65fe54d71', 'x-compute-request-id': 'req-8cc7cfc3-8c11-4b5e-885b-07a65fe54d71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:35,975 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:28:35,975 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-549a24d4-11d0-4097-b4ff-85924b8d7203', 'x-compute-request-id': 'req-549a24d4-11d0-4097-b4ff-85924b8d7203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:37,142 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.159s 2022-01-11 15:28:37,143 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0a83ad2-9c3a-4a18-93e5-1986793cdfe0', 'x-compute-request-id': 'req-f0a83ad2-9c3a-4a18-93e5-1986793cdfe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:38,303 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.151s 2022-01-11 15:28:38,303 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c69b863f-cd11-4df7-9634-5e1561b35b55', 'x-compute-request-id': 'req-c69b863f-cd11-4df7-9634-5e1561b35b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:39,469 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.158s 2022-01-11 15:28:39,470 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68fc7140-bf8b-4463-9b14-4d1dbfdcb367', 'x-compute-request-id': 'req-68fc7140-bf8b-4463-9b14-4d1dbfdcb367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:40,628 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:28:40,629 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9e8a8ee-14ad-4fa4-93c4-2c8ec676ba4a', 'x-compute-request-id': 'req-b9e8a8ee-14ad-4fa4-93c4-2c8ec676ba4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:41,916 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.280s 2022-01-11 15:28:41,916 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-273ab37c-4381-4adc-bda9-1f9bb99d561b', 'x-compute-request-id': 'req-273ab37c-4381-4adc-bda9-1f9bb99d561b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:43,079 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.154s 2022-01-11 15:28:43,080 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fec7add-7267-4f8e-a431-fcb6330621bf', 'x-compute-request-id': 'req-0fec7add-7267-4f8e-a431-fcb6330621bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:44,240 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:28:44,240 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-644a5b30-e759-4b51-8d3c-f9476fb73a8f', 'x-compute-request-id': 'req-644a5b30-e759-4b51-8d3c-f9476fb73a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:45,400 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.152s 2022-01-11 15:28:45,401 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0bd74ac-dfba-44a9-9ff8-1741f0da4185', 'x-compute-request-id': 'req-c0bd74ac-dfba-44a9-9ff8-1741f0da4185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:46,559 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:28:46,559 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-515b6b3d-829e-4059-82b9-32b1cd180e1e', 'x-compute-request-id': 'req-515b6b3d-829e-4059-82b9-32b1cd180e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:47,717 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.149s 2022-01-11 15:28:47,717 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5161aaae-7de5-4119-b8c0-2a494c60aa84', 'x-compute-request-id': 'req-5161aaae-7de5-4119-b8c0-2a494c60aa84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:48,879 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.153s 2022-01-11 15:28:48,880 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73ad2016-a054-4d59-8675-9c99ad8f8d8e', 'x-compute-request-id': 'req-73ad2016-a054-4d59-8675-9c99ad8f8d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:24:30Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1051513398"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:50,038 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.150s 2022-01-11 15:28:50,039 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1377', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5464dc52-5b3c-4adc-b8bd-4951c3d189b5', 'x-compute-request-id': 'req-5464dc52-5b3c-4adc-b8bd-4951c3d189b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {"tempest-TestShelveInstance-1813410096-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:48"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:50,047 117586 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "ACTIVE/None" after 260 second wait 2022-01-11 15:28:51,132 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.083s 2022-01-11 15:28:51,132 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5152102-8633-44f1-8fa8-fcf099903b0e', 'x-compute-request-id': 'req-f5152102-8633-44f1-8fa8-fcf099903b0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:52,224 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.083s 2022-01-11 15:28:52,224 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddce8f14-5fac-4528-ad25-36445e598e7e', 'x-compute-request-id': 'req-ddce8f14-5fac-4528-ad25-36445e598e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:53,316 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.084s 2022-01-11 15:28:53,316 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b6cd8ab-d0d1-4a5e-b595-9e46a8d40dfc', 'x-compute-request-id': 'req-0b6cd8ab-d0d1-4a5e-b595-9e46a8d40dfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:54,499 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.175s 2022-01-11 15:28:54,500 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28cb60f9-c551-4e7b-97f5-ac73ea5cc961', 'x-compute-request-id': 'req-28cb60f9-c551-4e7b-97f5-ac73ea5cc961', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:55,592 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.084s 2022-01-11 15:28:55,593 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09e5e6dc-a3c2-4152-bee2-9139e4923bb9', 'x-compute-request-id': 'req-09e5e6dc-a3c2-4152-bee2-9139e4923bb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:56,681 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:28:56,682 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4327566-f4b3-4b06-bfc2-4989b9f8714f', 'x-compute-request-id': 'req-b4327566-f4b3-4b06-bfc2-4989b9f8714f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:57,770 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.079s 2022-01-11 15:28:57,770 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b552b38-178b-4712-a561-1b367105b93a', 'x-compute-request-id': 'req-3b552b38-178b-4712-a561-1b367105b93a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:58,859 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:28:58,860 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3285a340-5c17-4e3d-bbc6-75e2baea2881', 'x-compute-request-id': 'req-3285a340-5c17-4e3d-bbc6-75e2baea2881', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:28:59,949 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:28:59,949 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:28:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-041d7993-09b5-4130-b7a3-869bf13e3c7d', 'x-compute-request-id': 'req-041d7993-09b5-4130-b7a3-869bf13e3c7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:01,039 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:29:01,040 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f8166ad-c420-467e-a99a-33848f1bb274', 'x-compute-request-id': 'req-2f8166ad-c420-467e-a99a-33848f1bb274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:02,132 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.083s 2022-01-11 15:29:02,133 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be5eaa5d-dbc1-4ad0-be67-1f7fad1d36bc', 'x-compute-request-id': 'req-be5eaa5d-dbc1-4ad0-be67-1f7fad1d36bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:03,220 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:03,221 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97225faf-ebd1-452a-99b7-dd572b4afdf3', 'x-compute-request-id': 'req-97225faf-ebd1-452a-99b7-dd572b4afdf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:04,315 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:29:04,315 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4377ec0-b370-42ef-a968-13a6efb17d54', 'x-compute-request-id': 'req-e4377ec0-b370-42ef-a968-13a6efb17d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:05,407 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.083s 2022-01-11 15:29:05,407 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-621cd42d-19e4-48aa-96dc-06ab4e9f3d20', 'x-compute-request-id': 'req-621cd42d-19e4-48aa-96dc-06ab4e9f3d20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:06,495 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:06,495 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3b84ca9-460a-409a-b018-bc875926004a', 'x-compute-request-id': 'req-b3b84ca9-460a-409a-b018-bc875926004a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:07,585 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:07,585 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68b41ccb-dfe9-4dad-baec-27386a09049f', 'x-compute-request-id': 'req-68b41ccb-dfe9-4dad-baec-27386a09049f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:08,677 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.084s 2022-01-11 15:29:08,677 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d529ff5a-c321-46b2-8aa0-7b1482df125e', 'x-compute-request-id': 'req-d529ff5a-c321-46b2-8aa0-7b1482df125e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:09,766 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:09,766 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-796443b5-b2b9-4dc2-9b45-7405d68cb208', 'x-compute-request-id': 'req-796443b5-b2b9-4dc2-9b45-7405d68cb208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:10,855 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:10,856 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46bfd608-ab3c-423c-b031-2edf59d30501', 'x-compute-request-id': 'req-46bfd608-ab3c-423c-b031-2edf59d30501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:11,945 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:29:11,945 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d100d60-2203-4483-b386-b5299c556a58', 'x-compute-request-id': 'req-0d100d60-2203-4483-b386-b5299c556a58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:13,036 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:29:13,036 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbdf691b-ae9d-4194-9d9f-81b4f08f9786', 'x-compute-request-id': 'req-cbdf691b-ae9d-4194-9d9f-81b4f08f9786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:14,125 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:29:14,125 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a435d8f4-7e94-4b4c-b30c-035f7b665cb1', 'x-compute-request-id': 'req-a435d8f4-7e94-4b4c-b30c-035f7b665cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:15,249 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.115s 2022-01-11 15:29:15,249 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5cad177-72e4-4722-a87c-c5739750b912', 'x-compute-request-id': 'req-d5cad177-72e4-4722-a87c-c5739750b912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:16,339 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:29:16,340 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5bfc3af0-8b88-4566-83a4-7a3ed3a14245', 'x-compute-request-id': 'req-5bfc3af0-8b88-4566-83a4-7a3ed3a14245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:17,428 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:17,429 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33f4f7be-2313-47a3-91ff-19100be82ceb', 'x-compute-request-id': 'req-33f4f7be-2313-47a3-91ff-19100be82ceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:18,517 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:18,517 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0880e624-8f63-4cdb-b778-c12a39a5404b', 'x-compute-request-id': 'req-0880e624-8f63-4cdb-b778-c12a39a5404b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:19,607 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:29:19,607 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdbf540e-3d2b-48cd-9ec1-cce9639118ae', 'x-compute-request-id': 'req-fdbf540e-3d2b-48cd-9ec1-cce9639118ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:20,699 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.084s 2022-01-11 15:29:20,699 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43536f0a-b1b6-42d3-bcec-35cd47815bff', 'x-compute-request-id': 'req-43536f0a-b1b6-42d3-bcec-35cd47815bff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:21,791 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:29:21,791 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11b15753-5666-40c2-9386-5f378816d93e', 'x-compute-request-id': 'req-11b15753-5666-40c2-9386-5f378816d93e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:22,880 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:22,880 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2497e5a-0176-4dd8-b3d6-8de652dd191b', 'x-compute-request-id': 'req-a2497e5a-0176-4dd8-b3d6-8de652dd191b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:23,973 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.084s 2022-01-11 15:29:23,973 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36055ad1-297e-4e90-8a80-0049954a612f', 'x-compute-request-id': 'req-36055ad1-297e-4e90-8a80-0049954a612f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:25,063 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:29:25,063 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0008c89e-a1dc-487c-8504-a253c4a32cba', 'x-compute-request-id': 'req-0008c89e-a1dc-487c-8504-a253c4a32cba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:26,153 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:29:26,154 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-704d0d59-369f-43b5-906e-747300b360cf', 'x-compute-request-id': 'req-704d0d59-369f-43b5-906e-747300b360cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:27,246 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.084s 2022-01-11 15:29:27,246 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d7bf571-1c10-4508-9da8-bf41dab80143', 'x-compute-request-id': 'req-5d7bf571-1c10-4508-9da8-bf41dab80143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:28,336 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:29:28,337 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5431329-9311-4b3c-8333-d251bce2a820', 'x-compute-request-id': 'req-e5431329-9311-4b3c-8333-d251bce2a820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:29,427 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:29:29,428 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5b860f9-af1e-48d3-9db7-3156b2a93547', 'x-compute-request-id': 'req-e5b860f9-af1e-48d3-9db7-3156b2a93547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:30,522 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.084s 2022-01-11 15:29:30,522 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-552f9dc2-a674-4793-8c0d-84aae792b4c1', 'x-compute-request-id': 'req-552f9dc2-a674-4793-8c0d-84aae792b4c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:31,610 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:31,611 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d977b25-3aa5-48ee-80c3-8bd07ddd0057', 'x-compute-request-id': 'req-8d977b25-3aa5-48ee-80c3-8bd07ddd0057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:32,701 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:29:32,702 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dcb4992-ae43-4f29-a4cf-c19876111bac', 'x-compute-request-id': 'req-7dcb4992-ae43-4f29-a4cf-c19876111bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:33,793 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:29:33,793 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7a3264f-8148-4bd8-ae62-5e7d88bf7fcd', 'x-compute-request-id': 'req-f7a3264f-8148-4bd8-ae62-5e7d88bf7fcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:34,883 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:29:34,884 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8380183c-13f5-40d0-9ea5-271f543beb06', 'x-compute-request-id': 'req-8380183c-13f5-40d0-9ea5-271f543beb06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:35,972 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:35,973 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9c1b178-7969-46cf-8035-2c34aded8e90', 'x-compute-request-id': 'req-f9c1b178-7969-46cf-8035-2c34aded8e90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:37,061 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:37,062 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc96f068-1879-46de-91dc-96486599dd14', 'x-compute-request-id': 'req-dc96f068-1879-46de-91dc-96486599dd14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:38,150 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:38,151 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a870e5e-98be-4040-8cbd-00d2348f8a70', 'x-compute-request-id': 'req-8a870e5e-98be-4040-8cbd-00d2348f8a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:39,239 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:39,240 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2233536-1c07-42b2-b0f4-0a83fa6c48ee', 'x-compute-request-id': 'req-f2233536-1c07-42b2-b0f4-0a83fa6c48ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:40,332 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.084s 2022-01-11 15:29:40,332 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdab10ec-d78d-47ff-b8d0-2ab4748cf7d6', 'x-compute-request-id': 'req-cdab10ec-d78d-47ff-b8d0-2ab4748cf7d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:41,422 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:29:41,422 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05affb58-1f96-4944-9dd1-b6e2a9417144', 'x-compute-request-id': 'req-05affb58-1f96-4944-9dd1-b6e2a9417144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:42,513 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:29:42,513 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a536e772-0586-4fad-9308-dccee2b6404a', 'x-compute-request-id': 'req-a536e772-0586-4fad-9308-dccee2b6404a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:43,602 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:29:43,602 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f8ca041-7936-45ba-895e-e656c17a20b1', 'x-compute-request-id': 'req-1f8ca041-7936-45ba-895e-e656c17a20b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:44,691 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:44,691 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-222c00f2-045d-4b95-a4c7-ed0701c85527', 'x-compute-request-id': 'req-222c00f2-045d-4b95-a4c7-ed0701c85527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:45,780 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:45,780 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b8d023f-7963-4946-86b2-41eedf4274cf', 'x-compute-request-id': 'req-7b8d023f-7963-4946-86b2-41eedf4274cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:46,872 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.083s 2022-01-11 15:29:46,872 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71315067-2c85-48a0-88d4-ea86a9848b67', 'x-compute-request-id': 'req-71315067-2c85-48a0-88d4-ea86a9848b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:47,960 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:47,960 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef080a47-cb27-407f-8628-349d5ac1bc0a', 'x-compute-request-id': 'req-ef080a47-cb27-407f-8628-349d5ac1bc0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:49,049 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:49,049 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31dceba2-93be-4c00-bab9-c5670d1eb170', 'x-compute-request-id': 'req-31dceba2-93be-4c00-bab9-c5670d1eb170', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:50,138 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:50,138 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d954cd3-5809-4b16-9ead-c776be5eed05', 'x-compute-request-id': 'req-5d954cd3-5809-4b16-9ead-c776be5eed05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:51,226 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:51,226 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0299c831-463f-41e9-bff6-9ab80e734c89', 'x-compute-request-id': 'req-0299c831-463f-41e9-bff6-9ab80e734c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:52,316 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:29:52,316 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e92faa04-5e45-4ed0-a2d9-6c84d23a6946', 'x-compute-request-id': 'req-e92faa04-5e45-4ed0-a2d9-6c84d23a6946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:53,413 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.088s 2022-01-11 15:29:53,414 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f39ee22c-1623-4ec4-b2c3-89b74263f0fb', 'x-compute-request-id': 'req-f39ee22c-1623-4ec4-b2c3-89b74263f0fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:54,503 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:54,503 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46afdc4f-d2fb-4a3e-8cbd-13d7e9968af4', 'x-compute-request-id': 'req-46afdc4f-d2fb-4a3e-8cbd-13d7e9968af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:55,592 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:55,592 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17eff305-c059-4f3d-a9a9-2f6ba59327bb', 'x-compute-request-id': 'req-17eff305-c059-4f3d-a9a9-2f6ba59327bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:56,681 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:29:56,681 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d72562a1-fb6d-49f5-ae07-71169c42f58d', 'x-compute-request-id': 'req-d72562a1-fb6d-49f5-ae07-71169c42f58d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:57,771 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:57,771 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cca6514-9869-4889-ae89-0a724a8ca753', 'x-compute-request-id': 'req-0cca6514-9869-4889-ae89-0a724a8ca753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:58,859 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:29:58,860 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82d67e1f-2508-4734-91fe-e4d221940756', 'x-compute-request-id': 'req-82d67e1f-2508-4734-91fe-e4d221940756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:29:59,951 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.084s 2022-01-11 15:29:59,952 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:29:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09ed70cd-5862-4441-a3e0-2b27f4643881', 'x-compute-request-id': 'req-09ed70cd-5862-4441-a3e0-2b27f4643881', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:01,041 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:30:01,041 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1aafab71-63f8-472b-9136-5b175031e66e', 'x-compute-request-id': 'req-1aafab71-63f8-472b-9136-5b175031e66e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:02,130 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:30:02,131 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b103476-b57e-455c-a2d8-ef2252c67add', 'x-compute-request-id': 'req-6b103476-b57e-455c-a2d8-ef2252c67add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:03,218 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.079s 2022-01-11 15:30:03,218 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c73d2a1-2bad-4561-a48f-f084f244ed30', 'x-compute-request-id': 'req-8c73d2a1-2bad-4561-a48f-f084f244ed30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:04,308 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:30:04,309 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f98ca49b-af3e-4760-b5c3-05f5728dbc67', 'x-compute-request-id': 'req-f98ca49b-af3e-4760-b5c3-05f5728dbc67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:05,398 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:30:05,398 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebdfd410-d9ef-4ac1-88c5-6944dab76770', 'x-compute-request-id': 'req-ebdfd410-d9ef-4ac1-88c5-6944dab76770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:06,490 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.083s 2022-01-11 15:30:06,491 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e412c7e8-1593-4add-bca6-83a7956eb411', 'x-compute-request-id': 'req-e412c7e8-1593-4add-bca6-83a7956eb411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:07,583 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.085s 2022-01-11 15:30:07,584 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6a35a83-d54f-41bf-8a6e-ec98c48e0d87', 'x-compute-request-id': 'req-b6a35a83-d54f-41bf-8a6e-ec98c48e0d87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:08,674 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:30:08,675 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6245501-b3ca-451f-b08b-76c9bf63b638', 'x-compute-request-id': 'req-d6245501-b3ca-451f-b08b-76c9bf63b638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:09,766 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.083s 2022-01-11 15:30:09,766 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e792e5bf-b854-42a6-a4ce-4754d6caa261', 'x-compute-request-id': 'req-e792e5bf-b854-42a6-a4ce-4754d6caa261', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:10,857 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:30:10,857 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ce7ea32-fca0-4093-b028-d83b4789b6b8', 'x-compute-request-id': 'req-0ce7ea32-fca0-4093-b028-d83b4789b6b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:11,950 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.084s 2022-01-11 15:30:11,951 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9f20b9a-1828-4186-83c2-a1f311eadf9a', 'x-compute-request-id': 'req-f9f20b9a-1828-4186-83c2-a1f311eadf9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:13,043 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.085s 2022-01-11 15:30:13,044 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd798ed1-aaec-4cf4-8b6d-ba925eb532df', 'x-compute-request-id': 'req-dd798ed1-aaec-4cf4-8b6d-ba925eb532df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:14,131 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:30:14,132 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69d6e324-9e37-4da1-8eea-33be8f12ad5a', 'x-compute-request-id': 'req-69d6e324-9e37-4da1-8eea-33be8f12ad5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:15,222 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:30:15,222 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d651046d-936f-4823-bfab-3bb1de87add1', 'x-compute-request-id': 'req-d651046d-936f-4823-bfab-3bb1de87add1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:16,319 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.088s 2022-01-11 15:30:16,320 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2366163c-15fa-4c23-8c80-4429553f5feb', 'x-compute-request-id': 'req-2366163c-15fa-4c23-8c80-4429553f5feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:17,408 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:30:17,408 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53ab4339-6c46-4b2d-8d39-5122e9e02eef', 'x-compute-request-id': 'req-53ab4339-6c46-4b2d-8d39-5122e9e02eef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:18,501 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.085s 2022-01-11 15:30:18,502 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c19c512-f983-4a01-97f6-5c64f2552cff', 'x-compute-request-id': 'req-3c19c512-f983-4a01-97f6-5c64f2552cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:19,591 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:30:19,592 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7391643b-fb18-4519-b6b1-2c5840a233de', 'x-compute-request-id': 'req-7391643b-fb18-4519-b6b1-2c5840a233de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:20,686 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.085s 2022-01-11 15:30:20,686 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0179a179-588c-4910-996c-0e7f433add3c', 'x-compute-request-id': 'req-0179a179-588c-4910-996c-0e7f433add3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:21,776 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:30:21,777 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-549a2a3c-6648-41eb-bd87-b3f18f94e97c', 'x-compute-request-id': 'req-549a2a3c-6648-41eb-bd87-b3f18f94e97c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:22,865 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:30:22,865 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69e83e0c-7ae3-46db-acf0-92abb0c0c860', 'x-compute-request-id': 'req-69e83e0c-7ae3-46db-acf0-92abb0c0c860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:23,955 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:30:23,956 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d29f45ff-1274-4bf0-ae73-09ca5604a8ca', 'x-compute-request-id': 'req-d29f45ff-1274-4bf0-ae73-09ca5604a8ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:25,064 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.100s 2022-01-11 15:30:25,064 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2aec6b5-b848-4ca7-ab35-cdcbc7c9cbd2', 'x-compute-request-id': 'req-d2aec6b5-b848-4ca7-ab35-cdcbc7c9cbd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:26,155 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:30:26,156 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee003103-bb5a-40b0-9e13-79eb4b9e164f', 'x-compute-request-id': 'req-ee003103-bb5a-40b0-9e13-79eb4b9e164f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:27,244 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:30:27,245 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f14402f9-373e-4cef-a198-558431ed4ff3', 'x-compute-request-id': 'req-f14402f9-373e-4cef-a198-558431ed4ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:28,335 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.082s 2022-01-11 15:30:28,335 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83f64b82-1546-4174-b794-6b76abc58896', 'x-compute-request-id': 'req-83f64b82-1546-4174-b794-6b76abc58896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:29,425 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.081s 2022-01-11 15:30:29,425 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bdf3407-d08b-4fc7-b7e0-90a1fc78fe9f', 'x-compute-request-id': 'req-7bdf3407-d08b-4fc7-b7e0-90a1fc78fe9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:30,513 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0 0.080s 2022-01-11 15:30:30,514 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1214', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a070a2b-923e-4ef6-afd3-33db595269b2', 'x-compute-request-id': 'req-8a070a2b-923e-4ef6-afd3-33db595269b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0'} Body: b'{"server": {"id": "347a0a52-47fa-4799-97ca-551bc356aca0", "name": "tempest-TestShelveInstance-server-2102435396", "status": "ACTIVE", "tenant_id": "650f188bc41c4e3287333c86a814f108", "user_id": "7306e551d8234142977681a0d803a21a", "metadata": {}, "hostId": "19129a9fdfa5b8158d3c3b043b2133c44c8811f6af87ad3c7ffdc1f5", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.52/compute/flavors/452"}]}, "created": "2022-01-11T15:14:42Z", "updated": "2022-01-11T15:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.52/compute/v2.1/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}, {"rel": "bookmark", "href": "http://10.222.0.52/compute/servers/347a0a52-47fa-4799-97ca-551bc356aca0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1509984335", "OS-SRV-USG:launched_at": "2022-01-11T15:15:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "26dede4d-322d-430a-9539-6675af943646"}]}}' 2022-01-11 15:30:30,731 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.52:9696/v2.0/security-groups/d361ab57-2700-466d-896b-d367f33b32fd 0.210s 2022-01-11 15:30:30,731 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-c1f38536-03f8-4be9-ac74-bd790f82e3ce', 'content-length': '0', 'date': 'Tue, 11 Jan 2022 15:30:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups/d361ab57-2700-466d-896b-d367f33b32fd'} Body: b'' 2022-01-11 15:30:30,861 117586 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1509984335 0.130s 2022-01-11 15:30:30,862 117586 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:30:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48339a83-3413-4ab8-9b3e-60ee2ea56162', 'x-compute-request-id': 'req-48339a83-3413-4ab8-9b3e-60ee2ea56162', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1509984335'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 141, in wait_for_server_termination raise lib_exc.TimeoutException tempest.lib.exceptions.TimeoutException: Request timed out Details: None }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 95, in _create_server_then_shelve_and_unshelve self._shelve_then_unshelve_server(server) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 55, in _shelve_then_unshelve_server compute.shelve_server(self.servers_client, server['id'], File "/opt/stack/tempest/tempest/common/compute.py", line 291, in shelve_server waiters.wait_for_server_status(servers_client, server_id, File "/opt/stack/tempest/tempest/common/waiters.py", line 96, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (TestShelveInstance:test_shelve_volume_backed_instance) Server 347a0a52-47fa-4799-97ca-551bc356aca0 failed to reach SHELVED_OFFLOADED status and task state "None" within the required time (360 s). Current status: ACTIVE. Current task state: shelving. |
||||||
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
fail
ft23.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-01-11 15:39:05,361 117589 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2022-01-11 15:39:06,038 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.52/compute/v2.1/os-keypairs 0.676s 2022-01-11 15:39:06,038 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1763941462"}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3c26510-9898-4d7d-aea0-a6e08fedc56d', 'x-compute-request-id': 'req-f3c26510-9898-4d7d-aea0-a6e08fedc56d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAs+0N97uJEALARsB4NF5hTmCZ4+ZooavA/q+Kd1MJoENIjzeZ\\nUzHkAPghQ4FskCspsjkkEcIRr3ebLKnTL7J8QRXlAIdPsuCF+AuJrlqR9tsLLkt9\\nhcdQmPBiI7gj6/piRxPP1gRXOVqBwhYWLwr5Vlq+T2vkb6MPtn8JHDSeiNyptWEo\\nDE+7pqxcW57P38ihJ0NoCzT1uymQCIiGw8ipgqjjEwVUHzQ0/LeTi8zcz1I30Ayi\\n5YvGKlIJuUUkJ3Iiv4rgy5Sci1PjB+JD4W1GM+gcT0smEHZC/qg2CgKLbngz//v8\\nCHMWtH3hSKr2ci3IBiq+SdG18WRSGPKEitlALQIDAQABAoIBAE4mnzSFfok3yLBy\\nlUOZ4wYaK32z7KqcYZ2+PZSKutmjn/alHbHnL7PEEx6xLqiINvo0m5gjBW+DsiD6\\nOsKy8gmLKwbJvzJhF4+f41OZ/2CL0BVxsLnU0ws7DkWZi/DJtrpMvq+k/wXobAgT\\nc9tHFvoNPDBfGr/qwb5w+1IHAP1MsJfYzjK7FJrqaM3A9BSmwf5J8ycvcXygKK5T\\nc1ANVdDd9xoDtEc6b+XozddTR/GouBrApQeqre7t/nHPr1YUdFA8zngP3WTab6Wv\\nlzSQaosRNs74CgTpmlAfzoT3f+6Gi5eFoxEpnb2IgbZAPLTvcXKnjcgl3tRzMDLT\\n5sNMArkCgYEA5CRMIZnr12oC6dI6qblGUCCb6zsDlBGPTrcirl8y31NkiPq0Card\\njChzZ4df3bZdiFA8itYn1gebE+5TgbSRZHqZyLeFbczezFN0axrgreMwRT9GeohP\\n60obynu8BzBmok9eUB+TsEvbSsi6srX3GJ7sx5Cj0wuhMdX//yfbbdsCgYEAyeWI\\nllLwQ13tdNZknj+8g7z28Di5bKIyAyuyfQtrvSSH9oXLF4bScxUw1r4klwUXx3Gi\\nA83+mz5TDS1Bl3YQOUWY4e57l2HY2sXrL4707Ig56ytwmOzlE7ggcTJPnA5h6cS/\\n5O/vZlgs5FHpcGu5J6QrvVl6FfU69p935MaOnJcCgYEAt9dUDgOl28mOnXMOWLR3\\nJ5yPaGf+wzO/QpQq+061hOcDbapwqBWrQAVcscGSC+ynxG+7ybk3Eq7AVbhITI4A\\nV3LAN9FDUS61HvvlJWXcReN8g2Cw3462sAjhCjLZWwWyvvqsKm63qWoHRWUppVci\\nzhFLBqnUif2mIK2tA6TPmt8CgYEAjg+mdi/Rw3U5+nZIwlkSqpeyIgGn51qRWk3K\\n/9Wjb6leygYGi31gY33Lqa6NTH5W5w179LVjq5TFF4Z6mrqGW+Yu1vrZmAFPd1DA\\nVex/RlfseR9N0S0PWzq6CSxfe+1a1ASPCeYSS69LlzRTz7jcxZns9QUatIyjeplm\\n4WEdQ+0CgYARcNvLaF0+wZG+9esDTuC7wl6kmkXwn5X3IFVQN2CNHnx1rnYiT+ju\\n5Ebx4TtYpZg0fJgXfBzAcHDe88NO7qmo7lnJ6/ilBvz2H5T+LiOcIoiH0y14kGxE\\n+RTR461mDg1wuBRJNs06YPGz/ofilTKW0KloO3PCi5W5h7tymFnXBw==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestVolumeBootPattern-1763941462", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCz7Q33u4kQAsBGwHg0XmFOYJnj5mihq8D+r4p3UwmgQ0iPN5lTMeQA+CFDgWyQKymyOSQRwhGvd5ssqdMvsnxBFeUAh0+y4IX4C4muWpH22wsuS32Fx1CY8GIjuCPr+mJHE8/WBFc5WoHCFhYvCvlWWr5Pa+Rvow+2fwkcNJ6I3Km1YSgMT7umrFxbns/fyKEnQ2gLNPW7KZAIiIbDyKmCqOMTBVQfNDT8t5OLzNzPUjfQDKLli8YqUgm5RSQnciK/iuDLlJyLU+MH4kPhbUYz6BxPSyYQdkL+qDYKAotueDP/+/wIcxa0feFIqvZyLcgGKr5J0bXxZFIY8oSK2UAt Generated-by-Nova", "fingerprint": "14:8d:e9:c2:15:50:d1:a1:94:c9:26:24:1a:b5:2c:5f", "user_id": "574122deca044c429defe1ba93f6697b"}}' 2022-01-11 15:39:06,334 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/v2.0/security-groups 0.294s 2022-01-11 15:39:06,335 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-2096339741", "description": "tempest-secgroup-smoke-2096339741 description", "project_id": "f31c9233f808402dac7116ed122dd033"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-3e9e2d09-7de3-4a0d-ac37-4a690b9eae9a', 'date': 'Tue, 11 Jan 2022 15:39:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "name": "tempest-secgroup-smoke-2096339741", "stateful": true, "tenant_id": "f31c9233f808402dac7116ed122dd033", "description": "tempest-secgroup-smoke-2096339741 description", "shared": false, "security_group_rules": [{"id": "a40b238a-e41d-42dc-b3d9-9160d852837c", "tenant_id": "f31c9233f808402dac7116ed122dd033", "security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 488, "description": null, "tags": [], "created_at": "2022-01-11T15:39:06Z", "updated_at": "2022-01-11T15:39:06Z", "revision_number": 0, "project_id": "f31c9233f808402dac7116ed122dd033"}, {"id": "fd351320-714d-412b-815c-cbe821fd31ac", "tenant_id": "f31c9233f808402dac7116ed122dd033", "security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 489, "description": null, "tags": [], "created_at": "2022-01-11T15:39:06Z", "updated_at": "2022-01-11T15:39:06Z", "revision_number": 0, "project_id": "f31c9233f808402dac7116ed122dd033"}], "tags": [], "created_at": "2022-01-11T15:39:06Z", "updated_at": "2022-01-11T15:39:06Z", "revision_number": 1, "project_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:06,622 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.286s 2022-01-11 15:39:06,622 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "project_id": "f31c9233f808402dac7116ed122dd033", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-e629833e-77b0-4b5a-a70c-115b1a54d8c4', 'date': 'Tue, 11 Jan 2022 15:39:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e00691e1-880a-47a9-b2b0-230a98e0c219", "tenant_id": "f31c9233f808402dac7116ed122dd033", "security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:39:06Z", "updated_at": "2022-01-11T15:39:06Z", "revision_number": 0, "project_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:06,939 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.317s 2022-01-11 15:39:06,940 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "project_id": "f31c9233f808402dac7116ed122dd033", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-6b271db3-23d2-4966-88e0-3ebdd188db95', 'date': 'Tue, 11 Jan 2022 15:39:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f640e4c5-2fa8-40a3-87e8-0373e5173a7c", "tenant_id": "f31c9233f808402dac7116ed122dd033", "security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:39:06Z", "updated_at": "2022-01-11T15:39:06Z", "revision_number": 0, "project_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:07,216 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.276s 2022-01-11 15:39:07,216 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "project_id": "f31c9233f808402dac7116ed122dd033", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e308cc87-10bd-49a3-9317-1f6a86294a05', 'date': 'Tue, 11 Jan 2022 15:39:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7c062be3-cb42-496c-9535-c117ad600465", "tenant_id": "f31c9233f808402dac7116ed122dd033", "security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:39:07Z", "updated_at": "2022-01-11T15:39:07Z", "revision_number": 0, "project_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:07,553 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.336s 2022-01-11 15:39:07,553 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "project_id": "f31c9233f808402dac7116ed122dd033", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-8cdb1045-1c06-42dc-bc9d-007daf859463', 'date': 'Tue, 11 Jan 2022 15:39:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "953168df-5f54-4eb3-932e-046484fa37a9", "tenant_id": "f31c9233f808402dac7116ed122dd033", "security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:39:07Z", "updated_at": "2022-01-11T15:39:07Z", "revision_number": 0, "project_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:07,867 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.313s 2022-01-11 15:39:07,868 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "project_id": "f31c9233f808402dac7116ed122dd033", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-a8dca3e9-c9e7-45f5-8bc5-a240417d7e4c', 'date': 'Tue, 11 Jan 2022 15:39:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f1a26176-7254-45aa-b301-c64725e30af0", "tenant_id": "f31c9233f808402dac7116ed122dd033", "security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:39:07Z", "updated_at": "2022-01-11T15:39:07Z", "revision_number": 0, "project_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:08,171 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.52:9696/v2.0/security-group-rules 0.302s 2022-01-11 15:39:08,171 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "project_id": "f31c9233f808402dac7116ed122dd033", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-bb9d87e7-1471-41ba-9985-203c31627c5c', 'date': 'Tue, 11 Jan 2022 15:39:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.52:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a65797f0-1aeb-4038-bff6-529a91731776", "tenant_id": "f31c9233f808402dac7116ed122dd033", "security_group_id": "8bd03559-42ea-483c-8fee-180c41e7dbb8", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-01-11T15:39:08Z", "updated_at": "2022-01-11T15:39:08Z", "revision_number": 0, "project_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:08,172 117589 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2022-01-11 15:39:08,193 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/image/v2/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9 0.020s 2022-01-11 15:39:08,193 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-af3e285b-a569-4a89-b1c2-366927536a86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/image/v2/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "197efe17c5b34c5bb0eb19c5b2333c44", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "created_at": "2022-01-11T15:04:23Z", "updated_at": "2022-01-11T15:04:41Z", "tags": [], "self": "/v2/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9", "file": "/v2/images/d0ce98ab-06a2-4e75-9f37-288864a22cb9/file", "schema": "/v2/schemas/image"}' 2022-01-11 15:39:08,830 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes 0.637s 2022-01-11 15:39:08,831 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "snapshot_id": null, "imageRef": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40af475b-2354-4328-aa40-62ae903b8e80', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40af475b-2354-4328-aa40-62ae903b8e80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:08.591499", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-01-11 15:39:08,916 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.078s 2022-01-11 15:39:08,916 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1db4c8c-e5fa-4caf-a53f-b133fac60d8e', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1db4c8c-e5fa-4caf-a53f-b133fac60d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:09,976 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.052s 2022-01-11 15:39:09,977 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a771073d-9c61-414d-9048-e37e715c4f49', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a771073d-9c61-414d-9048-e37e715c4f49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:11,041 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:39:11,041 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40c7289d-0ce8-4294-b89f-c1f7a74f5251', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40c7289d-0ce8-4294-b89f-c1f7a74f5251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:12,108 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.058s 2022-01-11 15:39:12,108 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f76c004-75c5-44fa-ae7e-eb7a18bdc5f1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f76c004-75c5-44fa-ae7e-eb7a18bdc5f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:13,169 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:39:13,170 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ed60a67-ddd7-4831-bed6-86e0c84c5f46', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ed60a67-ddd7-4831-bed6-86e0c84c5f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:14,233 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:39:14,233 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf38660a-a176-4c38-a636-dd6fbad7a1e3', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf38660a-a176-4c38-a636-dd6fbad7a1e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:15,314 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.074s 2022-01-11 15:39:15,315 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b34c318e-c90c-4542-91ba-b34c4a98726c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b34c318e-c90c-4542-91ba-b34c4a98726c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:16,376 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:39:16,377 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e208e92d-c70e-448a-91a4-291e51ecb948', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e208e92d-c70e-448a-91a4-291e51ecb948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:17,438 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.052s 2022-01-11 15:39:17,438 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e630801f-4f82-4b01-91e1-e72f47dd16e3', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e630801f-4f82-4b01-91e1-e72f47dd16e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:18,510 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.064s 2022-01-11 15:39:18,511 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77267084-cf3d-406f-914d-bb2a7a530fc9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77267084-cf3d-406f-914d-bb2a7a530fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:19,573 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:39:19,573 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e1aa5e5-0e13-4a83-a502-7685fe03c5a0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e1aa5e5-0e13-4a83-a502-7685fe03c5a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:20,637 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.057s 2022-01-11 15:39:20,637 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e18527c3-39b8-4592-abba-3ff0ef04f980', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e18527c3-39b8-4592-abba-3ff0ef04f980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:21,704 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.059s 2022-01-11 15:39:21,705 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc40701-42fd-4578-a51a-c5aece682f9a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc40701-42fd-4578-a51a-c5aece682f9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:22,764 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.051s 2022-01-11 15:39:22,765 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e71eff-4c36-4c29-81b6-9a32bd2314f1', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e71eff-4c36-4c29-81b6-9a32bd2314f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:23,825 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.052s 2022-01-11 15:39:23,825 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e86a0501-f8d4-4b23-b58d-696a1eca1a21', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e86a0501-f8d4-4b23-b58d-696a1eca1a21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:24,887 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:39:24,887 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b5df86e-d4e2-4b31-b4ec-0625869924e0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b5df86e-d4e2-4b31-b4ec-0625869924e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:25,950 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:39:25,950 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0fee013-db89-4296-99f8-d7da179f3fd9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0fee013-db89-4296-99f8-d7da179f3fd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:27,011 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:39:27,012 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f996fda-ffe1-44c8-8aac-83c4df463c18', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f996fda-ffe1-44c8-8aac-83c4df463c18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:28,074 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:39:28,075 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef7af78a-f537-4873-9fec-b667b5146989', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef7af78a-f537-4873-9fec-b667b5146989', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:29,143 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.060s 2022-01-11 15:39:29,143 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f04d777-62bb-48f2-af31-81d59c44af56', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f04d777-62bb-48f2-af31-81d59c44af56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:30,206 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:39:30,206 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39549fd5-65c8-4e12-aabf-c7d0d0e90984', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39549fd5-65c8-4e12-aabf-c7d0d0e90984', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:31,270 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:39:31,270 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d59259f-fd21-404d-b32c-0a64efb71e97', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d59259f-fd21-404d-b32c-0a64efb71e97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:32,331 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:39:32,332 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a3582b7-334c-4b51-9c9b-0a39f6bacadb', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a3582b7-334c-4b51-9c9b-0a39f6bacadb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:33,393 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:39:33,394 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5675f836-7171-4257-befb-b51a99710519', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5675f836-7171-4257-befb-b51a99710519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:34,454 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.052s 2022-01-11 15:39:34,455 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b4882fd-6824-4109-a660-55b70cd1cde7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b4882fd-6824-4109-a660-55b70cd1cde7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:35,519 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:39:35,519 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf7d430b-6ad4-4db6-95e2-824929df0ff0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf7d430b-6ad4-4db6-95e2-824929df0ff0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:36,582 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:39:36,582 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f92cb33b-2b60-4667-b610-f0e410baf602', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f92cb33b-2b60-4667-b610-f0e410baf602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:37,643 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:39:37,644 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-139efdc2-6c0b-422c-8304-3eb9ff43ea00', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-139efdc2-6c0b-422c-8304-3eb9ff43ea00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:38,707 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:39:38,707 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b8bedb7-2f90-45d1-9c2f-0ba4b3f5770a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b8bedb7-2f90-45d1-9c2f-0ba4b3f5770a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:39,769 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:39:39,769 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66208701-a8e7-4988-a3c2-1ee5a5928175', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66208701-a8e7-4988-a3c2-1ee5a5928175', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:40,830 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.052s 2022-01-11 15:39:40,831 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-879713aa-7bcb-469d-a005-06c0c20070dc', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-879713aa-7bcb-469d-a005-06c0c20070dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:41,893 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:39:41,893 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b9791f0-3cd7-4331-bdbe-4301a9acb557', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b9791f0-3cd7-4331-bdbe-4301a9acb557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:42,954 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.052s 2022-01-11 15:39:42,954 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-082f40d1-e19d-47bc-9868-a2ab47f5fcbf', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-082f40d1-e19d-47bc-9868-a2ab47f5fcbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:44,017 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:39:44,017 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9172c898-3072-4114-8308-edd10c52437a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9172c898-3072-4114-8308-edd10c52437a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:45,079 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:39:45,079 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58aa0031-7fa3-437e-8d8a-661c2751bf30', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58aa0031-7fa3-437e-8d8a-661c2751bf30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:46,140 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.052s 2022-01-11 15:39:46,140 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95acbea-eb48-474c-9538-e9bce1960b03', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95acbea-eb48-474c-9538-e9bce1960b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:47,218 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.070s 2022-01-11 15:39:47,218 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84dab022-369d-4469-88f2-a34578a90861', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84dab022-369d-4469-88f2-a34578a90861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:48,284 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.058s 2022-01-11 15:39:48,284 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb7df2bf-c9f1-42ff-8ef9-331e6708a3eb', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb7df2bf-c9f1-42ff-8ef9-331e6708a3eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:49,346 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:39:49,346 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-245df5e2-0d9c-4d96-be9b-fc5732929670', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-245df5e2-0d9c-4d96-be9b-fc5732929670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:50,408 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:39:50,409 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e665eba3-d98f-4ba6-8d02-93f37a49d638', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e665eba3-d98f-4ba6-8d02-93f37a49d638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:51,602 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.185s 2022-01-11 15:39:51,603 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f63eac44-5ca5-4534-a79a-6f2682fd1b2a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f63eac44-5ca5-4534-a79a-6f2682fd1b2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:52,667 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:39:52,667 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a587017-d2a8-4387-b744-cb6f56b4e8bf', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a587017-d2a8-4387-b744-cb6f56b4e8bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:53,730 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:39:53,730 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11357bca-4c0f-413c-9eb4-3632313116f3', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11357bca-4c0f-413c-9eb4-3632313116f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:54,793 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:39:54,794 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ee2ad8c-34f4-4151-a4fd-abbddf0b0fe4', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ee2ad8c-34f4-4151-a4fd-abbddf0b0fe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:55,856 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:39:55,856 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36b11700-6b62-463d-aa74-7cb576839a45', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36b11700-6b62-463d-aa74-7cb576839a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:56,918 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:39:56,918 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2ab5c98-1b47-494d-a49c-e0a6806c5a91', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2ab5c98-1b47-494d-a49c-e0a6806c5a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:57,984 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.058s 2022-01-11 15:39:57,985 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-535315e9-aa2b-4534-acb5-894245ade7c9', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-535315e9-aa2b-4534-acb5-894245ade7c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:39:59,044 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.051s 2022-01-11 15:39:59,044 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86334d0c-b204-4b47-a6c2-0c2e6bdfe6b0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86334d0c-b204-4b47-a6c2-0c2e6bdfe6b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:00,105 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:40:00,105 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da4c7a29-a2aa-4022-b4bf-12966296a1d5', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da4c7a29-a2aa-4022-b4bf-12966296a1d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:01,169 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:40:01,169 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25032326-e3e9-4b12-9866-94a79b17e351', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25032326-e3e9-4b12-9866-94a79b17e351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:02,236 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.058s 2022-01-11 15:40:02,236 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fddab22e-7fd8-4cac-bd47-9217c20d7a0b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fddab22e-7fd8-4cac-bd47-9217c20d7a0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:03,296 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.051s 2022-01-11 15:40:03,296 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44819281-5009-4130-ae3e-a7a164ea03fd', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44819281-5009-4130-ae3e-a7a164ea03fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:04,360 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:40:04,360 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04a87844-dd07-4d9a-a8ba-0d6e553a76b0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04a87844-dd07-4d9a-a8ba-0d6e553a76b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:05,421 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:40:05,422 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfe296d3-7282-469a-8a14-4eae4f9f8555', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfe296d3-7282-469a-8a14-4eae4f9f8555', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:06,485 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:40:06,485 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e44bca7-a0ab-4e58-84e5-5f34028531f6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e44bca7-a0ab-4e58-84e5-5f34028531f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:07,548 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:40:07,548 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b55b01c9-5fb0-414f-ac71-a27be1e636c8', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b55b01c9-5fb0-414f-ac71-a27be1e636c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:08,615 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.058s 2022-01-11 15:40:08,615 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-844fa5d3-e5b6-4c9a-aece-a967927ef171', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-844fa5d3-e5b6-4c9a-aece-a967927ef171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:09,678 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:40:09,678 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbe57851-0091-4626-bae3-23a49b59bbed', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbe57851-0091-4626-bae3-23a49b59bbed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:10,745 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.059s 2022-01-11 15:40:10,746 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6c17bb5-9fc7-4fc4-aa25-93ed3f56b2cf', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6c17bb5-9fc7-4fc4-aa25-93ed3f56b2cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:11,809 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:40:11,809 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b9b3c1a-e5e3-4885-9369-45122203c402', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b9b3c1a-e5e3-4885-9369-45122203c402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:12,874 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.057s 2022-01-11 15:40:12,875 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c8523b8-6fd7-481c-9dc7-422400c423f2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c8523b8-6fd7-481c-9dc7-422400c423f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:13,937 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:40:13,937 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb194cc-466c-4315-a907-7ca7ef3a560e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb194cc-466c-4315-a907-7ca7ef3a560e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:15,000 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:40:15,000 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df5636ab-86e8-45f6-b37b-7ea5a25e2cdf', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df5636ab-86e8-45f6-b37b-7ea5a25e2cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:16,062 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:40:16,063 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64de6929-1fc7-4f28-93d9-4bb62f0d84ed', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64de6929-1fc7-4f28-93d9-4bb62f0d84ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:17,176 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:40:17,176 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53355029-4905-40af-86cc-b4010634af01', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53355029-4905-40af-86cc-b4010634af01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:18,219 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.036s 2022-01-11 15:40:18,219 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b477dfc-d567-477d-8d2b-5caa1a1d0b4c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b477dfc-d567-477d-8d2b-5caa1a1d0b4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:19,286 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.059s 2022-01-11 15:40:19,287 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6efcf5a1-4870-498a-a016-ee40e07cb29a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6efcf5a1-4870-498a-a016-ee40e07cb29a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:20,350 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:40:20,351 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78dbcc5e-2bcb-4963-b4dd-487b4e183597', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78dbcc5e-2bcb-4963-b4dd-487b4e183597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:21,413 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:40:21,414 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-343ee3c0-8c2d-49f4-8a92-6b90a1b220cc', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-343ee3c0-8c2d-49f4-8a92-6b90a1b220cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:22,477 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:40:22,478 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77fa8d8b-b62c-4794-9bca-3f013ae5fc19', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77fa8d8b-b62c-4794-9bca-3f013ae5fc19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:23,545 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.060s 2022-01-11 15:40:23,545 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5d5eeff-49d4-44c2-82e9-65e42205f117', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5d5eeff-49d4-44c2-82e9-65e42205f117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:24,607 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:40:24,608 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-add0fbe2-621a-46c8-8533-9a7420606f14', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-add0fbe2-621a-46c8-8533-9a7420606f14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:25,667 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.051s 2022-01-11 15:40:25,667 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fb891e3-d0c7-4c7a-b83e-5c45eb434988', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fb891e3-d0c7-4c7a-b83e-5c45eb434988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:26,731 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:40:26,731 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63dc2df9-c9c2-483c-9788-71c70d67f43c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63dc2df9-c9c2-483c-9788-71c70d67f43c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:27,792 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:40:27,792 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a9acd56-cece-48ea-b1cf-bd087021ddf4', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a9acd56-cece-48ea-b1cf-bd087021ddf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:28,856 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:40:28,856 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db8f8bc3-5412-4b4d-aed7-4b979b2b6ef2', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db8f8bc3-5412-4b4d-aed7-4b979b2b6ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:29,924 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.060s 2022-01-11 15:40:29,925 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ad90e37-18eb-4828-939b-a1e5f5de4755', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ad90e37-18eb-4828-939b-a1e5f5de4755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:31,007 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.073s 2022-01-11 15:40:31,007 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-392cb286-8db2-4afb-824c-1be74a6ed717', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-392cb286-8db2-4afb-824c-1be74a6ed717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:32,050 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.035s 2022-01-11 15:40:32,050 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b14059e-8798-4aac-b58c-a176fc54e2d6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b14059e-8798-4aac-b58c-a176fc54e2d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:33,111 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.052s 2022-01-11 15:40:33,111 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4cf7880-9cb8-481b-936b-3a7c881ff7f3', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4cf7880-9cb8-481b-936b-3a7c881ff7f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:34,175 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:40:34,176 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71985bd1-b614-4d0f-b245-3b29b093ac94', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71985bd1-b614-4d0f-b245-3b29b093ac94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:35,238 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:40:35,238 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2f8ec3d-59e8-4051-a4c9-5483df00eb51', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2f8ec3d-59e8-4051-a4c9-5483df00eb51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:36,301 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:40:36,301 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc1e984-75be-40c3-ba39-fa240b4d6f79', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc1e984-75be-40c3-ba39-fa240b4d6f79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:37,372 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.063s 2022-01-11 15:40:37,373 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-800a9f28-9750-47e2-a895-5fdef4a53ad0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-800a9f28-9750-47e2-a895-5fdef4a53ad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:38,433 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.052s 2022-01-11 15:40:38,433 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22d9099c-d727-4a45-abea-a64278b07758', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22d9099c-d727-4a45-abea-a64278b07758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:39,496 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:40:39,497 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74bae83d-1201-4f67-9772-5bb149b0af3f', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74bae83d-1201-4f67-9772-5bb149b0af3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:40,558 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:40:40,558 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-434bc0e0-033a-4873-80d3-5ea601d6ae52', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-434bc0e0-033a-4873-80d3-5ea601d6ae52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:41,621 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:40:41,621 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c56c830-2d51-4cb9-aa3a-5a7f2aa56c88', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c56c830-2d51-4cb9-aa3a-5a7f2aa56c88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:42,688 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.058s 2022-01-11 15:40:42,688 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2ad3ae3-0a04-4395-8d58-f2a3a2dd911b', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2ad3ae3-0a04-4395-8d58-f2a3a2dd911b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:43,751 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:40:43,751 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2db024a-445d-4dd9-8fe7-9e5d0092492a', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2db024a-445d-4dd9-8fe7-9e5d0092492a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:44,816 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.057s 2022-01-11 15:40:44,816 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4caf316-00ed-4f9a-b61a-94796574e0f5', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4caf316-00ed-4f9a-b61a-94796574e0f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:45,878 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:40:45,878 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-847703dd-38c5-4f32-b105-5fa8574100a7', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-847703dd-38c5-4f32-b105-5fa8574100a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:46,945 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.059s 2022-01-11 15:40:46,946 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8af60704-b46e-4338-adf5-62ea6de6eed6', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8af60704-b46e-4338-adf5-62ea6de6eed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:48,014 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.061s 2022-01-11 15:40:48,015 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60293863-f587-4c7d-845b-e7dfbf7cb5ff', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60293863-f587-4c7d-845b-e7dfbf7cb5ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:49,077 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.053s 2022-01-11 15:40:49,077 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18a876d7-c118-400f-a6a3-287a0703375c', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18a876d7-c118-400f-a6a3-287a0703375c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:50,137 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.052s 2022-01-11 15:40:50,137 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d615253-25b4-458e-86f0-d2c11d5e61cb', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d615253-25b4-458e-86f0-d2c11d5e61cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:51,200 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:40:51,201 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cbb2893-97d9-4cf7-81b3-e2f9498f1420', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cbb2893-97d9-4cf7-81b3-e2f9498f1420', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:52,266 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.057s 2022-01-11 15:40:52,266 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-684bc1be-3613-4898-b662-000255f06d13', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-684bc1be-3613-4898-b662-000255f06d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:53,328 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:40:53,328 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a80a6274-506a-4cd9-80e7-265bbbcaeefa', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a80a6274-506a-4cd9-80e7-265bbbcaeefa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:54,393 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.057s 2022-01-11 15:40:54,393 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac98a249-c2e0-4f1e-acd9-59da3b7df340', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac98a249-c2e0-4f1e-acd9-59da3b7df340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:55,535 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.133s 2022-01-11 15:40:55,535 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d9a0c94-2c8f-4a3d-8990-f34571b8d222', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d9a0c94-2c8f-4a3d-8990-f34571b8d222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:56,581 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:40:56,581 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b9b127f-d375-48bd-ae5d-637fd7312404', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b9b127f-d375-48bd-ae5d-637fd7312404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:40:57,639 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.050s 2022-01-11 15:40:57,639 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-161d802c-51b5-42d9-bab7-40a361f9fbcd', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-161d802c-51b5-42d9-bab7-40a361f9fbcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:41:46,908 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 48.261s 2022-01-11 15:41:46,909 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-983a3d7b-7197-4281-9cd8-3f809db8b625', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-983a3d7b-7197-4281-9cd8-3f809db8b625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:42:47,974 117589 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 2022-01-11 15:42:58,457 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 70.540s 2022-01-11 15:42:58,458 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db4f997-10e4-4182-8ac7-5e7d269ac84e', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db4f997-10e4-4182-8ac7-5e7d269ac84e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:43:47,769 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 48.304s 2022-01-11 15:43:47,770 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d71b9b36-6f5b-4a58-b29a-363f91e201c5', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d71b9b36-6f5b-4a58-b29a-363f91e201c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:44:48,840 117589 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.52', port=80): Read timed out. (read timeout=60)")': /volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 2022-01-11 15:44:59,860 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 71.082s 2022-01-11 15:44:59,861 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd103efb-1d4f-4367-8220-a5be3fac0eb8', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd103efb-1d4f-4367-8220-a5be3fac0eb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:45:47,975 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 47.106s 2022-01-11 15:45:47,976 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe708d60-8409-421b-8b70-ea6d1cc04636', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe708d60-8409-421b-8b70-ea6d1cc04636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:45:48,058 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.075s 2022-01-11 15:45:48,059 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '285', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c4f9238-c110-414f-876a-d6f9387bac26', 'x-openstack-request-id': 'req-9c4f9238-c110-414f-876a-d6f9387bac26', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer."}}' 2022-01-11 15:45:48,095 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.035s 2022-01-11 15:45:48,096 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbeb6576-d811-4f08-a696-d01385762813', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbeb6576-d811-4f08-a696-d01385762813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:45:49,138 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.035s 2022-01-11 15:45:49,139 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4b29871-c061-449e-85ac-3bff9a8752b0', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4b29871-c061-449e-85ac-3bff9a8752b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:45:50,183 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.036s 2022-01-11 15:45:50,183 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15b279e7-fe5c-4fc2-9ca1-088c0dc93545', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15b279e7-fe5c-4fc2-9ca1-088c0dc93545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:45:51,246 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.054s 2022-01-11 15:45:51,246 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7390e6ed-a922-4161-8041-551d726a2cdf', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7390e6ed-a922-4161-8041-551d726a2cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:45:52,310 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:45:52,310 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f32d152-425a-470c-968e-a694a67ada96', 'content-length': '977', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f32d152-425a-470c-968e-a694a67ada96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:39:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:45:53,372 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:45:53,372 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3adc2bec-c155-47a2-a30d-4173d6f87ccc', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3adc2bec-c155-47a2-a30d-4173d6f87ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:45:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:45:54,603 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.223s 2022-01-11 15:45:54,603 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95330a18-5c98-4a84-9fb7-f204a1b3cac7', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95330a18-5c98-4a84-9fb7-f204a1b3cac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:45:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:45:55,653 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.042s 2022-01-11 15:45:55,657 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0f473db-6eeb-4742-a20d-c98731f913c4', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0f473db-6eeb-4742-a20d-c98731f913c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:45:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:45:56,706 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.042s 2022-01-11 15:45:56,707 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86e35f4e-a388-49ea-9688-dcbbc5fc2b16', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86e35f4e-a388-49ea-9688-dcbbc5fc2b16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:45:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:45:57,757 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.043s 2022-01-11 15:45:57,758 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a692c19-1a49-4bc6-aa61-6bf58ffdc8ee', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a692c19-1a49-4bc6-aa61-6bf58ffdc8ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:45:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:45:58,838 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.072s 2022-01-11 15:45:58,846 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-649b83de-6a12-4fad-8d52-e8824f7dfb2e', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-649b83de-6a12-4fad-8d52-e8824f7dfb2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:45:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:45:59,892 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:45:59,892 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:45:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c22c6342-374e-4aff-a45a-b0099501d093', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c22c6342-374e-4aff-a45a-b0099501d093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:45:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:00,936 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.036s 2022-01-11 15:46:00,936 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-643dc8ea-0c42-449d-88b5-ce47d7390be9', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-643dc8ea-0c42-449d-88b5-ce47d7390be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:45:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:01,992 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.048s 2022-01-11 15:46:01,992 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac5a0abf-50ef-4757-a4ea-7565b5da7871', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac5a0abf-50ef-4757-a4ea-7565b5da7871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:45:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:03,073 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.072s 2022-01-11 15:46:03,074 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0e5c556-dd78-47b2-bc0c-4dc71414e5a0', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0e5c556-dd78-47b2-bc0c-4dc71414e5a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:45:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:04,133 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.048s 2022-01-11 15:46:04,134 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a7d916a-0bb1-492d-8b76-5a5826c18769', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a7d916a-0bb1-492d-8b76-5a5826c18769', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:45:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:05,188 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.045s 2022-01-11 15:46:05,188 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-148d4c4b-d8a9-4e7a-bf9f-914904cfc8d3', 'content-length': '980', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-148d4c4b-d8a9-4e7a-bf9f-914904cfc8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:45:53.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:06,446 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.249s 2022-01-11 15:46:06,446 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81dc6741-596a-40cb-b8ef-569362f6084d', 'content-length': '979', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81dc6741-596a-40cb-b8ef-569362f6084d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:06.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:07,503 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.049s 2022-01-11 15:46:07,504 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-462bf321-b414-48e9-9342-9a6fd2c536a9', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-462bf321-b414-48e9-9342-9a6fd2c536a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:08,551 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:46:08,551 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6a1daf2-416c-4ddf-bd96-4acdd57a8013', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6a1daf2-416c-4ddf-bd96-4acdd57a8013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:09,605 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.041s 2022-01-11 15:46:09,605 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dad8410b-3ef8-411e-9da7-6dc567f52e30', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dad8410b-3ef8-411e-9da7-6dc567f52e30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:10,652 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:46:10,652 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c96ed90c-f30b-4dc6-8e6a-2fa70fbde65b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c96ed90c-f30b-4dc6-8e6a-2fa70fbde65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:11,699 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:46:11,699 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6e1e123-36b1-4b56-b038-9d3a08624eb6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6e1e123-36b1-4b56-b038-9d3a08624eb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:12,744 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:46:12,745 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e27d94fd-fac8-429c-a27c-8e3dc6a7474d', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e27d94fd-fac8-429c-a27c-8e3dc6a7474d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:13,984 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.231s 2022-01-11 15:46:13,985 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27ae4eb4-13f4-42bf-8d2d-30227bcbc24b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27ae4eb4-13f4-42bf-8d2d-30227bcbc24b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:15,037 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.044s 2022-01-11 15:46:15,037 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f86f92e7-8d1a-460a-a30c-31a7db3c30f9', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f86f92e7-8d1a-460a-a30c-31a7db3c30f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:16,172 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.126s 2022-01-11 15:46:16,173 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-245545be-981d-444e-bbd9-b8b7f12ca7c6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-245545be-981d-444e-bbd9-b8b7f12ca7c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:17,219 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:46:17,220 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c8eb922-eb66-4db7-9ed9-1b0abaa79c7a', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c8eb922-eb66-4db7-9ed9-1b0abaa79c7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:18,274 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.046s 2022-01-11 15:46:18,274 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba52d4c0-fba9-4557-ab85-375b7cc203ec', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba52d4c0-fba9-4557-ab85-375b7cc203ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:19,564 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.281s 2022-01-11 15:46:19,565 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e50b7ee0-fe59-4010-adc7-54b0c036af2f', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e50b7ee0-fe59-4010-adc7-54b0c036af2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:20,612 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:46:20,613 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddca8546-770f-4146-9528-31556ebf812d', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddca8546-770f-4146-9528-31556ebf812d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:21,665 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.041s 2022-01-11 15:46:21,666 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f3f0452-c4bb-4b01-8efd-56355462c0f4', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f3f0452-c4bb-4b01-8efd-56355462c0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:22,713 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:46:22,713 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91e3b3bf-c60d-4d57-8b4d-8c1ba906b259', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91e3b3bf-c60d-4d57-8b4d-8c1ba906b259', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:23,763 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.042s 2022-01-11 15:46:23,764 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98763d13-d654-4513-844c-6141d8788dd4', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98763d13-d654-4513-844c-6141d8788dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:24,810 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:46:24,810 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56cbc028-def6-4fda-8001-e0539d3f3c29', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56cbc028-def6-4fda-8001-e0539d3f3c29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:25,859 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.041s 2022-01-11 15:46:25,860 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-282e97b6-5769-43ee-ac3b-8413d30b4a40', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-282e97b6-5769-43ee-ac3b-8413d30b4a40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:26,941 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.073s 2022-01-11 15:46:26,941 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e4e3c83-da5f-4fb6-8f9b-a6ec3eb7d123', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e4e3c83-da5f-4fb6-8f9b-a6ec3eb7d123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:27,998 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.049s 2022-01-11 15:46:27,998 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fafa5f91-9c9d-449d-bfa9-506591107ba0', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fafa5f91-9c9d-449d-bfa9-506591107ba0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:29,091 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.084s 2022-01-11 15:46:29,091 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c35c91-feb0-46a1-b48a-f3043dc3095e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c35c91-feb0-46a1-b48a-f3043dc3095e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:30,178 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.079s 2022-01-11 15:46:30,179 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3a77ade-8d28-4f61-87c6-fe958771004d', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3a77ade-8d28-4f61-87c6-fe958771004d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:31,231 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.044s 2022-01-11 15:46:31,231 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-005875eb-b724-4dda-b367-ff32030a7f1f', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-005875eb-b724-4dda-b367-ff32030a7f1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:32,305 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.066s 2022-01-11 15:46:32,306 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-516a310e-8b78-48e1-987b-59eb7baf8091', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-516a310e-8b78-48e1-987b-59eb7baf8091', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:33,356 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.042s 2022-01-11 15:46:33,357 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7976e0ff-0447-48e5-9335-c488e2aa9aea', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7976e0ff-0447-48e5-9335-c488e2aa9aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:34,406 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.041s 2022-01-11 15:46:34,406 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b64e2bf9-0262-441d-b87f-52412a2073ea', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b64e2bf9-0262-441d-b87f-52412a2073ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:35,470 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.056s 2022-01-11 15:46:35,470 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87da3d69-ec74-41e6-a120-7edfb9829459', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87da3d69-ec74-41e6-a120-7edfb9829459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:36,531 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.052s 2022-01-11 15:46:36,531 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bc0adff-63c4-48cc-9da2-b3424e1c445e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bc0adff-63c4-48cc-9da2-b3424e1c445e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:37,581 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.041s 2022-01-11 15:46:37,581 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6b16bc7-77c7-4a75-9a51-fd31ce4b7686', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6b16bc7-77c7-4a75-9a51-fd31ce4b7686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:38,638 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.049s 2022-01-11 15:46:38,639 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f2e0242-f84e-47a9-9b7d-d11ff51c5607', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f2e0242-f84e-47a9-9b7d-d11ff51c5607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:39,689 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.042s 2022-01-11 15:46:39,689 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8fc860d-abf6-4925-851b-69f624eaff2b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8fc860d-abf6-4925-851b-69f624eaff2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:40,746 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.049s 2022-01-11 15:46:40,747 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c49a5653-abc2-44fc-bc70-6b5f7e05760f', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c49a5653-abc2-44fc-bc70-6b5f7e05760f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:41,803 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.047s 2022-01-11 15:46:41,803 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e0f3ec9-1138-41d3-9fc0-0b91cfb00963', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e0f3ec9-1138-41d3-9fc0-0b91cfb00963', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:42,854 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.042s 2022-01-11 15:46:42,855 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00ce87dc-6efe-4f9f-9f8e-3478c1d30ae9', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00ce87dc-6efe-4f9f-9f8e-3478c1d30ae9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:43,957 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.094s 2022-01-11 15:46:43,957 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8dd5515-1dc2-49a5-aa3d-97f07a8e9aaf', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8dd5515-1dc2-49a5-aa3d-97f07a8e9aaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:45,008 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.043s 2022-01-11 15:46:45,009 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-813204f2-016d-4843-bd20-1bcc589cad2e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-813204f2-016d-4843-bd20-1bcc589cad2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:46,086 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.069s 2022-01-11 15:46:46,086 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c31fb2f-635f-48ff-9751-1c439a114d59', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c31fb2f-635f-48ff-9751-1c439a114d59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:47,141 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.046s 2022-01-11 15:46:47,141 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b5b9c17-23b3-461a-b9ea-2b1a8743c911', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b5b9c17-23b3-461a-b9ea-2b1a8743c911', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:48,195 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.045s 2022-01-11 15:46:48,195 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15ec64ee-07bd-48b5-b4df-ba7a5a7f8424', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15ec64ee-07bd-48b5-b4df-ba7a5a7f8424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:49,263 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.060s 2022-01-11 15:46:49,264 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88d4bfe5-ea1c-4147-88a0-315b0e4a2519', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88d4bfe5-ea1c-4147-88a0-315b0e4a2519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:50,311 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:46:50,311 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46293e5c-459c-49e4-9b08-dc86ba9d9da8', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46293e5c-459c-49e4-9b08-dc86ba9d9da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:51,358 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:46:51,359 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9153a2fc-4e7c-43df-b222-2ab8dde21c57', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9153a2fc-4e7c-43df-b222-2ab8dde21c57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:52,404 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:46:52,404 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff22ef43-1ea3-479d-80d6-f88b0330d4de', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff22ef43-1ea3-479d-80d6-f88b0330d4de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:53,451 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:46:53,451 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52d3534e-eb7c-4147-9f86-8093473495d6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52d3534e-eb7c-4147-9f86-8093473495d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:54,521 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.062s 2022-01-11 15:46:54,522 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3602591-65ee-4dfa-82b3-9a24f01dd03b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3602591-65ee-4dfa-82b3-9a24f01dd03b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:55,595 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.066s 2022-01-11 15:46:55,595 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e6348b8-84f3-4378-a397-42976a4f044b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e6348b8-84f3-4378-a397-42976a4f044b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:56,646 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.043s 2022-01-11 15:46:56,647 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-533ff603-162f-4457-a0e7-61881cb2eda3', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-533ff603-162f-4457-a0e7-61881cb2eda3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:57,713 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.058s 2022-01-11 15:46:57,714 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-175169ad-8bff-479c-bc1c-f60578a62b80', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-175169ad-8bff-479c-bc1c-f60578a62b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:58,761 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:46:58,761 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40fc1bfc-508e-4faf-8bad-37726e048535', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40fc1bfc-508e-4faf-8bad-37726e048535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:46:59,817 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.046s 2022-01-11 15:46:59,817 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:46:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f34fc679-1778-4050-b10e-94e43630dc4f', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f34fc679-1778-4050-b10e-94e43630dc4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:00,879 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.055s 2022-01-11 15:47:00,880 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ffe2df1-e34b-44ea-a518-744277c9f099', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ffe2df1-e34b-44ea-a518-744277c9f099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:01,933 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.044s 2022-01-11 15:47:01,934 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b41259d3-9b9f-430b-bbec-d45e3b71b483', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b41259d3-9b9f-430b-bbec-d45e3b71b483', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:02,978 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:02,979 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f23965f-3e3c-43d9-b523-9b18d26266b1', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f23965f-3e3c-43d9-b523-9b18d26266b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:04,030 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.043s 2022-01-11 15:47:04,030 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c96c4dd3-a604-4a1c-8c91-151fddb3b5bf', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c96c4dd3-a604-4a1c-8c91-151fddb3b5bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:05,076 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:47:05,076 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c8e977-2a25-4624-a15d-7c35e02a99a6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c8e977-2a25-4624-a15d-7c35e02a99a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:06,123 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:47:06,123 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e5e35aa-983b-4615-85f3-826d63cce46c', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e5e35aa-983b-4615-85f3-826d63cce46c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:07,170 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:47:07,170 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a45c718e-8e44-4d18-9505-4771478c6202', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a45c718e-8e44-4d18-9505-4771478c6202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:08,218 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:47:08,218 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bff02132-6118-4835-bb2b-efc6a35c5309', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bff02132-6118-4835-bb2b-efc6a35c5309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:09,267 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:47:09,267 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1826f802-8372-4793-9f8b-13435b411893', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1826f802-8372-4793-9f8b-13435b411893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:10,316 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:47:10,317 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef42df25-81da-4f4c-a98e-f481fca069c6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef42df25-81da-4f4c-a98e-f481fca069c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:11,364 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:47:11,364 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a5635e1-1a34-4bc4-9aa8-6c1838488c9c', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a5635e1-1a34-4bc4-9aa8-6c1838488c9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:12,412 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:47:12,413 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eae02f4f-0ec2-4886-9650-5ac465bfc684', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eae02f4f-0ec2-4886-9650-5ac465bfc684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:13,459 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:47:13,459 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c547e925-8004-4265-9798-a5f7006e887a', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c547e925-8004-4265-9798-a5f7006e887a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:14,507 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:47:14,508 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-975b9486-9a5a-4fa2-a671-e0a9f3db6a77', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-975b9486-9a5a-4fa2-a671-e0a9f3db6a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:15,558 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.042s 2022-01-11 15:47:15,558 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ebe31b6-4af4-476c-894d-2bd4da36e1de', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ebe31b6-4af4-476c-894d-2bd4da36e1de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:16,604 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:16,604 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ed6b1fe-a760-476a-ab8a-8e9682329656', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ed6b1fe-a760-476a-ab8a-8e9682329656', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:17,649 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:17,649 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23b606bd-17e4-450d-9624-e2daba5dfe5a', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23b606bd-17e4-450d-9624-e2daba5dfe5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:18,695 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:47:18,696 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2d63337-1eab-414b-83a9-5bb33c4e576b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2d63337-1eab-414b-83a9-5bb33c4e576b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:19,740 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:19,741 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7beefaee-e899-494a-b46b-32cb211b7401', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7beefaee-e899-494a-b46b-32cb211b7401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:20,786 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:47:20,786 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68319499-83e8-4f7e-b5d1-e54b53537035', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68319499-83e8-4f7e-b5d1-e54b53537035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:21,834 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:47:21,835 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cafb50f2-4417-47e3-854f-69cd8679db5a', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cafb50f2-4417-47e3-854f-69cd8679db5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:22,880 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:22,881 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7595b34-ff2c-4e74-a053-1006f8b56a14', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7595b34-ff2c-4e74-a053-1006f8b56a14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:23,929 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:47:23,929 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2496afca-9e7c-43d6-a4fe-85490c1be17b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2496afca-9e7c-43d6-a4fe-85490c1be17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:24,975 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:47:24,976 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e246516e-4330-4a36-a4d3-050cd0e0ddd8', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e246516e-4330-4a36-a4d3-050cd0e0ddd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:26,024 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.041s 2022-01-11 15:47:26,024 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3822b54d-1c7f-4d3e-8d12-bd4ed0fb1b7d', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3822b54d-1c7f-4d3e-8d12-bd4ed0fb1b7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:27,069 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:27,070 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e213528f-43d6-4d82-9595-d697e8560c09', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e213528f-43d6-4d82-9595-d697e8560c09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:28,114 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:28,115 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19a583c7-dc79-4d3c-bc74-c2d953bfe7a8', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19a583c7-dc79-4d3c-bc74-c2d953bfe7a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:29,161 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:47:29,162 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-290dbd31-3a00-41fd-b8b9-7a7dcaec0296', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-290dbd31-3a00-41fd-b8b9-7a7dcaec0296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:30,206 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:30,207 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec18fc96-1dea-4239-bc5a-e36420ea3640', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec18fc96-1dea-4239-bc5a-e36420ea3640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:31,253 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:47:31,254 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-523e45f2-285f-4101-9c24-b5f1a4539b01', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-523e45f2-285f-4101-9c24-b5f1a4539b01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:32,303 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.041s 2022-01-11 15:47:32,303 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d17425-f484-483d-a919-d68f4cb7d861', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d17425-f484-483d-a919-d68f4cb7d861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:33,353 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.041s 2022-01-11 15:47:33,370 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0512c29d-940a-46b8-8976-d94c1a5289d2', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0512c29d-940a-46b8-8976-d94c1a5289d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:34,418 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:47:34,418 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8964da0f-0c8c-45f0-b2be-b77dd93d6158', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8964da0f-0c8c-45f0-b2be-b77dd93d6158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:35,464 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:47:35,465 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-304228eb-c761-4494-826e-1d23bb8bfaa7', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-304228eb-c761-4494-826e-1d23bb8bfaa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:36,512 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:47:36,512 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f66c30bb-da77-4c6d-b62b-15586f3b4a70', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f66c30bb-da77-4c6d-b62b-15586f3b4a70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:37,558 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:47:37,559 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a98412-daf1-4442-903b-92515b42926b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a98412-daf1-4442-903b-92515b42926b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:38,605 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:38,605 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25684632-8368-4b46-b0d6-9b8a322262a7', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25684632-8368-4b46-b0d6-9b8a322262a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:39,650 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:39,651 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d652161-1fbc-4ca0-98d3-67d4301ee649', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d652161-1fbc-4ca0-98d3-67d4301ee649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:40,699 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:47:40,699 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75159513-2de1-4e0a-bf82-905476b4551a', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75159513-2de1-4e0a-bf82-905476b4551a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:41,744 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:41,745 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-801cc405-1330-40ec-be71-5659cf04ae53', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-801cc405-1330-40ec-be71-5659cf04ae53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:42,790 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:42,790 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-292c4285-f89c-478f-8ced-1722771430c2', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-292c4285-f89c-478f-8ced-1722771430c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:43,838 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:47:43,839 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac71141-f472-4011-ac38-c7ccd67f9a60', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac71141-f472-4011-ac38-c7ccd67f9a60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:44,884 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:44,885 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec7a07e8-4418-4ac3-81a7-3f1ce8d53b03', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec7a07e8-4418-4ac3-81a7-3f1ce8d53b03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:45,931 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:45,931 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-853771ed-2239-4d14-ab05-091fe7c2c029', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-853771ed-2239-4d14-ab05-091fe7c2c029', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:46,977 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:47:46,977 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9522bb92-34f2-4e68-8062-af62312cce5d', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9522bb92-34f2-4e68-8062-af62312cce5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:48,028 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.044s 2022-01-11 15:47:48,029 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5d4d7eb-6445-45d2-b7cb-9f23f410a8ac', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5d4d7eb-6445-45d2-b7cb-9f23f410a8ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:49,075 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:47:49,075 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37275a44-fab3-46d8-b299-3e77a64f91a3', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37275a44-fab3-46d8-b299-3e77a64f91a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:50,122 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:47:50,122 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-377fedd5-7dff-4dcf-b1b9-1412f4fb69de', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-377fedd5-7dff-4dcf-b1b9-1412f4fb69de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:51,170 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:47:51,170 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af5d77b0-8607-4878-bdd8-488c73383b11', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af5d77b0-8607-4878-bdd8-488c73383b11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:52,216 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:47:52,217 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea0a11cf-0d63-493f-8cca-8c8daf97dbe8', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea0a11cf-0d63-493f-8cca-8c8daf97dbe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:53,266 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.041s 2022-01-11 15:47:53,266 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1d95101-41bd-490f-9554-c73d3c54514f', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1d95101-41bd-490f-9554-c73d3c54514f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:54,316 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.041s 2022-01-11 15:47:54,317 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76c7ad25-707d-4e5a-8497-de0182621f92', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76c7ad25-707d-4e5a-8497-de0182621f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:55,367 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.042s 2022-01-11 15:47:55,367 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63318f60-4289-449a-b0e6-340b9bf6a107', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63318f60-4289-449a-b0e6-340b9bf6a107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:56,446 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.071s 2022-01-11 15:47:56,446 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-783a5771-4700-4c13-ad29-7fa3f1ff6e05', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-783a5771-4700-4c13-ad29-7fa3f1ff6e05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:57,494 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:47:57,495 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-081276cb-11c0-40a4-9f81-0c99a0edde23', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-081276cb-11c0-40a4-9f81-0c99a0edde23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:58,541 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:47:58,542 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f093fdd-8f3b-42de-a12e-2bd83e2652ce', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f093fdd-8f3b-42de-a12e-2bd83e2652ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:47:59,587 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:47:59,588 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:47:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04c964c0-75c5-4500-a215-c9f88ef0f94d', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04c964c0-75c5-4500-a215-c9f88ef0f94d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:00,635 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:48:00,635 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fec90282-0b00-45ca-8610-f660f53dcd22', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fec90282-0b00-45ca-8610-f660f53dcd22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:01,681 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:01,682 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d892f683-4a43-4a19-8d08-40a2a2f2907f', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d892f683-4a43-4a19-8d08-40a2a2f2907f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:02,727 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:02,728 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb64d922-ae82-42e1-9b4d-d37159324e4a', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb64d922-ae82-42e1-9b4d-d37159324e4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:03,774 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:03,774 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f833b78-3c09-4988-921b-a35f04d15186', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f833b78-3c09-4988-921b-a35f04d15186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:04,819 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:04,819 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fdc22d5-34be-4fe7-b6d6-bb18150662bb', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fdc22d5-34be-4fe7-b6d6-bb18150662bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:05,864 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:05,865 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c99c9899-6056-46df-860b-1440d22dc053', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c99c9899-6056-46df-860b-1440d22dc053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:06,911 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:06,911 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-589d5bf2-8447-4125-a29e-ca3e5b7c7a28', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-589d5bf2-8447-4125-a29e-ca3e5b7c7a28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:07,957 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:07,958 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88639d84-a7b1-493b-96f5-68cce473903b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88639d84-a7b1-493b-96f5-68cce473903b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:09,004 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:09,004 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-733d4bb2-4e4c-4fab-a64b-91baeffb57fc', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-733d4bb2-4e4c-4fab-a64b-91baeffb57fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:10,050 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:10,050 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b114694c-16c3-4b05-8c5a-2fae90a7bb3b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b114694c-16c3-4b05-8c5a-2fae90a7bb3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:11,097 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:11,098 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58563cda-ab83-4a8c-bc03-1d89264d903b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58563cda-ab83-4a8c-bc03-1d89264d903b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:12,142 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.036s 2022-01-11 15:48:12,142 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48673ca8-636b-4a9d-bd50-6f963006e6c5', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48673ca8-636b-4a9d-bd50-6f963006e6c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:13,189 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:13,189 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-070ac99e-86db-46c6-ab50-c65af6722fa8', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-070ac99e-86db-46c6-ab50-c65af6722fa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:14,236 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:14,236 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b0c95bc-8007-4cba-9711-ce5f3af4ae59', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b0c95bc-8007-4cba-9711-ce5f3af4ae59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:15,283 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:15,284 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dc994d3-e7ef-4fa1-9b3f-b3702cfd3ccc', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dc994d3-e7ef-4fa1-9b3f-b3702cfd3ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:16,330 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:16,331 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f11bb8d-5be3-4e58-9b71-016034854b4f', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f11bb8d-5be3-4e58-9b71-016034854b4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:17,376 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:17,377 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b233701-7337-49ca-a6f1-8dc416649b65', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b233701-7337-49ca-a6f1-8dc416649b65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:18,424 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:18,424 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba28036-a26d-4486-a765-15b1d199bfa3', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba28036-a26d-4486-a765-15b1d199bfa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:19,470 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:19,471 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a120fd75-c9c7-4a53-9e70-87214dd74757', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a120fd75-c9c7-4a53-9e70-87214dd74757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:20,517 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:20,517 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e8a408f-ca54-42c9-b70b-f22d0f487e2d', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e8a408f-ca54-42c9-b70b-f22d0f487e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:21,562 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.036s 2022-01-11 15:48:21,562 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-964914d9-fa2d-46d9-901d-e1ee0f6d4c50', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-964914d9-fa2d-46d9-901d-e1ee0f6d4c50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:22,608 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:22,609 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdf8eb87-64ce-4637-9ffd-af88df2c71ff', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdf8eb87-64ce-4637-9ffd-af88df2c71ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:23,656 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:48:23,657 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c605509-392b-4891-a909-a8a4f4293156', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c605509-392b-4891-a909-a8a4f4293156', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:24,701 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:24,702 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8840817a-6f39-4af9-be37-1b7d1018e44b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8840817a-6f39-4af9-be37-1b7d1018e44b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:25,748 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:25,748 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d41371a-4da5-447b-ae3c-16265be731df', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d41371a-4da5-447b-ae3c-16265be731df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:26,793 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:26,794 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e3f8b56-65a3-4878-a354-616fa9824b2b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e3f8b56-65a3-4878-a354-616fa9824b2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:27,840 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:27,840 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da0fee1-f6f3-4676-acdb-e65b7ce5d73c', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da0fee1-f6f3-4676-acdb-e65b7ce5d73c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:28,885 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:28,885 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0abc8e4-b3a6-4937-aab6-c451874a994a', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0abc8e4-b3a6-4937-aab6-c451874a994a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:29,931 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:29,931 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a496f14f-6dc7-4fd1-aa20-4d076f197619', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a496f14f-6dc7-4fd1-aa20-4d076f197619', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:30,977 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:30,977 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe88bfd5-c777-4f76-a6d2-a3ef84230c20', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe88bfd5-c777-4f76-a6d2-a3ef84230c20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:32,026 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:48:32,026 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaea5983-b0e6-4136-85e3-590ed0f16be5', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaea5983-b0e6-4136-85e3-590ed0f16be5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:33,072 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:33,072 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b57230bb-d226-49ec-bce5-5c7c930cbfed', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b57230bb-d226-49ec-bce5-5c7c930cbfed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:34,124 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.044s 2022-01-11 15:48:34,124 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d36b332-3148-47e8-a630-4b557c724178', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d36b332-3148-47e8-a630-4b557c724178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:35,171 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:35,171 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ce096e7-13d2-4191-b23b-d81a76ca1f21', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ce096e7-13d2-4191-b23b-d81a76ca1f21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:36,217 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:36,217 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c850cd8-48b3-4108-b309-373945145d0e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c850cd8-48b3-4108-b309-373945145d0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:37,264 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:48:37,264 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef4d18c1-0b68-4834-9ca5-90960bb355fb', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef4d18c1-0b68-4834-9ca5-90960bb355fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:38,311 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:48:38,311 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79835b98-04d2-4366-8218-3e9ac68343e9', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79835b98-04d2-4366-8218-3e9ac68343e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:39,357 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:39,358 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-238be9b3-5b6d-4bd1-b7da-9e6a5536207e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-238be9b3-5b6d-4bd1-b7da-9e6a5536207e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:40,403 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:40,403 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-286968d7-c959-48b8-8551-e750b828e615', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-286968d7-c959-48b8-8551-e750b828e615', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:41,449 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:41,449 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfe85a60-04c0-4ad0-99de-d5dd0f6d5258', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfe85a60-04c0-4ad0-99de-d5dd0f6d5258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:42,494 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:42,494 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7330ae8-51c2-4d9b-8260-788b9567d4bd', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7330ae8-51c2-4d9b-8260-788b9567d4bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:43,541 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:48:43,542 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6ea5ac3-dd3a-4f17-8594-f259835a9a9d', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6ea5ac3-dd3a-4f17-8594-f259835a9a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:44,588 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:44,588 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7babafb9-cc74-4a7a-a02f-b6b1eab367b3', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7babafb9-cc74-4a7a-a02f-b6b1eab367b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:45,634 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:45,635 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9a3fe38-475c-4697-a8f0-8f2ca6bdf110', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9a3fe38-475c-4697-a8f0-8f2ca6bdf110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:46,682 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:48:46,682 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfd828b4-4898-40b3-9afc-4097cdb947de', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfd828b4-4898-40b3-9afc-4097cdb947de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:47,728 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:47,728 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40e93e70-d015-45f2-a0e7-3d8e3a7c4dda', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40e93e70-d015-45f2-a0e7-3d8e3a7c4dda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:48,775 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:48:48,775 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfcfaa29-4eea-4e11-8448-65fb41cf54f4', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfcfaa29-4eea-4e11-8448-65fb41cf54f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:49,820 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:49,821 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab5b803a-a416-42dc-9b05-9e9a7d70580e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab5b803a-a416-42dc-9b05-9e9a7d70580e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:50,867 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:50,868 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c110bce-ae86-49ad-9f23-5d95e8804ecf', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c110bce-ae86-49ad-9f23-5d95e8804ecf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:51,915 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:51,915 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3985c33-a811-4539-abb3-3946b29bd8b1', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3985c33-a811-4539-abb3-3946b29bd8b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:52,961 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:52,962 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25efce08-0d3c-4726-9a29-2727737e245e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25efce08-0d3c-4726-9a29-2727737e245e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:54,007 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:54,007 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec69ef8c-a556-492a-8317-2a6fde37d308', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec69ef8c-a556-492a-8317-2a6fde37d308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:55,052 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:55,052 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee3229f1-46ff-41bf-b285-b08f6aa8d4e4', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee3229f1-46ff-41bf-b285-b08f6aa8d4e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:56,099 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:56,100 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b61743fe-a422-4456-b136-3989b4916310', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b61743fe-a422-4456-b136-3989b4916310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:57,145 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:48:57,145 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73a21579-2549-4868-acc1-6b31d7d65ff6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73a21579-2549-4868-acc1-6b31d7d65ff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:58,191 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:58,192 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f43dae23-4c1b-4af3-8f93-52725f3311a3', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f43dae23-4c1b-4af3-8f93-52725f3311a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:48:59,238 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:48:59,238 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b68ed8d5-8e8a-407e-bf16-416a551a6925', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b68ed8d5-8e8a-407e-bf16-416a551a6925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:00,289 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.042s 2022-01-11 15:49:00,290 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f91e9d4-7718-4699-8541-4e45e479da6b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f91e9d4-7718-4699-8541-4e45e479da6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:01,338 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:01,338 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b02e44eb-fb81-40c9-9016-c8a817800f98', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b02e44eb-fb81-40c9-9016-c8a817800f98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:02,384 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:02,385 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a02fd397-1235-47b9-aaad-a8e963997403', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a02fd397-1235-47b9-aaad-a8e963997403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:03,429 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:03,429 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-072b8dd1-121d-415b-afd4-efaed70b04c7', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-072b8dd1-121d-415b-afd4-efaed70b04c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:04,475 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:04,476 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec04fb0b-2437-4756-8c07-077d5e767140', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec04fb0b-2437-4756-8c07-077d5e767140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:05,522 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:05,523 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-137b8831-7011-4118-bc1c-a42ffa1562d1', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-137b8831-7011-4118-bc1c-a42ffa1562d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:06,575 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.044s 2022-01-11 15:49:06,575 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf0350d4-b5a1-4c1b-8eaf-63457df42c0d', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf0350d4-b5a1-4c1b-8eaf-63457df42c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:07,621 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:07,621 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a119947-c607-42cb-a0be-e091ec6c17ed', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a119947-c607-42cb-a0be-e091ec6c17ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:08,668 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:49:08,669 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a571d044-6859-4a36-adc5-6217a12c131a', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a571d044-6859-4a36-adc5-6217a12c131a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:09,724 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.047s 2022-01-11 15:49:09,724 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b748f815-6135-4c31-87e9-9d4154d10cac', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b748f815-6135-4c31-87e9-9d4154d10cac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:10,769 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:10,769 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e9ed1d9-3254-49c6-8ac0-9a13110cc527', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e9ed1d9-3254-49c6-8ac0-9a13110cc527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:11,815 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:11,816 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52a990b0-c242-4d10-b0df-ab96969660e8', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52a990b0-c242-4d10-b0df-ab96969660e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:12,862 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:12,862 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd7d9fed-f310-456d-b935-c4b63dd04194', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd7d9fed-f310-456d-b935-c4b63dd04194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:13,907 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.036s 2022-01-11 15:49:13,907 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18ff1997-b1d0-4a65-aa88-a144536b3bce', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18ff1997-b1d0-4a65-aa88-a144536b3bce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:14,953 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:14,954 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00d0c542-5daa-476f-98c7-f7ae2c6d9a3e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00d0c542-5daa-476f-98c7-f7ae2c6d9a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:16,006 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.044s 2022-01-11 15:49:16,006 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6e142b3-332d-42fd-9b5e-18551b12760b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6e142b3-332d-42fd-9b5e-18551b12760b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:17,052 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:17,052 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8996f560-e570-46c3-a508-06e3575154e2', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8996f560-e570-46c3-a508-06e3575154e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:18,097 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:18,098 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0055b5a-674d-41e2-8550-39e64a06eca6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0055b5a-674d-41e2-8550-39e64a06eca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:19,143 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:19,144 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b722deed-2bc2-42f5-b0ef-f4da7f23d288', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b722deed-2bc2-42f5-b0ef-f4da7f23d288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:20,188 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:20,189 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bdd8e66-92f0-4ca2-af3f-f8d57bc1c6f4', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bdd8e66-92f0-4ca2-af3f-f8d57bc1c6f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:21,238 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.041s 2022-01-11 15:49:21,238 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5187af8b-f82b-495e-be01-b0738253d870', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5187af8b-f82b-495e-be01-b0738253d870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:22,298 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.051s 2022-01-11 15:49:22,298 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46a84223-eae2-49c7-bdcd-b2f3b02d8491', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46a84223-eae2-49c7-bdcd-b2f3b02d8491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:23,343 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:23,343 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e85fb5f7-9a86-4c76-822e-a4bd5569844d', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e85fb5f7-9a86-4c76-822e-a4bd5569844d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:24,389 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:24,389 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4e1d405-e079-4805-a144-15b038edc5b7', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4e1d405-e079-4805-a144-15b038edc5b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:25,436 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:25,436 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-967da25f-3dba-44f2-a8fe-1fd5663b4d79', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-967da25f-3dba-44f2-a8fe-1fd5663b4d79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:26,481 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:26,482 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-632a690d-5162-443e-8af3-4498877c7daf', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-632a690d-5162-443e-8af3-4498877c7daf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:27,528 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:27,528 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b37e9bb-cf0f-4db7-93be-b98e7edde5eb', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b37e9bb-cf0f-4db7-93be-b98e7edde5eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:28,574 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:28,574 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8df8608c-be04-4a1d-8b78-a2596a2bbe27', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8df8608c-be04-4a1d-8b78-a2596a2bbe27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:29,620 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:29,620 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e6a4b0f-cb2b-4b0d-aed7-1b7868f373d3', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e6a4b0f-cb2b-4b0d-aed7-1b7868f373d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:30,667 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:30,667 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d03acecb-4541-4a78-9c6a-eb1bfb1382bb', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d03acecb-4541-4a78-9c6a-eb1bfb1382bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:31,715 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:49:31,716 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c3ca2cb-5e59-4d8a-9b8b-d023c1fa72dc', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c3ca2cb-5e59-4d8a-9b8b-d023c1fa72dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:32,763 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:49:32,763 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27791d26-d8bf-49ce-b935-1f0daac5fd55', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27791d26-d8bf-49ce-b935-1f0daac5fd55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:33,809 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:33,810 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccadd82b-f4dd-4838-95f9-e808d65a7b8c', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccadd82b-f4dd-4838-95f9-e808d65a7b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:34,855 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:34,856 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b9833e6-090f-47ce-b30b-e73afc1f0ecc', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b9833e6-090f-47ce-b30b-e73afc1f0ecc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:35,900 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:35,901 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fed5ee4-df23-40de-8918-3b2443c2ccaf', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fed5ee4-df23-40de-8918-3b2443c2ccaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:36,946 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:36,946 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f21af7ca-1cc7-4dc9-b411-21eed4305a4e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f21af7ca-1cc7-4dc9-b411-21eed4305a4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:37,993 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:37,994 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe287df3-a0ba-4530-aa41-05ed8bc68987', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe287df3-a0ba-4530-aa41-05ed8bc68987', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:39,040 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:39,041 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd25b7df-95d4-4bc6-bf2c-229eb6c23332', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd25b7df-95d4-4bc6-bf2c-229eb6c23332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:40,086 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:40,087 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7870036-bbc6-4d7e-b975-4b6ac9b5ae7e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7870036-bbc6-4d7e-b975-4b6ac9b5ae7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:41,131 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:41,132 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2da7e40-a3fe-4a4c-a3cd-11d9a70d8686', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2da7e40-a3fe-4a4c-a3cd-11d9a70d8686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:42,177 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:42,178 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-097b0e93-c107-4b9e-aaeb-4ccb494d06f9', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-097b0e93-c107-4b9e-aaeb-4ccb494d06f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:43,224 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:43,224 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-249c4f0e-a3d5-4e95-b8a9-a70d25bc6e3f', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-249c4f0e-a3d5-4e95-b8a9-a70d25bc6e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:44,271 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:49:44,272 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a22a2ad-3a59-4219-acad-b8067e409be7', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a22a2ad-3a59-4219-acad-b8067e409be7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:45,315 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.036s 2022-01-11 15:49:45,316 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c806107-f37a-4aed-9621-0144ff5c4ea0', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c806107-f37a-4aed-9621-0144ff5c4ea0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:46,361 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:46,361 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d0341c3-fdbb-45ca-a240-8f4cd3fd714e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d0341c3-fdbb-45ca-a240-8f4cd3fd714e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:47,407 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:47,407 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9289fa6-4300-4b9f-9998-0cc9a2ceb6f7', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9289fa6-4300-4b9f-9998-0cc9a2ceb6f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:48,457 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.041s 2022-01-11 15:49:48,457 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-414bfd81-0643-4c01-b15a-724a32a3de6c', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-414bfd81-0643-4c01-b15a-724a32a3de6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:49,503 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:49,504 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00926e35-1a88-44a5-bd5b-208a1f83d9c9', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00926e35-1a88-44a5-bd5b-208a1f83d9c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:50,550 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:50,550 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90215d42-cbbb-4a55-bd5a-d011aced0c83', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90215d42-cbbb-4a55-bd5a-d011aced0c83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:51,597 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:49:51,597 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37a5f35e-457f-4cc3-afb0-7076a5e3d9c4', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37a5f35e-457f-4cc3-afb0-7076a5e3d9c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:52,643 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:52,643 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f6f1855-f43c-437d-9e45-45252059462e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f6f1855-f43c-437d-9e45-45252059462e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:53,689 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:53,690 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dac9e0a9-5a93-4dce-89e7-ab05ae21f4da', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dac9e0a9-5a93-4dce-89e7-ab05ae21f4da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:54,735 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:49:54,735 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-103d3f94-f789-492b-8e1a-77e974d9a74d', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-103d3f94-f789-492b-8e1a-77e974d9a74d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:55,781 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:55,782 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86d7a3b8-fa00-46f9-a640-8c97070fa281', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86d7a3b8-fa00-46f9-a640-8c97070fa281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:56,828 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:49:56,828 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-401c6a7f-3de0-4c10-92c1-5d81ed8806e7', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-401c6a7f-3de0-4c10-92c1-5d81ed8806e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:57,875 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:49:57,876 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbe1e646-7a1f-4b11-9b6c-94094e580605', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbe1e646-7a1f-4b11-9b6c-94094e580605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:49:59,128 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.244s 2022-01-11 15:49:59,128 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:49:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68fb51ad-7238-4d0a-8b98-a129d381b166', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68fb51ad-7238-4d0a-8b98-a129d381b166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:00,174 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:00,174 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46f8f330-720d-459e-b426-d903dccabc18', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46f8f330-720d-459e-b426-d903dccabc18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:01,219 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:01,219 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30a9a66d-e74a-4968-bf08-03b8562cbe55', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30a9a66d-e74a-4968-bf08-03b8562cbe55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:02,265 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:02,266 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11476418-244b-4240-8e9c-18fb2c38e6e3', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11476418-244b-4240-8e9c-18fb2c38e6e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:03,312 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:03,312 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-410b525f-730c-4efc-8017-a9eddfb97f23', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-410b525f-730c-4efc-8017-a9eddfb97f23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:04,356 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:04,357 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-255bb8d6-885b-43e5-be19-6aff7bbaf827', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-255bb8d6-885b-43e5-be19-6aff7bbaf827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:05,402 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:05,402 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f044f1ad-596d-48e2-bac9-7ce786467197', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f044f1ad-596d-48e2-bac9-7ce786467197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:06,448 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:06,449 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0ffe2d2-2846-4b3f-9a9c-2d3fee86742b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0ffe2d2-2846-4b3f-9a9c-2d3fee86742b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:07,493 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:07,494 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac599307-ccb6-4f4f-8506-f7aebf272e1c', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac599307-ccb6-4f4f-8506-f7aebf272e1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:08,539 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.036s 2022-01-11 15:50:08,539 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30cf289e-4515-4ba8-b6dc-6be6ad7de3f7', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30cf289e-4515-4ba8-b6dc-6be6ad7de3f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:09,585 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:09,586 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da8ea280-92a4-480d-83fd-a1f4cbcd7cb0', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da8ea280-92a4-480d-83fd-a1f4cbcd7cb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:10,631 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:10,632 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c75e002-b993-472d-8afb-21d7d4f6e7b8', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c75e002-b993-472d-8afb-21d7d4f6e7b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:11,678 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:11,678 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a18fba6-4c5b-4c49-86bd-49201d56a071', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a18fba6-4c5b-4c49-86bd-49201d56a071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:12,724 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:12,725 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a50362c5-0de5-40e8-9931-9c98a06d6072', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a50362c5-0de5-40e8-9931-9c98a06d6072', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:13,771 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:13,771 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52d75aa9-7a23-492a-8e94-a6c145c93533', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52d75aa9-7a23-492a-8e94-a6c145c93533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:14,817 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:14,818 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb91c60-ef7e-4901-8144-043d791320f8', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb91c60-ef7e-4901-8144-043d791320f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:15,873 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.047s 2022-01-11 15:50:15,873 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26af3c2e-769f-460b-ac2d-1b1ebca17dde', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26af3c2e-769f-460b-ac2d-1b1ebca17dde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:16,920 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:50:16,921 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3941848b-919e-4c61-98b0-6535c01903f2', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3941848b-919e-4c61-98b0-6535c01903f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:17,967 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:17,968 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff7389fd-91ee-4890-8f97-286140823e15', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff7389fd-91ee-4890-8f97-286140823e15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:19,014 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:50:19,015 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-293a3246-66a1-411d-95bd-0faa744cdddd', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-293a3246-66a1-411d-95bd-0faa744cdddd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:20,061 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:20,062 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3af04be-edb0-4c57-b2e7-a809b3c27433', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3af04be-edb0-4c57-b2e7-a809b3c27433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:21,108 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:21,108 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-578b846f-6d72-4afc-aa05-7cb2c97dddc3', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-578b846f-6d72-4afc-aa05-7cb2c97dddc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:22,157 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:50:22,157 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96a0103d-45eb-48ed-a74c-783508aa7449', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96a0103d-45eb-48ed-a74c-783508aa7449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:23,207 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:23,207 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6679f18d-4398-468d-8b80-4b908563a3f6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6679f18d-4398-468d-8b80-4b908563a3f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:24,253 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:24,253 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f2ad4e1-25a3-496c-9e5c-e7b38fc910af', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f2ad4e1-25a3-496c-9e5c-e7b38fc910af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:25,299 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:25,299 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ab0bf0d-787f-4ed1-b1a5-abc8727e6634', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ab0bf0d-787f-4ed1-b1a5-abc8727e6634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:26,346 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:50:26,346 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-589c2860-f58d-4df3-af67-dc154320800b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-589c2860-f58d-4df3-af67-dc154320800b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:27,392 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:27,392 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99e14df3-f828-47e9-8bd9-94c0e48ebf3e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99e14df3-f828-47e9-8bd9-94c0e48ebf3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:28,440 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:50:28,441 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8188d80-20e2-402e-aa9c-989a4ad8ca33', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8188d80-20e2-402e-aa9c-989a4ad8ca33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:29,495 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.043s 2022-01-11 15:50:29,496 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b81bf426-0b3f-46cc-b967-b8e3adaaabd5', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b81bf426-0b3f-46cc-b967-b8e3adaaabd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:30,544 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:50:30,544 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e110e2da-53f8-4d64-a3de-018e4e09a6a5', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e110e2da-53f8-4d64-a3de-018e4e09a6a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:31,591 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:50:31,592 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7a52efa-3ffc-453a-a92e-4afdf16f553c', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7a52efa-3ffc-453a-a92e-4afdf16f553c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:32,637 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:32,638 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f41aeada-d424-4c06-8506-e32a401f12c6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f41aeada-d424-4c06-8506-e32a401f12c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:33,685 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:50:33,685 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beacb59f-9766-4dda-9451-deb55fe2bc45', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beacb59f-9766-4dda-9451-deb55fe2bc45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:34,734 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:50:34,734 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5392d4a5-d37c-4c0a-a901-30ff4fbcca1b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5392d4a5-d37c-4c0a-a901-30ff4fbcca1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:35,783 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.040s 2022-01-11 15:50:35,783 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f7bbf15-225b-45e0-b1a5-ce83788d5e83', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f7bbf15-225b-45e0-b1a5-ce83788d5e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:36,829 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:36,829 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1595bdfb-638d-4548-ae6b-bf1262263fef', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1595bdfb-638d-4548-ae6b-bf1262263fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:37,876 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:37,876 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a45a996-e2d9-4c18-9cf8-058744a5f6e9', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a45a996-e2d9-4c18-9cf8-058744a5f6e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:38,921 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:38,922 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03f6923e-a6f2-469c-8772-4fd2c7f6aed8', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03f6923e-a6f2-469c-8772-4fd2c7f6aed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:39,967 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:39,967 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3190c5d-d528-4caf-8af2-780364e5b059', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3190c5d-d528-4caf-8af2-780364e5b059', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:41,013 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:41,013 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a753fede-e113-49aa-9cf5-e16385457293', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a753fede-e113-49aa-9cf5-e16385457293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:42,058 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:42,059 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81e5efac-058e-432d-870c-190fb8778aef', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81e5efac-058e-432d-870c-190fb8778aef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:43,106 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:50:43,107 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-540a6d5a-9693-48a5-9f6d-d84119110090', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-540a6d5a-9693-48a5-9f6d-d84119110090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:44,154 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:44,154 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0695bac3-e0c2-4eea-ba65-f5ee0c0aadf0', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0695bac3-e0c2-4eea-ba65-f5ee0c0aadf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:45,198 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.036s 2022-01-11 15:50:45,199 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c32bfa6-a36f-4ed3-915b-1d77411b8e71', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c32bfa6-a36f-4ed3-915b-1d77411b8e71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:46,245 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:46,246 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1075c120-68b9-4747-8cc6-e03edb0b9b77', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1075c120-68b9-4747-8cc6-e03edb0b9b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:47,291 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:47,292 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7bba8ca-662e-428c-bcae-86a66c30240a', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7bba8ca-662e-428c-bcae-86a66c30240a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:48,339 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:48,339 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c991d038-ce19-4f70-b2e3-8bdcd95b681e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c991d038-ce19-4f70-b2e3-8bdcd95b681e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:49,385 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:49,385 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74db6712-46a6-493b-ade1-f1705b66c725', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74db6712-46a6-493b-ade1-f1705b66c725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:50,430 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:50,431 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b83e379a-af14-425f-b89e-a0c52807b41f', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b83e379a-af14-425f-b89e-a0c52807b41f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:51,477 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:51,477 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93ba6f26-b82a-4485-81ce-cb5c51df8348', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93ba6f26-b82a-4485-81ce-cb5c51df8348', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:52,523 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:52,523 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b57c50f-0d97-46f8-ab9a-b273f56b985f', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b57c50f-0d97-46f8-ab9a-b273f56b985f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:53,570 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:53,570 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07d01af0-d01a-4c13-b298-c2daedb00867', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07d01af0-d01a-4c13-b298-c2daedb00867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:54,623 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.045s 2022-01-11 15:50:54,624 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e3754b-d9d4-491d-9143-6ae4fadb673c', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e3754b-d9d4-491d-9143-6ae4fadb673c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:55,670 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:55,671 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7e31b6e-cf06-49c5-89bf-db33f24711a0', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7e31b6e-cf06-49c5-89bf-db33f24711a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:56,716 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:56,716 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49df31b4-1c51-4bf8-91c9-15aa38e3005b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49df31b4-1c51-4bf8-91c9-15aa38e3005b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:57,763 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:50:57,764 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98a09c11-14ab-44ee-ae4a-4b1502a62753', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98a09c11-14ab-44ee-ae4a-4b1502a62753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:58,809 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:58,810 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b3feada-4e15-4c1e-a8c6-f4c3e3736b51', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b3feada-4e15-4c1e-a8c6-f4c3e3736b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:50:59,855 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:50:59,856 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:50:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dca84e43-866d-49bb-a241-75ff81f9fa60', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dca84e43-866d-49bb-a241-75ff81f9fa60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:00,902 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:00,902 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5db3fff-9930-4687-95eb-28671587dc96', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5db3fff-9930-4687-95eb-28671587dc96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:01,948 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:01,948 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b5b38f4-8541-4e12-9bf7-aa17bccb9ba9', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b5b38f4-8541-4e12-9bf7-aa17bccb9ba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:02,995 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:02,995 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdd1a4d0-0fd7-4c19-9f92-aea07d5eb779', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdd1a4d0-0fd7-4c19-9f92-aea07d5eb779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:04,040 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:04,041 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62f9f8f1-0ddc-456c-9c1e-3e020310cbd1', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62f9f8f1-0ddc-456c-9c1e-3e020310cbd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:05,086 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:05,087 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7a88c77-4220-4ded-bc50-c59288db4a12', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7a88c77-4220-4ded-bc50-c59288db4a12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:06,132 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:06,132 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a83d52a-57a0-4100-a2bb-55eaa15ba5c4', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a83d52a-57a0-4100-a2bb-55eaa15ba5c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:07,178 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:07,178 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cc917c9-4b2e-4a27-9057-a4a4b057f444', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cc917c9-4b2e-4a27-9057-a4a4b057f444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:08,224 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:08,224 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bf92c8b-ad7c-459e-8688-2a99a12ef4d8', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bf92c8b-ad7c-459e-8688-2a99a12ef4d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:09,270 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:09,270 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28892730-1a41-4526-b179-f3280cd18c74', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28892730-1a41-4526-b179-f3280cd18c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:10,316 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:10,317 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45982af7-d71d-42f9-b87a-e8dd78d6ef20', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45982af7-d71d-42f9-b87a-e8dd78d6ef20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:11,361 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:11,362 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d91ab85-cdf8-4f9b-8c86-61ac9f211be3', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d91ab85-cdf8-4f9b-8c86-61ac9f211be3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:12,408 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:12,409 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c772b6-98c9-42e8-89a7-6308e535dcac', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c772b6-98c9-42e8-89a7-6308e535dcac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:13,453 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:13,454 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99e0ef3e-f332-40a1-91dd-5921de7090a6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99e0ef3e-f332-40a1-91dd-5921de7090a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:14,500 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:14,500 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05db2403-c1ec-4c60-87c1-0640e1d2b145', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05db2403-c1ec-4c60-87c1-0640e1d2b145', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:15,546 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:15,546 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d0a5551-2a49-4dcb-9dbc-f14aede37b7c', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d0a5551-2a49-4dcb-9dbc-f14aede37b7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:16,591 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:16,592 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6127cc74-2c81-4ee0-9dab-44da8614ea09', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6127cc74-2c81-4ee0-9dab-44da8614ea09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:17,638 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:17,638 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4fda29b-569a-4757-a286-01e88ab452aa', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4fda29b-569a-4757-a286-01e88ab452aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:18,684 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:18,685 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36d27d30-5c3f-452b-9ba4-8ca7adfc196c', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36d27d30-5c3f-452b-9ba4-8ca7adfc196c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:19,732 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:19,732 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ad60e6-3644-4939-8926-5076568f6f04', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ad60e6-3644-4939-8926-5076568f6f04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:20,779 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:51:20,780 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e946eae-3fe7-4ddf-a2af-b09adc58167b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e946eae-3fe7-4ddf-a2af-b09adc58167b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:21,826 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:51:21,827 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34c815d3-e1ef-4a25-b7c1-89afced0a2e5', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34c815d3-e1ef-4a25-b7c1-89afced0a2e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:22,872 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:22,872 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-108e8638-7fc2-491c-bf02-30f5a7221ba5', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-108e8638-7fc2-491c-bf02-30f5a7221ba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:23,918 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:23,918 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eceed93-3407-462b-b929-bc7bce9e8653', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eceed93-3407-462b-b929-bc7bce9e8653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:24,963 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:24,963 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25cd578a-f92e-4a29-b919-7d17f73bd2e5', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25cd578a-f92e-4a29-b919-7d17f73bd2e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:26,009 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:26,009 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-124ddb18-1626-4681-a8a3-a5de3f22fbde', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-124ddb18-1626-4681-a8a3-a5de3f22fbde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:27,056 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:27,056 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-972fc986-4489-4670-a052-d48ad104d604', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-972fc986-4489-4670-a052-d48ad104d604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:28,100 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.036s 2022-01-11 15:51:28,101 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51183014-f5c4-4cf7-aec5-41c534ebc4d3', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51183014-f5c4-4cf7-aec5-41c534ebc4d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:29,146 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:29,147 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a44660e8-49d5-4ad2-b286-7b431cbc95bc', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a44660e8-49d5-4ad2-b286-7b431cbc95bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:30,193 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:30,193 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abd7f929-03ed-4f20-8edd-1bf35ae35a77', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abd7f929-03ed-4f20-8edd-1bf35ae35a77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:31,239 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:31,239 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fedd28d-600d-454a-afd1-13807ecff59b', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fedd28d-600d-454a-afd1-13807ecff59b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:32,285 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:32,285 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b744cd7-7ab8-475d-afa5-75ca9fd07ab6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b744cd7-7ab8-475d-afa5-75ca9fd07ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:33,332 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:33,332 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a2e6333-e707-4014-bc3c-9659bf0956aa', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a2e6333-e707-4014-bc3c-9659bf0956aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:34,378 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:34,378 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee148aa8-957e-4025-bc1a-5febf46abe58', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee148aa8-957e-4025-bc1a-5febf46abe58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:35,422 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.036s 2022-01-11 15:51:35,422 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a825b16-1279-4c82-bc3d-403c20fda299', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a825b16-1279-4c82-bc3d-403c20fda299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:36,468 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:36,469 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13dce82d-a9cd-46f9-8be0-0391735641ea', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13dce82d-a9cd-46f9-8be0-0391735641ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:37,513 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:37,514 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-195ef75d-2fb3-4a4b-a936-129bf4de187e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-195ef75d-2fb3-4a4b-a936-129bf4de187e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:38,563 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.041s 2022-01-11 15:51:38,564 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eadc9fd9-52a4-4695-ac9f-6d4400ab45b0', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eadc9fd9-52a4-4695-ac9f-6d4400ab45b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:39,609 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:39,609 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26c5b1d5-8453-4d51-8472-5f435ab36eb5', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26c5b1d5-8453-4d51-8472-5f435ab36eb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:40,656 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:40,656 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c42d26c-18ef-4bb9-aeaa-26625e3df166', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c42d26c-18ef-4bb9-aeaa-26625e3df166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:41,701 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:41,702 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e82c2963-dd8e-4f05-af0c-c8c0d215954d', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e82c2963-dd8e-4f05-af0c-c8c0d215954d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:42,748 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:42,748 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc3cc6d-c68f-4557-8e57-76ce5bd4093d', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc3cc6d-c68f-4557-8e57-76ce5bd4093d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:43,795 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.039s 2022-01-11 15:51:43,796 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d1be24e-4dc0-4910-87ff-095b2113c828', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d1be24e-4dc0-4910-87ff-095b2113c828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:44,841 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:44,841 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c9a8e34-4f71-4c64-bce2-eae52e50ec47', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c9a8e34-4f71-4c64-bce2-eae52e50ec47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:45,886 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.037s 2022-01-11 15:51:45,887 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a14413f-dcb6-48cf-a901-81d3b18e8416', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a14413f-dcb6-48cf-a901-81d3b18e8416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:46,933 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:46,933 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af9cbf33-ccfb-4e57-924b-073f39977c2e', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af9cbf33-ccfb-4e57-924b-073f39977c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:47,984 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.042s 2022-01-11 15:51:47,984 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a7554c-432f-4835-81e8-aaa07f033940', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a7554c-432f-4835-81e8-aaa07f033940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:49,031 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26 0.038s 2022-01-11 15:51:49,031 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48592b29-d1c5-4a04-971a-ecc62c1007c6', 'content-length': '1368', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48592b29-d1c5-4a04-971a-ecc62c1007c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26'} Body: b'{"volume": {"id": "6b39eba5-b4d6-404a-aa59-9a054ade3c26", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-01-11T15:39:09.000000", "updated_at": "2022-01-11T15:46:07.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-499099620", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.52/volume/v3/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}, {"rel": "bookmark", "href": "http://10.222.0.52/volume/f31c9233f808402dac7116ed122dd033/volumes/6b39eba5-b4d6-404a-aa59-9a054ade3c26"}], "user_id": "574122deca044c429defe1ba93f6697b", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "d0ce98ab-06a2-4e75-9f37-288864a22cb9", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "f31c9233f808402dac7116ed122dd033"}}' 2022-01-11 15:51:49,254 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.52:9696/v2.0/security-groups/8bd03559-42ea-483c-8fee-180c41e7dbb8 0.215s 2022-01-11 15:51:49,254 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-c238d120-6dc6-4a4f-b556-8071ad73250b', 'content-length': '0', 'date': 'Tue, 11 Jan 2022 15:51:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.52:9696/v2.0/security-groups/8bd03559-42ea-483c-8fee-180c41e7dbb8'} Body: b'' 2022-01-11 15:51:50,352 117589 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1763941462 1.097s 2022-01-11 15:51:50,352 117589 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Tue, 11 Jan 2022 15:51:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6279f16a-7eb7-4af3-81db-59c36011ca68', 'x-compute-request-id': 'req-6279f16a-7eb7-4af3-81db-59c36011ca68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.52/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1763941462'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 128, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots or be disassociated from snapshots after volume transfer.'} }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 920, in wait_for_resource_deletion raise exceptions.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (TestVolumeBootPattern:_run_cleanups) Failed to delete volume 6b39eba5-b4d6-404a-aa59-9a054ade3c26 within the required time (360 s). Timer started at 1641915948. Timer ended at 1641916309waited for 361 }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 71, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1200, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 361, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 312, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 6b39eba5-b4d6-404a-aa59-9a054ade3c26 failed to reach available status (current creating) within the required time (360 s). |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt24.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) |
||||||
setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt25.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volume_retype | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt26.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt27.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsV39Test) |
skip
pt28.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
VolumesBackupsTest) |
skip
pt28.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt29.1: setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) |
||||||
tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt30.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
||||||
tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt31.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt31.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt31.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
||||||
tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt32.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
||||||
tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt33.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt33.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt33.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt33.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt33.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt33.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
||||||
tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt34.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt34.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt34.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt34.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt34.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt34.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt34.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt34.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
||||||
tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt35.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
pass
pt35.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
||||||
tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt36.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt37.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt37.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt37.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
||||||
tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt38.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
||||||
tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt39.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
||||||
tempest.api.volume.admin.test_group_types.GroupTypesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt40.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
||||||
tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt41.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt41.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt41.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt41.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt41.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt41.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
||||||
tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt42.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt42.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
||||||
tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt43.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
||||||
tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
pass
pt44.1: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
||||||
test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
pass
pt44.2: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
||||||
tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
pass
pt45.1: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
||||||
test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
pass
pt45.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
||||||
tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt46.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt46.2: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
||||||
test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
pass
pt46.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt46.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt46.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt46.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt46.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
||||||
tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt47.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt47.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt47.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
||||||
tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt48.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
||||||
tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt49.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt49.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt49.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt49.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt49.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
||||||
tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt50.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt50.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt50.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt50.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt50.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
||||||
tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt51.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt51.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
||||||
tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt52.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt52.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt52.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt52.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt52.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt53.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt53.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt53.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
||||||
tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt54.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt54.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt54.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt54.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt54.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt54.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
||||||
tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt55.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt55.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt55.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt55.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt55.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
||||||
tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt56.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
||||||
tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt57.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
||||||
tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt58.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
||||||
tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt59.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
||||||
tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt60.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt60.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
||||||
tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt61.1: tempest.api.volume.test_versions.VersionsTest.test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
||||||
test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
pass
pt61.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
||||||
tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
pass
pt62.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
||||||
tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
pass
pt63.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
pass
pt63.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
||||||
tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt64.1: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
||||||
test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
pass
pt64.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
pass
pt65.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt65.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
||||||
tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt66.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt66.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
||||||
tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt67.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
pass
pt67.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt67.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt67.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt67.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt67.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
||||||
tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt68.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt68.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
||||||
tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt69.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
||||||
tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt70.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt70.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
||||||
tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt71.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
||||||
tempest.api.volume.test_volumes_list.VolumesListTestJSON | 18 | 18 | 0 | 0 | 0 | Detail | |
test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
pass
pt72.1: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
||||||
test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
pass
pt72.2: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
||||||
test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
pass
pt72.3: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
||||||
test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
pass
pt72.4: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
||||||
test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
pass
pt72.5: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
||||||
test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
pass
pt72.6: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
||||||
test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
pass
pt72.7: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
||||||
test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
pass
pt72.8: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
||||||
test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
pass
pt72.9: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
||||||
test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
pass
pt72.10: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
||||||
test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
pass
pt72.11: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
||||||
test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
pass
pt72.12: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
||||||
test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
pass
pt72.13: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
||||||
test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
pass
pt72.14: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
||||||
test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
pass
pt72.15: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
||||||
test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
pass
pt72.16: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
||||||
test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
pass
pt72.17: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
||||||
test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
pass
pt72.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
||||||
tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt73.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt73.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt73.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt73.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt73.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt73.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt73.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt73.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt73.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt73.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt73.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt73.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt73.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
||||||
tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
pass
pt74.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
||||||
Total | 198 | 156 | 33 | 0 | 9 |